From e5ca22c923c990a0abef289396e1d8abad00dbcb Mon Sep 17 00:00:00 2001 From: Landon Wilkins Date: Thu, 27 Apr 2017 13:39:07 -0600 Subject: [PATCH] =?UTF-8?q?da=20licen=C3=A7a=20part=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add consistent license headers to all source files (ruby, coffeescript, javascript) except for vendor files Change-Id: If23fe3b449317df66cf4b0f52629d7fbe851e948 Reviewed-on: https://gerrit.instructure.com/110025 Tested-by: Jenkins Reviewed-by: Jon Jensen Product-Review: Jon Jensen QA-Review: Jon Jensen --- app/controllers/late_policy_controller.rb | 3 ++- .../legal_information_controller.rb | 2 +- .../assessments_controller.rb | 2 +- .../live_assessments/results_controller.rb | 2 +- app/controllers/login/canvas_controller.rb | 2 +- app/controllers/login/cas_controller.rb | 2 +- app/controllers/login/clever_controller.rb | 2 +- .../external_auth_observers_controller.rb | 17 +++++++++++++++++ app/controllers/login/facebook_controller.rb | 2 +- app/controllers/login/github_controller.rb | 2 +- app/controllers/login/google_controller.rb | 2 +- app/controllers/login/ldap_controller.rb | 2 +- app/controllers/login/linkedin_controller.rb | 2 +- app/controllers/login/microsoft_controller.rb | 2 +- app/controllers/login/oauth2_controller.rb | 2 +- .../login/oauth_base_controller.rb | 2 +- app/controllers/login/oauth_controller.rb | 2 +- .../login/openid_connect_controller.rb | 2 +- app/controllers/login/otp_controller.rb | 2 +- app/controllers/login/saml_controller.rb | 2 +- app/controllers/login/shared.rb | 17 +++++++++++++++++ app/controllers/login/twitter_controller.rb | 2 +- app/controllers/login_controller.rb | 2 +- .../lti/ims/access_token_helper.rb | 17 +++++++++++++++++ .../lti/ims/authorization_controller.rb | 17 +++++++++++++++++ .../ims/tool_consumer_profile_controller.rb | 2 +- .../lti/ims/tool_proxy_controller.rb | 3 ++- .../lti/ims/tool_setting_controller.rb | 3 ++- app/controllers/lti/lti_apps_controller.rb | 3 ++- .../lti/membership_service_controller.rb | 3 ++- app/controllers/lti/message_controller.rb | 2 +- .../lti/originality_reports_api_controller.rb | 2 +- .../lti/submissions_api_controller.rb | 17 +++++++++++++++++ .../lti/subscriptions_api_controller.rb | 17 +++++++++++++++++ .../lti/subscriptions_validator.rb | 17 +++++++++++++++++ app/controllers/lti/tool_proxy_controller.rb | 3 ++- app/controllers/lti_api_controller.rb | 2 +- .../master_templates_controller.rb | 17 +++++++++++++++++ app/controllers/media_objects_controller.rb | 2 +- app/controllers/media_tracks_controller.rb | 2 +- app/controllers/messages_controller.rb | 2 +- .../migration_issues_controller.rb | 2 +- app/controllers/moderation_set_controller.rb | 19 +++++++++---------- .../notification_preferences_controller.rb | 2 +- app/controllers/oauth2_provider_controller.rb | 2 +- app/controllers/oauth_proxy_controller.rb | 2 +- .../outcome_groups_api_controller.rb | 2 +- app/controllers/outcome_groups_controller.rb | 2 +- app/controllers/outcome_results_controller.rb | 2 +- app/controllers/outcomes_api_controller.rb | 2 +- app/controllers/outcomes_controller.rb | 2 +- .../outcomes_import_api_controller.rb | 2 +- app/controllers/page_comments_controller.rb | 2 +- app/controllers/page_views_controller.rb | 2 +- .../peer_reviews_api_controller.rb | 2 +- app/controllers/plugins_controller.rb | 2 +- .../polling/poll_choices_controller.rb | 2 +- .../polling/poll_sessions_controller.rb | 2 +- .../polling/poll_submissions_controller.rb | 2 +- app/controllers/polling/polls_controller.rb | 2 +- app/controllers/profile_controller.rb | 2 +- app/controllers/progress_controller.rb | 2 +- .../provisional_grades_controller.rb | 2 +- .../pseudonym_sessions_controller.rb | 2 +- app/controllers/pseudonyms_controller.rb | 4 ++-- 65 files changed, 208 insertions(+), 67 deletions(-) diff --git a/app/controllers/late_policy_controller.rb b/app/controllers/late_policy_controller.rb index 0049453de11..e40ea8f8b6d 100644 --- a/app/controllers/late_policy_controller.rb +++ b/app/controllers/late_policy_controller.rb @@ -1,4 +1,5 @@ -# Copyright (C) 2017 Instructure, Inc. +# +# Copyright (C) 2017 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/legal_information_controller.rb b/app/controllers/legal_information_controller.rb index 63bdde1cf08..402af728d93 100644 --- a/app/controllers/legal_information_controller.rb +++ b/app/controllers/legal_information_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 Instructure, Inc. +# Copyright (C) 2014 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/live_assessments/assessments_controller.rb b/app/controllers/live_assessments/assessments_controller.rb index c7a85d981b8..72d7c04523d 100644 --- a/app/controllers/live_assessments/assessments_controller.rb +++ b/app/controllers/live_assessments/assessments_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 Instructure, Inc. +# Copyright (C) 2014 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/live_assessments/results_controller.rb b/app/controllers/live_assessments/results_controller.rb index 2cc9c808f8d..698d8c33610 100644 --- a/app/controllers/live_assessments/results_controller.rb +++ b/app/controllers/live_assessments/results_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 Instructure, Inc. +# Copyright (C) 2014 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/canvas_controller.rb b/app/controllers/login/canvas_controller.rb index 538c427d0c8..c2989f85212 100644 --- a/app/controllers/login/canvas_controller.rb +++ b/app/controllers/login/canvas_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 - 2014 Instructure, Inc. +# Copyright (C) 2015 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/cas_controller.rb b/app/controllers/login/cas_controller.rb index 76cccdbd73f..23192f6be44 100644 --- a/app/controllers/login/cas_controller.rb +++ b/app/controllers/login/cas_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 - 2014 Instructure, Inc. +# Copyright (C) 2015 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/clever_controller.rb b/app/controllers/login/clever_controller.rb index 4a8f7e3f7e0..4b2e23ce9d9 100644 --- a/app/controllers/login/clever_controller.rb +++ b/app/controllers/login/clever_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2016 Instructure, Inc. +# Copyright (C) 2016 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/external_auth_observers_controller.rb b/app/controllers/login/external_auth_observers_controller.rb index 458ae20a057..48e2021c1d9 100644 --- a/app/controllers/login/external_auth_observers_controller.rb +++ b/app/controllers/login/external_auth_observers_controller.rb @@ -1,3 +1,20 @@ +# +# Copyright (C) 2015 - 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 . + class Login::ExternalAuthObserversController < ApplicationController def redirect_login if observer_email_taken? diff --git a/app/controllers/login/facebook_controller.rb b/app/controllers/login/facebook_controller.rb index 2dc877fbe94..b5b5ec85cdb 100644 --- a/app/controllers/login/facebook_controller.rb +++ b/app/controllers/login/facebook_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/github_controller.rb b/app/controllers/login/github_controller.rb index bbe84a25612..f710fb16b90 100644 --- a/app/controllers/login/github_controller.rb +++ b/app/controllers/login/github_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/google_controller.rb b/app/controllers/login/google_controller.rb index ce75e8584a4..f600b5d8284 100644 --- a/app/controllers/login/google_controller.rb +++ b/app/controllers/login/google_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/ldap_controller.rb b/app/controllers/login/ldap_controller.rb index 96c618942bb..c73d62c5c00 100644 --- a/app/controllers/login/ldap_controller.rb +++ b/app/controllers/login/ldap_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 - 2014 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/linkedin_controller.rb b/app/controllers/login/linkedin_controller.rb index d1602fadc15..4242ee000e1 100644 --- a/app/controllers/login/linkedin_controller.rb +++ b/app/controllers/login/linkedin_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/microsoft_controller.rb b/app/controllers/login/microsoft_controller.rb index e79ee5bdd7b..877cf25d179 100644 --- a/app/controllers/login/microsoft_controller.rb +++ b/app/controllers/login/microsoft_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/oauth2_controller.rb b/app/controllers/login/oauth2_controller.rb index 8f8abbb1efb..5d24fe67061 100644 --- a/app/controllers/login/oauth2_controller.rb +++ b/app/controllers/login/oauth2_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 - 2014 Instructure, Inc. +# Copyright (C) 2015 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/oauth_base_controller.rb b/app/controllers/login/oauth_base_controller.rb index c404ebf293d..8634f8e985f 100644 --- a/app/controllers/login/oauth_base_controller.rb +++ b/app/controllers/login/oauth_base_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 - 2014 Instructure, Inc. +# Copyright (C) 2015 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/oauth_controller.rb b/app/controllers/login/oauth_controller.rb index ba3d1065086..4c35062319f 100644 --- a/app/controllers/login/oauth_controller.rb +++ b/app/controllers/login/oauth_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 - 2014 Instructure, Inc. +# Copyright (C) 2015 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/openid_connect_controller.rb b/app/controllers/login/openid_connect_controller.rb index 22ed73a4fbf..b05d99b0c81 100644 --- a/app/controllers/login/openid_connect_controller.rb +++ b/app/controllers/login/openid_connect_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/otp_controller.rb b/app/controllers/login/otp_controller.rb index 845bddc3c5f..75600acfda8 100644 --- a/app/controllers/login/otp_controller.rb +++ b/app/controllers/login/otp_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 Instructure, Inc. +# Copyright (C) 2015 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/saml_controller.rb b/app/controllers/login/saml_controller.rb index d76e6fb5091..fffad1d3567 100644 --- a/app/controllers/login/saml_controller.rb +++ b/app/controllers/login/saml_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 - 2014 Instructure, Inc. +# Copyright (C) 2015 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login/shared.rb b/app/controllers/login/shared.rb index 221b940250e..447a7b15efa 100644 --- a/app/controllers/login/shared.rb +++ b/app/controllers/login/shared.rb @@ -1,3 +1,20 @@ +# +# Copyright (C) 2015 - 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 . + module Login::Shared def reset_session_for_login reset_session_saving_keys(:return_to, diff --git a/app/controllers/login/twitter_controller.rb b/app/controllers/login/twitter_controller.rb index 226bd2dae82..05ce21e4953 100644 --- a/app/controllers/login/twitter_controller.rb +++ b/app/controllers/login/twitter_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/login_controller.rb b/app/controllers/login_controller.rb index a023015a2ca..7333ea71c02 100644 --- a/app/controllers/login_controller.rb +++ b/app/controllers/login_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 - 2015 Instructure, Inc. +# Copyright (C) 2015 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/lti/ims/access_token_helper.rb b/app/controllers/lti/ims/access_token_helper.rb index a4261a4e7cc..16824276998 100644 --- a/app/controllers/lti/ims/access_token_helper.rb +++ b/app/controllers/lti/ims/access_token_helper.rb @@ -1,3 +1,20 @@ +# +# Copyright (C) 2017 - 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 . + module Lti::Ims::AccessTokenHelper def authorized_lti2_tool validate_access_token! diff --git a/app/controllers/lti/ims/authorization_controller.rb b/app/controllers/lti/ims/authorization_controller.rb index 7ee67463b43..4e96a91889d 100644 --- a/app/controllers/lti/ims/authorization_controller.rb +++ b/app/controllers/lti/ims/authorization_controller.rb @@ -1,3 +1,20 @@ +# +# Copyright (C) 2017 - 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 . + require 'json/jwt' module Lti diff --git a/app/controllers/lti/ims/tool_consumer_profile_controller.rb b/app/controllers/lti/ims/tool_consumer_profile_controller.rb index 7ba8b092a64..e44a79a4eb5 100644 --- a/app/controllers/lti/ims/tool_consumer_profile_controller.rb +++ b/app/controllers/lti/ims/tool_consumer_profile_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 Instructure, Inc. +# Copyright (C) 2014 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/lti/ims/tool_proxy_controller.rb b/app/controllers/lti/ims/tool_proxy_controller.rb index 910e42b312c..2d47842089b 100644 --- a/app/controllers/lti/ims/tool_proxy_controller.rb +++ b/app/controllers/lti/ims/tool_proxy_controller.rb @@ -1,4 +1,5 @@ -# Copyright (C) 2014 Instructure, Inc. +# +# Copyright (C) 2014 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/lti/ims/tool_setting_controller.rb b/app/controllers/lti/ims/tool_setting_controller.rb index 5f9d09e7c5f..a958b8b6ebc 100644 --- a/app/controllers/lti/ims/tool_setting_controller.rb +++ b/app/controllers/lti/ims/tool_setting_controller.rb @@ -1,4 +1,5 @@ -# Copyright (C) 2014 Instructure, Inc. +# +# Copyright (C) 2014 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/lti/lti_apps_controller.rb b/app/controllers/lti/lti_apps_controller.rb index 6e1e6a49822..a7007bd6d32 100644 --- a/app/controllers/lti/lti_apps_controller.rb +++ b/app/controllers/lti/lti_apps_controller.rb @@ -1,4 +1,5 @@ -# Copyright (C) 2014 Instructure, Inc. +# +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/lti/membership_service_controller.rb b/app/controllers/lti/membership_service_controller.rb index ab2d34864c5..bd7ddb42751 100644 --- a/app/controllers/lti/membership_service_controller.rb +++ b/app/controllers/lti/membership_service_controller.rb @@ -1,4 +1,5 @@ -# Copyright (C) 2016 Instructure, Inc. +# +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/lti/message_controller.rb b/app/controllers/lti/message_controller.rb index 7d2b48bda00..3ba07e81140 100644 --- a/app/controllers/lti/message_controller.rb +++ b/app/controllers/lti/message_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/lti/originality_reports_api_controller.rb b/app/controllers/lti/originality_reports_api_controller.rb index 41a1e118d92..a5632d2fc81 100644 --- a/app/controllers/lti/originality_reports_api_controller.rb +++ b/app/controllers/lti/originality_reports_api_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 - 2016 Instructure, Inc. +# Copyright (C) 2017 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/lti/submissions_api_controller.rb b/app/controllers/lti/submissions_api_controller.rb index 35e30ddcfca..4e0f9731017 100644 --- a/app/controllers/lti/submissions_api_controller.rb +++ b/app/controllers/lti/submissions_api_controller.rb @@ -1,3 +1,20 @@ +# +# Copyright (C) 2017 - 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 . + # @API Originality Reports # @internal # diff --git a/app/controllers/lti/subscriptions_api_controller.rb b/app/controllers/lti/subscriptions_api_controller.rb index 9b2f26ce876..ee9403effb1 100644 --- a/app/controllers/lti/subscriptions_api_controller.rb +++ b/app/controllers/lti/subscriptions_api_controller.rb @@ -1,3 +1,20 @@ +# +# Copyright (C) 2017 - 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 . + # @API Webhooks Subscriptions # @internal # diff --git a/app/controllers/lti/subscriptions_validator.rb b/app/controllers/lti/subscriptions_validator.rb index df68cd4f120..fe3903d5d19 100644 --- a/app/controllers/lti/subscriptions_validator.rb +++ b/app/controllers/lti/subscriptions_validator.rb @@ -1,3 +1,20 @@ +# +# Copyright (C) 2017 - 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 . + module Lti class SubscriptionsValidator class InvalidContextType < StandardError diff --git a/app/controllers/lti/tool_proxy_controller.rb b/app/controllers/lti/tool_proxy_controller.rb index edcf348d0af..3291837ffd1 100644 --- a/app/controllers/lti/tool_proxy_controller.rb +++ b/app/controllers/lti/tool_proxy_controller.rb @@ -1,4 +1,5 @@ -# Copyright (C) 2014 Instructure, Inc. +# +# Copyright (C) 2012 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/lti_api_controller.rb b/app/controllers/lti_api_controller.rb index 36399ca780d..b52f08f2dbd 100644 --- a/app/controllers/lti_api_controller.rb +++ b/app/controllers/lti_api_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/master_courses/master_templates_controller.rb b/app/controllers/master_courses/master_templates_controller.rb index 2edea83bb0f..91ab9f0caa7 100644 --- a/app/controllers/master_courses/master_templates_controller.rb +++ b/app/controllers/master_courses/master_templates_controller.rb @@ -1,3 +1,20 @@ +# +# Copyright (C) 2017 - 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 . + # @API Blueprint Templates # @beta # Configure blueprint courses diff --git a/app/controllers/media_objects_controller.rb b/app/controllers/media_objects_controller.rb index 19cf031d1c3..69e6ddb7663 100644 --- a/app/controllers/media_objects_controller.rb +++ b/app/controllers/media_objects_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/media_tracks_controller.rb b/app/controllers/media_tracks_controller.rb index c370335bd14..546ad6f4aec 100644 --- a/app/controllers/media_tracks_controller.rb +++ b/app/controllers/media_tracks_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/messages_controller.rb b/app/controllers/messages_controller.rb index 61ab360ef47..f8a4b15aadf 100644 --- a/app/controllers/messages_controller.rb +++ b/app/controllers/messages_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-12 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/migration_issues_controller.rb b/app/controllers/migration_issues_controller.rb index c4b96438a20..95b09797ec6 100644 --- a/app/controllers/migration_issues_controller.rb +++ b/app/controllers/migration_issues_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 Instructure, Inc. +# Copyright (C) 2013 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/moderation_set_controller.rb b/app/controllers/moderation_set_controller.rb index 35e361acea1..baaa696402d 100644 --- a/app/controllers/moderation_set_controller.rb +++ b/app/controllers/moderation_set_controller.rb @@ -1,20 +1,19 @@ # -# Copyright (C) 2011 - 2012 Instructure, Inc. +# Copyright (C) 2015 - 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. +# 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. +# 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 -# . +# You should have received a copy of the GNU Affero General Public License along +# with this program. If not, see . # # @API Moderated Grading diff --git a/app/controllers/notification_preferences_controller.rb b/app/controllers/notification_preferences_controller.rb index 7a991f9c1ba..206aca82dc1 100644 --- a/app/controllers/notification_preferences_controller.rb +++ b/app/controllers/notification_preferences_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 Instructure, Inc. +# Copyright (C) 2013 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/oauth2_provider_controller.rb b/app/controllers/oauth2_provider_controller.rb index 48326ae5476..f6b2594dbef 100644 --- a/app/controllers/oauth2_provider_controller.rb +++ b/app/controllers/oauth2_provider_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 - 2015 Instructure, Inc. +# Copyright (C) 2015 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/oauth_proxy_controller.rb b/app/controllers/oauth_proxy_controller.rb index 4e4680079fa..936accff4cc 100644 --- a/app/controllers/oauth_proxy_controller.rb +++ b/app/controllers/oauth_proxy_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/outcome_groups_api_controller.rb b/app/controllers/outcome_groups_api_controller.rb index fb021b10a94..34a43d571ce 100644 --- a/app/controllers/outcome_groups_api_controller.rb +++ b/app/controllers/outcome_groups_api_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 Instructure, Inc. +# Copyright (C) 2012 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/outcome_groups_controller.rb b/app/controllers/outcome_groups_controller.rb index 68e24d23178..3ab0f0f8a41 100644 --- a/app/controllers/outcome_groups_controller.rb +++ b/app/controllers/outcome_groups_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/outcome_results_controller.rb b/app/controllers/outcome_results_controller.rb index 9b4af7c1139..3433cd4213c 100644 --- a/app/controllers/outcome_results_controller.rb +++ b/app/controllers/outcome_results_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 Instructure, Inc. +# Copyright (C) 2013 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/outcomes_api_controller.rb b/app/controllers/outcomes_api_controller.rb index c2068fc7cd2..f1b81b6a17e 100644 --- a/app/controllers/outcomes_api_controller.rb +++ b/app/controllers/outcomes_api_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 Instructure, Inc. +# Copyright (C) 2012 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/outcomes_controller.rb b/app/controllers/outcomes_controller.rb index fb5c0f1bb8f..0895d0e8097 100644 --- a/app/controllers/outcomes_controller.rb +++ b/app/controllers/outcomes_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/outcomes_import_api_controller.rb b/app/controllers/outcomes_import_api_controller.rb index 8411c6fca5b..fc5d7351ed9 100644 --- a/app/controllers/outcomes_import_api_controller.rb +++ b/app/controllers/outcomes_import_api_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2012 Instructure, Inc. +# Copyright (C) 2015 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/page_comments_controller.rb b/app/controllers/page_comments_controller.rb index 4ca97554df6..a654d7fb463 100644 --- a/app/controllers/page_comments_controller.rb +++ b/app/controllers/page_comments_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/page_views_controller.rb b/app/controllers/page_views_controller.rb index 728d6a40d14..3621bb643c5 100644 --- a/app/controllers/page_views_controller.rb +++ b/app/controllers/page_views_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/peer_reviews_api_controller.rb b/app/controllers/peer_reviews_api_controller.rb index f54ca89292f..66a264ef1a7 100644 --- a/app/controllers/peer_reviews_api_controller.rb +++ b/app/controllers/peer_reviews_api_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 - 2015 Instructure, Inc. +# Copyright (C) 2015 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/plugins_controller.rb b/app/controllers/plugins_controller.rb index 19612466658..8c949aa2808 100644 --- a/app/controllers/plugins_controller.rb +++ b/app/controllers/plugins_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/polling/poll_choices_controller.rb b/app/controllers/polling/poll_choices_controller.rb index 26a1fdd224e..769db6f5d69 100644 --- a/app/controllers/polling/poll_choices_controller.rb +++ b/app/controllers/polling/poll_choices_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 Instructure, Inc. +# Copyright (C) 2014 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/polling/poll_sessions_controller.rb b/app/controllers/polling/poll_sessions_controller.rb index f8231e42795..8ada932d7fd 100644 --- a/app/controllers/polling/poll_sessions_controller.rb +++ b/app/controllers/polling/poll_sessions_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 Instructure, Inc. +# Copyright (C) 2014 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/polling/poll_submissions_controller.rb b/app/controllers/polling/poll_submissions_controller.rb index 098c2f7f0be..05a320a56e3 100644 --- a/app/controllers/polling/poll_submissions_controller.rb +++ b/app/controllers/polling/poll_submissions_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 Instructure, Inc. +# Copyright (C) 2014 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/polling/polls_controller.rb b/app/controllers/polling/polls_controller.rb index 8bb3e6fb437..ae8219ddfc2 100644 --- a/app/controllers/polling/polls_controller.rb +++ b/app/controllers/polling/polls_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 Instructure, Inc. +# Copyright (C) 2014 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/profile_controller.rb b/app/controllers/profile_controller.rb index a7a30c29cde..91a1f1027ba 100644 --- a/app/controllers/profile_controller.rb +++ b/app/controllers/profile_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/progress_controller.rb b/app/controllers/progress_controller.rb index ea3e1dd1f7e..9e470bb8016 100644 --- a/app/controllers/progress_controller.rb +++ b/app/controllers/progress_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2013 Instructure, Inc. +# Copyright (C) 2013 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/provisional_grades_controller.rb b/app/controllers/provisional_grades_controller.rb index 788ddbe72fd..0a51f1cdbf9 100644 --- a/app/controllers/provisional_grades_controller.rb +++ b/app/controllers/provisional_grades_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 - 2015 Instructure, Inc. +# Copyright (C) 2015 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/pseudonym_sessions_controller.rb b/app/controllers/pseudonym_sessions_controller.rb index c48c4614fb1..c75bd889bdc 100644 --- a/app/controllers/pseudonym_sessions_controller.rb +++ b/app/controllers/pseudonym_sessions_controller.rb @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 - 2015 Instructure, Inc. +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # diff --git a/app/controllers/pseudonyms_controller.rb b/app/controllers/pseudonyms_controller.rb index be5dd519b56..30ea586091f 100644 --- a/app/controllers/pseudonyms_controller.rb +++ b/app/controllers/pseudonyms_controller.rb @@ -1,5 +1,5 @@ - -# Copyright (C) 2011-2012 Instructure, Inc. +# +# Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. #