Add copyright to Jenkinsfile

Refs: GRADE-2069

Change-Id: I59cd1895dbc596ba57dce091fe8003554e3c9a0c
Reviewed-on: https://gerrit.instructure.com/185106
Tested-by: Jenkins
Reviewed-by: Robert Lamb <rlamb@instructure.com>
QA-Review: Robert Lamb <rlamb@instructure.com>
Product-Review: Robert Lamb <rlamb@instructure.com>
This commit is contained in:
Derek Bender 2019-03-13 10:54:18 -05:00
parent fe2ea6e885
commit 5834b29868
1 changed files with 18 additions and 0 deletions

18
Jenkinsfile vendored
View File

@ -1,5 +1,23 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
/*
* Copyright (C) 2019 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
gems = [ gems = [
'analytics', 'analytics',
'banner_grade_export_plugin', 'banner_grade_export_plugin',