From 3076ad4b714f50fd53e4c3b6f7a485e6479a8cfb Mon Sep 17 00:00:00 2001 From: Thomas Apicella Date: Thu, 24 Oct 2013 11:43:54 -0400 Subject: [PATCH] Update copyright --- LICENSE.md | 71 +++++++++++++++++++ .../rid/RidAdminAudienceController.groovy | 14 ++++ .../rid/RidAdminBaseController.groovy | 14 ++++ .../RidAdminCourseSponsorController.groovy | 14 ++++ .../rid/RidAdminDepartmentController.groovy | 14 ++++ ...minInstructionalMaterialsController.groovy | 14 ++++ .../rid/RidAdminLibraryUnitController.groovy | 14 ++++ .../rid/RidAdminLocationController.groovy | 14 ++++ ...idAdminModeOfConsultationController.groovy | 14 ++++ .../rid/RidAdminRankController.groovy | 14 ++++ .../rid/RidAdminSchoolController.groovy | 14 ++++ .../RidAdminServiceProvidedController.groovy | 14 ++++ .../rid/RidAdminSessionTypeController.groovy | 14 ++++ .../rid/RidAdminTransactionController.groovy | 14 ++++ .../rid/RidAdminUserGoalController.groovy | 14 ++++ .../rid/RidTransactionController.groovy | 14 ++++ .../domain/metridoc/rid/RidAudience.groovy | 14 ++++ .../metridoc/rid/RidConsTransaction.groovy | 14 ++++ .../rid/RidConsTransactionTemplate.groovy | 14 ++++ .../metridoc/rid/RidCourseSponsor.groovy | 14 ++++ .../domain/metridoc/rid/RidDepartment.groovy | 14 ++++ .../metridoc/rid/RidInsTransaction.groovy | 14 ++++ .../rid/RidInsTransactionTemplate.groovy | 14 ++++ .../rid/RidInstructionalMaterials.groovy | 14 ++++ .../domain/metridoc/rid/RidLibraryUnit.groovy | 14 ++++ .../domain/metridoc/rid/RidLocation.groovy | 14 ++++ .../metridoc/rid/RidModeOfConsultation.groovy | 14 ++++ grails-app/domain/metridoc/rid/RidRank.groovy | 14 ++++ .../domain/metridoc/rid/RidSchool.groovy | 14 ++++ .../metridoc/rid/RidServiceProvided.groovy | 14 ++++ .../domain/metridoc/rid/RidSessionType.groovy | 14 ++++ .../rid/RidStatisticsGraphReport.groovy | 14 ++++ .../metridoc/rid/RidStatisticsReport.groovy | 14 ++++ .../rid/RidStatisticsSearchReport.groovy | 14 ++++ .../domain/metridoc/rid/RidUserGoal.groovy | 14 ++++ .../metridoc/rid/RidBootStrapService.groovy | 14 ++++ ...anageLibraryUnitSpreadsheetsService.groovy | 14 ++++ .../metridoc/rid/RidStatisticsService.groovy | 14 ++++ .../metridoc/rid/RidTransactionService.groovy | 14 ++++ .../metridoc/rid/SpreadsheetService.groovy | 14 ++++ .../metridoc/rid/TestDataService.groovy | 14 ++++ .../rid/ValidateSpreadsheetService.groovy | 14 ++++ .../taglib/metridoc/rid/PaginateTagLib.groovy | 14 ++++ .../metridoc/rid/RidPaginateTagLib.groovy | 14 ++++ grails-app/views/error.gsp | 14 ++++ grails-app/views/ridAdminAudience/_form.gsp | 14 ++++ grails-app/views/ridAdminAudience/create.gsp | 14 ++++ grails-app/views/ridAdminAudience/edit.gsp | 14 ++++ grails-app/views/ridAdminAudience/list.gsp | 14 ++++ grails-app/views/ridAdminBase/_baseCreate.gsp | 14 ++++ grails-app/views/ridAdminBase/_baseEdit.gsp | 14 ++++ grails-app/views/ridAdminBase/_baseForm.gsp | 14 ++++ .../ridAdminBase/_baseListWithLibUnit.gsp | 14 ++++ .../ridAdminBase/_baseListWithoutLibUnit.gsp | 14 ++++ .../views/ridAdminCourseSponsor/_form.gsp | 14 ++++ .../views/ridAdminCourseSponsor/create.gsp | 14 ++++ .../views/ridAdminCourseSponsor/edit.gsp | 14 ++++ .../views/ridAdminCourseSponsor/list.gsp | 14 ++++ .../views/ridAdminCourseSponsor/show.gsp | 14 ++++ grails-app/views/ridAdminDepartment/_form.gsp | 14 ++++ .../views/ridAdminDepartment/create.gsp | 14 ++++ .../ridAdminDepartment/departmentList.gsp | 14 ++++ grails-app/views/ridAdminDepartment/edit.gsp | 14 ++++ grails-app/views/ridAdminDepartment/list.gsp | 14 ++++ .../ridAdminInsructionalMaterials/_form.gsp | 14 ++++ .../ridAdminInsructionalMaterials/create.gsp | 14 ++++ .../ridAdminInsructionalMaterials/edit.gsp | 14 ++++ .../ridAdminInsructionalMaterials/list.gsp | 14 ++++ .../views/ridAdminLibraryUnit/_form.gsp | 14 ++++ .../views/ridAdminLibraryUnit/create.gsp | 14 ++++ grails-app/views/ridAdminLibraryUnit/edit.gsp | 14 ++++ grails-app/views/ridAdminLibraryUnit/list.gsp | 14 ++++ grails-app/views/ridAdminLocation/_form.gsp | 14 ++++ grails-app/views/ridAdminLocation/create.gsp | 14 ++++ grails-app/views/ridAdminLocation/edit.gsp | 14 ++++ grails-app/views/ridAdminLocation/list.gsp | 14 ++++ .../ridAdminModeOfConsultation/_form.gsp | 14 ++++ .../ridAdminModeOfConsultation/create.gsp | 14 ++++ .../views/ridAdminModeOfConsultation/edit.gsp | 14 ++++ .../views/ridAdminModeOfConsultation/list.gsp | 14 ++++ grails-app/views/ridAdminRank/_form.gsp | 14 ++++ grails-app/views/ridAdminRank/create.gsp | 14 ++++ grails-app/views/ridAdminRank/edit.gsp | 14 ++++ grails-app/views/ridAdminRank/list.gsp | 14 ++++ grails-app/views/ridAdminSchool/_form.gsp | 14 ++++ grails-app/views/ridAdminSchool/create.gsp | 14 ++++ grails-app/views/ridAdminSchool/edit.gsp | 14 ++++ grails-app/views/ridAdminSchool/list.gsp | 14 ++++ .../views/ridAdminServiceProvided/_form.gsp | 14 ++++ .../views/ridAdminServiceProvided/create.gsp | 14 ++++ .../views/ridAdminServiceProvided/edit.gsp | 14 ++++ .../views/ridAdminServiceProvided/list.gsp | 14 ++++ .../views/ridAdminSessionType/_form.gsp | 14 ++++ .../views/ridAdminSessionType/create.gsp | 14 ++++ grails-app/views/ridAdminSessionType/edit.gsp | 14 ++++ grails-app/views/ridAdminSessionType/list.gsp | 14 ++++ .../ridAdminTransaction/_adminToggle.gsp | 14 ++++ .../ridAdminTransaction/_adminToggleLabel.gsp | 14 ++++ .../views/ridAdminTransaction/_consTabs.gsp | 14 ++++ .../views/ridAdminTransaction/_insTabs.gsp | 14 ++++ .../views/ridAdminTransaction/_modal.gsp | 14 ++++ .../views/ridAdminTransaction/_tabs.gsp | 14 ++++ .../views/ridAdminTransaction/_toggle.gsp | 14 ++++ .../views/ridAdminTransaction/_toggleDD.gsp | 14 ++++ .../ridAdminTransaction/_toggleLabel.gsp | 14 ++++ .../ridAdminTransaction/_toggleLabelDD.gsp | 14 ++++ grails-app/views/ridAdminTransaction/list.gsp | 14 ++++ grails-app/views/ridAdminUserGoal/_form.gsp | 14 ++++ grails-app/views/ridAdminUserGoal/create.gsp | 14 ++++ grails-app/views/ridAdminUserGoal/edit.gsp | 14 ++++ grails-app/views/ridAdminUserGoal/list.gsp | 14 ++++ .../views/ridTransaction/_adminToggle.gsp | 14 ++++ .../ridTransaction/_adminToggleLabel.gsp | 14 ++++ grails-app/views/ridTransaction/_form.gsp | 14 ++++ grails-app/views/ridTransaction/_formCons.gsp | 14 ++++ grails-app/views/ridTransaction/_formIns.gsp | 14 ++++ grails-app/views/ridTransaction/_tabLabel.gsp | 14 ++++ grails-app/views/ridTransaction/_tabs.gsp | 14 ++++ grails-app/views/ridTransaction/_toggle.gsp | 14 ++++ grails-app/views/ridTransaction/_toggleDD.gsp | 14 ++++ .../views/ridTransaction/_toggleLabelDD.gsp | 14 ++++ grails-app/views/ridTransaction/create.gsp | 14 ++++ grails-app/views/ridTransaction/edit.gsp | 14 ++++ grails-app/views/ridTransaction/list.gsp | 14 ++++ grails-app/views/ridTransaction/search.gsp | 14 ++++ .../ridTransaction/searchStatResults.gsp | 14 ++++ grails-app/views/ridTransaction/show.gsp | 14 ++++ .../ridTransaction/spreadsheetUpload.gsp | 14 ++++ grails-app/views/ridTransaction/statGraph.gsp | 14 ++++ .../views/ridTransaction/statSearch.gsp | 14 ++++ grails-app/views/ridTransaction/stats.gsp | 14 ++++ .../views/ridTransaction/templateList.gsp | 14 ++++ scripts/_Install.groovy | 14 ++++ scripts/_Uninstall.groovy | 14 ++++ scripts/_Upgrade.groovy | 14 ++++ .../rid/RidConsTransactionBase.groovy | 14 ++++ .../metridoc/rid/RidInsTransactionBase.groovy | 14 ++++ src/templates/artifacts/Controller.groovy | 14 ++++ src/templates/artifacts/DomainClass.groovy | 14 ++++ src/templates/artifacts/Filters.groovy | 14 ++++ .../artifacts/ScaffoldingController.groovy | 14 ++++ src/templates/artifacts/Script.groovy | 14 ++++ src/templates/artifacts/Service.groovy | 14 ++++ src/templates/artifacts/TagLib.groovy | 14 ++++ src/templates/artifacts/Tests.groovy | 14 ++++ src/templates/artifacts/WebTest.groovy | 14 ++++ src/templates/artifacts/hibernate.cfg.xml | 14 ++++ src/templates/scaffolding/Controller.groovy | 14 ++++ src/templates/scaffolding/_form.gsp | 14 ++++ src/templates/scaffolding/create.gsp | 14 ++++ src/templates/scaffolding/edit.gsp | 14 ++++ src/templates/scaffolding/list.gsp | 14 ++++ src/templates/testing/Controller.groovy | 14 ++++ src/templates/testing/DomainClass.groovy | 14 ++++ src/templates/testing/Filters.groovy | 14 ++++ src/templates/testing/Generic.groovy | 14 ++++ src/templates/testing/Service.groovy | 14 ++++ src/templates/testing/TagLib.groovy | 14 ++++ src/templates/testing/UnitTest.groovy | 14 ++++ src/templates/war/web.xml | 15 ++++ .../rid/SpreadsheetServiceTests.groovy | 14 ++++ ...idAdminCourseSponsorControllerTests.groovy | 14 ++++ .../RidAdminDepartmentControllerTests.groovy | 14 ++++ ...inModeOfConsultationControllerTests.groovy | 14 ++++ .../rid/RidAdminRankControllerTests.groovy | 14 ++++ .../rid/RidAdminSchoolControllerTests.groovy | 14 ++++ ...AdminServiceProvidedControllerTests.groovy | 14 ++++ .../RidAdminUserGoalControllerTests.groovy | 14 ++++ .../rid/RidConsTransactionTests.groovy | 14 ++++ .../metridoc/rid/RidCourseSponsorTests.groovy | 14 ++++ .../metridoc/rid/RidDepartmentTests.groovy | 14 ++++ ...LibraryUnitSpreadsheetsServiceTests.groovy | 14 ++++ .../rid/RidModeOfConsultationTests.groovy | 14 ++++ test/unit/metridoc/rid/RidRankTests.groovy | 14 ++++ test/unit/metridoc/rid/RidSchoolTests.groovy | 14 ++++ .../rid/RidServiceProvidedTests.groovy | 14 ++++ .../rid/RidStatisticsReportTests.groovy | 14 ++++ .../rid/RidStatisticsServiceTests.groovy | 14 ++++ .../rid/RidTransactionControllerTests.groovy | 14 ++++ .../unit/metridoc/rid/RidUserGoalTests.groovy | 14 ++++ .../ValidateSpreadsheetServiceTests.groovy | 14 ++++ web-app/WEB-INF/applicationContext.xml | 15 ++++ web-app/WEB-INF/sitemesh.xml | 14 ++++ web-app/css/RidStatisticsGraph.css | 14 ++++ web-app/css/RidTransaction.css | 14 ++++ web-app/css/errors.css | 14 ++++ web-app/css/floating_table.css | 14 ++++ web-app/css/floating_tables_for_admin_1.css | 14 ++++ web-app/css/floating_tables_for_admin_2.css | 14 ++++ web-app/css/floating_tables_for_admin_3.css | 14 ++++ web-app/css/floating_tables_for_admin_4.css | 14 ++++ web-app/css/floating_tables_for_admin_5.css | 14 ++++ web-app/css/floating_tables_for_admin_6.css | 14 ++++ web-app/css/main.css | 14 ++++ web-app/css/mobile.css | 14 ++++ web-app/css/pagination.css | 14 ++++ web-app/css/ridtrans_admin.css | 14 ++++ web-app/css/table.css | 14 ++++ web-app/d3.v3/d3.v3.js | 14 ++++ web-app/d3.v3/d3.v3.min.js | 14 ++++ web-app/datepicker/css/datepicker.css | 2 +- web-app/datepicker/js/bootstrap-datepicker.js | 14 ++++ web-app/js/RidStatistics.js | 14 ++++ web-app/js/RidStatisticsGraph.js | 14 ++++ web-app/js/RidTransaction.js | 14 ++++ web-app/js/application.js | 14 ++++ 206 files changed, 2930 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..9b0926c --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,71 @@ +Educational Community License + +Version 2.0, April 2007 + +http://www.osedu.org/licenses/ + +The Educational Community License version 2.0 ("ECL") consists of the Apache 2.0 license, modified to change the scope of the patent grant in section 3 to be specific to the needs of the education communities using this license. The original Apache 2.0 license can be found at: http://www.apache.org/licenses/LICENSE-2.0 + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. + +Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. + +Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. Any patent license granted hereby with respect to contributions by an individual employed by an institution or organization is limited to patent claims where the individual that is the author of the Work is also the inventor of the patent claims licensed, and where the organization or institution has the right to grant such license under applicable grant and research funding agreements. No other express or implied licenses are granted. + +4. Redistribution. + +You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of this License; and +You must cause any modified files to carry prominent notices stating that You changed the files; and +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. + +Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. + +This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. + +Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. + +In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. + +While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/grails-app/controllers/metridoc/rid/RidAdminAudienceController.groovy b/grails-app/controllers/metridoc/rid/RidAdminAudienceController.groovy index 0bacbb5..51dd3ca 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminAudienceController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminAudienceController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidAdminAudienceController extends RidAdminBaseController { diff --git a/grails-app/controllers/metridoc/rid/RidAdminBaseController.groovy b/grails-app/controllers/metridoc/rid/RidAdminBaseController.groovy index 6d11ea1..934f23e 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminBaseController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminBaseController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid abstract class RidAdminBaseController { diff --git a/grails-app/controllers/metridoc/rid/RidAdminCourseSponsorController.groovy b/grails-app/controllers/metridoc/rid/RidAdminCourseSponsorController.groovy index bcc30bf..1fdecf2 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminCourseSponsorController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminCourseSponsorController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidAdminCourseSponsorController extends RidAdminBaseController { diff --git a/grails-app/controllers/metridoc/rid/RidAdminDepartmentController.groovy b/grails-app/controllers/metridoc/rid/RidAdminDepartmentController.groovy index 28763b4..91132d0 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminDepartmentController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminDepartmentController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidAdminDepartmentController extends RidAdminBaseController { diff --git a/grails-app/controllers/metridoc/rid/RidAdminInstructionalMaterialsController.groovy b/grails-app/controllers/metridoc/rid/RidAdminInstructionalMaterialsController.groovy index bc0fff6..6e56b40 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminInstructionalMaterialsController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminInstructionalMaterialsController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidAdminInstructionalMaterialsController extends RidAdminBaseController { diff --git a/grails-app/controllers/metridoc/rid/RidAdminLibraryUnitController.groovy b/grails-app/controllers/metridoc/rid/RidAdminLibraryUnitController.groovy index eed05e7..37f5bde 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminLibraryUnitController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminLibraryUnitController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid import org.apache.poi.ss.usermodel.Workbook diff --git a/grails-app/controllers/metridoc/rid/RidAdminLocationController.groovy b/grails-app/controllers/metridoc/rid/RidAdminLocationController.groovy index ddac6d5..9d3eab2 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminLocationController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminLocationController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidAdminLocationController extends RidAdminBaseController { diff --git a/grails-app/controllers/metridoc/rid/RidAdminModeOfConsultationController.groovy b/grails-app/controllers/metridoc/rid/RidAdminModeOfConsultationController.groovy index 6ceaeff..4ec9b86 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminModeOfConsultationController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminModeOfConsultationController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidAdminModeOfConsultationController extends RidAdminBaseController { diff --git a/grails-app/controllers/metridoc/rid/RidAdminRankController.groovy b/grails-app/controllers/metridoc/rid/RidAdminRankController.groovy index 8e7419f..779219f 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminRankController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminRankController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidAdminRankController extends RidAdminBaseController { diff --git a/grails-app/controllers/metridoc/rid/RidAdminSchoolController.groovy b/grails-app/controllers/metridoc/rid/RidAdminSchoolController.groovy index e84e428..e29b9fe 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminSchoolController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminSchoolController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidAdminSchoolController extends RidAdminBaseController { diff --git a/grails-app/controllers/metridoc/rid/RidAdminServiceProvidedController.groovy b/grails-app/controllers/metridoc/rid/RidAdminServiceProvidedController.groovy index 3d800f4..7b08a37 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminServiceProvidedController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminServiceProvidedController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidAdminServiceProvidedController extends RidAdminBaseController { diff --git a/grails-app/controllers/metridoc/rid/RidAdminSessionTypeController.groovy b/grails-app/controllers/metridoc/rid/RidAdminSessionTypeController.groovy index 318fd41..d6388ca 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminSessionTypeController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminSessionTypeController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidAdminSessionTypeController extends RidAdminBaseController { diff --git a/grails-app/controllers/metridoc/rid/RidAdminTransactionController.groovy b/grails-app/controllers/metridoc/rid/RidAdminTransactionController.groovy index 7a4925b..f177310 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminTransactionController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminTransactionController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidAdminTransactionController { diff --git a/grails-app/controllers/metridoc/rid/RidAdminUserGoalController.groovy b/grails-app/controllers/metridoc/rid/RidAdminUserGoalController.groovy index 42a619b..7e12b6e 100644 --- a/grails-app/controllers/metridoc/rid/RidAdminUserGoalController.groovy +++ b/grails-app/controllers/metridoc/rid/RidAdminUserGoalController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidAdminUserGoalController extends RidAdminBaseController { diff --git a/grails-app/controllers/metridoc/rid/RidTransactionController.groovy b/grails-app/controllers/metridoc/rid/RidTransactionController.groovy index 96bf7bf..62ebcb6 100644 --- a/grails-app/controllers/metridoc/rid/RidTransactionController.groovy +++ b/grails-app/controllers/metridoc/rid/RidTransactionController.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid import grails.converters.JSON diff --git a/grails-app/domain/metridoc/rid/RidAudience.groovy b/grails-app/domain/metridoc/rid/RidAudience.groovy index f3c666a..64ac2ea 100644 --- a/grails-app/domain/metridoc/rid/RidAudience.groovy +++ b/grails-app/domain/metridoc/rid/RidAudience.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidAudience { diff --git a/grails-app/domain/metridoc/rid/RidConsTransaction.groovy b/grails-app/domain/metridoc/rid/RidConsTransaction.groovy index 0309b55..caa9ae8 100644 --- a/grails-app/domain/metridoc/rid/RidConsTransaction.groovy +++ b/grails-app/domain/metridoc/rid/RidConsTransaction.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidConsTransaction extends RidConsTransactionBase { diff --git a/grails-app/domain/metridoc/rid/RidConsTransactionTemplate.groovy b/grails-app/domain/metridoc/rid/RidConsTransactionTemplate.groovy index d927cf1..3a36158 100644 --- a/grails-app/domain/metridoc/rid/RidConsTransactionTemplate.groovy +++ b/grails-app/domain/metridoc/rid/RidConsTransactionTemplate.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidConsTransactionTemplate extends RidConsTransactionBase { diff --git a/grails-app/domain/metridoc/rid/RidCourseSponsor.groovy b/grails-app/domain/metridoc/rid/RidCourseSponsor.groovy index adcfb57..77cc8b0 100644 --- a/grails-app/domain/metridoc/rid/RidCourseSponsor.groovy +++ b/grails-app/domain/metridoc/rid/RidCourseSponsor.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidCourseSponsor { diff --git a/grails-app/domain/metridoc/rid/RidDepartment.groovy b/grails-app/domain/metridoc/rid/RidDepartment.groovy index 29f744f..51bf300 100644 --- a/grails-app/domain/metridoc/rid/RidDepartment.groovy +++ b/grails-app/domain/metridoc/rid/RidDepartment.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidDepartment { diff --git a/grails-app/domain/metridoc/rid/RidInsTransaction.groovy b/grails-app/domain/metridoc/rid/RidInsTransaction.groovy index f00b016..3509b49 100644 --- a/grails-app/domain/metridoc/rid/RidInsTransaction.groovy +++ b/grails-app/domain/metridoc/rid/RidInsTransaction.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidInsTransaction extends RidInsTransactionBase { diff --git a/grails-app/domain/metridoc/rid/RidInsTransactionTemplate.groovy b/grails-app/domain/metridoc/rid/RidInsTransactionTemplate.groovy index 1807d8d..b50f845 100644 --- a/grails-app/domain/metridoc/rid/RidInsTransactionTemplate.groovy +++ b/grails-app/domain/metridoc/rid/RidInsTransactionTemplate.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidInsTransactionTemplate extends RidInsTransactionBase { diff --git a/grails-app/domain/metridoc/rid/RidInstructionalMaterials.groovy b/grails-app/domain/metridoc/rid/RidInstructionalMaterials.groovy index a4f4be7..1db3f0e 100644 --- a/grails-app/domain/metridoc/rid/RidInstructionalMaterials.groovy +++ b/grails-app/domain/metridoc/rid/RidInstructionalMaterials.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidInstructionalMaterials { diff --git a/grails-app/domain/metridoc/rid/RidLibraryUnit.groovy b/grails-app/domain/metridoc/rid/RidLibraryUnit.groovy index 207ff4f..1386846 100644 --- a/grails-app/domain/metridoc/rid/RidLibraryUnit.groovy +++ b/grails-app/domain/metridoc/rid/RidLibraryUnit.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidLibraryUnit { diff --git a/grails-app/domain/metridoc/rid/RidLocation.groovy b/grails-app/domain/metridoc/rid/RidLocation.groovy index fdf6198..c831640 100644 --- a/grails-app/domain/metridoc/rid/RidLocation.groovy +++ b/grails-app/domain/metridoc/rid/RidLocation.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidLocation { diff --git a/grails-app/domain/metridoc/rid/RidModeOfConsultation.groovy b/grails-app/domain/metridoc/rid/RidModeOfConsultation.groovy index 9e84e55..069ec08 100644 --- a/grails-app/domain/metridoc/rid/RidModeOfConsultation.groovy +++ b/grails-app/domain/metridoc/rid/RidModeOfConsultation.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidModeOfConsultation { diff --git a/grails-app/domain/metridoc/rid/RidRank.groovy b/grails-app/domain/metridoc/rid/RidRank.groovy index 3077284..1a17a82 100644 --- a/grails-app/domain/metridoc/rid/RidRank.groovy +++ b/grails-app/domain/metridoc/rid/RidRank.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidRank { diff --git a/grails-app/domain/metridoc/rid/RidSchool.groovy b/grails-app/domain/metridoc/rid/RidSchool.groovy index dfae0a8..ef1e0cb 100644 --- a/grails-app/domain/metridoc/rid/RidSchool.groovy +++ b/grails-app/domain/metridoc/rid/RidSchool.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidSchool { diff --git a/grails-app/domain/metridoc/rid/RidServiceProvided.groovy b/grails-app/domain/metridoc/rid/RidServiceProvided.groovy index 6c71ea7..23ff8ef 100644 --- a/grails-app/domain/metridoc/rid/RidServiceProvided.groovy +++ b/grails-app/domain/metridoc/rid/RidServiceProvided.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidServiceProvided { diff --git a/grails-app/domain/metridoc/rid/RidSessionType.groovy b/grails-app/domain/metridoc/rid/RidSessionType.groovy index a3d2a0e..ca5be07 100644 --- a/grails-app/domain/metridoc/rid/RidSessionType.groovy +++ b/grails-app/domain/metridoc/rid/RidSessionType.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidSessionType { diff --git a/grails-app/domain/metridoc/rid/RidStatisticsGraphReport.groovy b/grails-app/domain/metridoc/rid/RidStatisticsGraphReport.groovy index 9b895ba..3ff32bd 100644 --- a/grails-app/domain/metridoc/rid/RidStatisticsGraphReport.groovy +++ b/grails-app/domain/metridoc/rid/RidStatisticsGraphReport.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidStatisticsGraphReport { diff --git a/grails-app/domain/metridoc/rid/RidStatisticsReport.groovy b/grails-app/domain/metridoc/rid/RidStatisticsReport.groovy index 0d2eaad..ab0b1dc 100644 --- a/grails-app/domain/metridoc/rid/RidStatisticsReport.groovy +++ b/grails-app/domain/metridoc/rid/RidStatisticsReport.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidStatisticsReport { diff --git a/grails-app/domain/metridoc/rid/RidStatisticsSearchReport.groovy b/grails-app/domain/metridoc/rid/RidStatisticsSearchReport.groovy index 4acffba..51b4c76 100644 --- a/grails-app/domain/metridoc/rid/RidStatisticsSearchReport.groovy +++ b/grails-app/domain/metridoc/rid/RidStatisticsSearchReport.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidStatisticsSearchReport { diff --git a/grails-app/domain/metridoc/rid/RidUserGoal.groovy b/grails-app/domain/metridoc/rid/RidUserGoal.groovy index 96e6163..0a3aa39 100644 --- a/grails-app/domain/metridoc/rid/RidUserGoal.groovy +++ b/grails-app/domain/metridoc/rid/RidUserGoal.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidUserGoal { diff --git a/grails-app/services/metridoc/rid/RidBootStrapService.groovy b/grails-app/services/metridoc/rid/RidBootStrapService.groovy index e1b01f6..18a41b6 100644 --- a/grails-app/services/metridoc/rid/RidBootStrapService.groovy +++ b/grails-app/services/metridoc/rid/RidBootStrapService.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid import grails.util.Environment diff --git a/grails-app/services/metridoc/rid/RidManageLibraryUnitSpreadsheetsService.groovy b/grails-app/services/metridoc/rid/RidManageLibraryUnitSpreadsheetsService.groovy index bdd139f..e232807 100644 --- a/grails-app/services/metridoc/rid/RidManageLibraryUnitSpreadsheetsService.groovy +++ b/grails-app/services/metridoc/rid/RidManageLibraryUnitSpreadsheetsService.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid import org.codehaus.groovy.grails.io.support.ClassPathResource diff --git a/grails-app/services/metridoc/rid/RidStatisticsService.groovy b/grails-app/services/metridoc/rid/RidStatisticsService.groovy index 407d466..8cfba3b 100644 --- a/grails-app/services/metridoc/rid/RidStatisticsService.groovy +++ b/grails-app/services/metridoc/rid/RidStatisticsService.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid import java.text.SimpleDateFormat diff --git a/grails-app/services/metridoc/rid/RidTransactionService.groovy b/grails-app/services/metridoc/rid/RidTransactionService.groovy index 2e89458..299146e 100644 --- a/grails-app/services/metridoc/rid/RidTransactionService.groovy +++ b/grails-app/services/metridoc/rid/RidTransactionService.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid import java.text.SimpleDateFormat diff --git a/grails-app/services/metridoc/rid/SpreadsheetService.groovy b/grails-app/services/metridoc/rid/SpreadsheetService.groovy index 1b91d9c..7df589c 100644 --- a/grails-app/services/metridoc/rid/SpreadsheetService.groovy +++ b/grails-app/services/metridoc/rid/SpreadsheetService.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid import org.apache.poi.ss.usermodel.* diff --git a/grails-app/services/metridoc/rid/TestDataService.groovy b/grails-app/services/metridoc/rid/TestDataService.groovy index d133b56..a62bafa 100644 --- a/grails-app/services/metridoc/rid/TestDataService.groovy +++ b/grails-app/services/metridoc/rid/TestDataService.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class TestDataService { diff --git a/grails-app/services/metridoc/rid/ValidateSpreadsheetService.groovy b/grails-app/services/metridoc/rid/ValidateSpreadsheetService.groovy index 48fab7c..16b5441 100644 --- a/grails-app/services/metridoc/rid/ValidateSpreadsheetService.groovy +++ b/grails-app/services/metridoc/rid/ValidateSpreadsheetService.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid import org.apache.poi.ss.usermodel.* diff --git a/grails-app/taglib/metridoc/rid/PaginateTagLib.groovy b/grails-app/taglib/metridoc/rid/PaginateTagLib.groovy index 9c6976a..bff928a 100644 --- a/grails-app/taglib/metridoc/rid/PaginateTagLib.groovy +++ b/grails-app/taglib/metridoc/rid/PaginateTagLib.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class PaginateTagLib { diff --git a/grails-app/taglib/metridoc/rid/RidPaginateTagLib.groovy b/grails-app/taglib/metridoc/rid/RidPaginateTagLib.groovy index 4bd6dd8..b9620db 100644 --- a/grails-app/taglib/metridoc/rid/RidPaginateTagLib.groovy +++ b/grails-app/taglib/metridoc/rid/RidPaginateTagLib.groovy @@ -1,3 +1,17 @@ +/* + *Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + * Educational Community License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. You may + * obtain a copy of the License at + * + *http://www.osedu.org/licenses/ECL-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an "AS IS" + * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing + * permissions and limitations under the License. */ + package metridoc.rid class RidPaginateTagLib { diff --git a/grails-app/views/error.gsp b/grails-app/views/error.gsp index 64a0b08..1dadf49 100644 --- a/grails-app/views/error.gsp +++ b/grails-app/views/error.gsp @@ -1,3 +1,17 @@ +%{-- + - Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + - Educational Community License, Version 2.0 (the "License"); you may + - not use this file except in compliance with the License. You may + - obtain a copy of the License at + - + - http://www.osedu.org/licenses/ECL-2.0 + - + - Unless required by applicable law or agreed to in writing, + - software distributed under the License is distributed on an "AS IS" + - BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + - or implied. See the License for the specific language governing + - permissions and limitations under the License. --}% + diff --git a/grails-app/views/ridAdminAudience/_form.gsp b/grails-app/views/ridAdminAudience/_form.gsp index f6490e7..bcef279 100644 --- a/grails-app/views/ridAdminAudience/_form.gsp +++ b/grails-app/views/ridAdminAudience/_form.gsp @@ -1,3 +1,17 @@ +%{-- + - Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + - Educational Community License, Version 2.0 (the "License"); you may + - not use this file except in compliance with the License. You may + - obtain a copy of the License at + - + - http://www.osedu.org/licenses/ECL-2.0 + - + - Unless required by applicable law or agreed to in writing, + - software distributed under the License is distributed on an "AS IS" + - BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + - or implied. See the License for the specific language governing + - permissions and limitations under the License. --}% + <%@ page import="metridoc.rid.RidAudience" %> diff --git a/grails-app/views/ridAdminAudience/create.gsp b/grails-app/views/ridAdminAudience/create.gsp index a5d9d64..8e3aa42 100644 --- a/grails-app/views/ridAdminAudience/create.gsp +++ b/grails-app/views/ridAdminAudience/create.gsp @@ -1,3 +1,17 @@ +%{-- + - Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + - Educational Community License, Version 2.0 (the "License"); you may + - not use this file except in compliance with the License. You may + - obtain a copy of the License at + - + - http://www.osedu.org/licenses/ECL-2.0 + - + - Unless required by applicable law or agreed to in writing, + - software distributed under the License is distributed on an "AS IS" + - BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + - or implied. See the License for the specific language governing + - permissions and limitations under the License. --}% + <%@ page import="metridoc.rid.RidAudience" %> diff --git a/grails-app/views/ridAdminAudience/edit.gsp b/grails-app/views/ridAdminAudience/edit.gsp index 17ec5f4..1c899b6 100644 --- a/grails-app/views/ridAdminAudience/edit.gsp +++ b/grails-app/views/ridAdminAudience/edit.gsp @@ -1,3 +1,17 @@ +%{-- + - Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + - Educational Community License, Version 2.0 (the "License"); you may + - not use this file except in compliance with the License. You may + - obtain a copy of the License at + - + - http://www.osedu.org/licenses/ECL-2.0 + - + - Unless required by applicable law or agreed to in writing, + - software distributed under the License is distributed on an "AS IS" + - BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + - or implied. See the License for the specific language governing + - permissions and limitations under the License. --}% + <%@ page import="metridoc.rid.RidAudience" %> diff --git a/grails-app/views/ridAdminAudience/list.gsp b/grails-app/views/ridAdminAudience/list.gsp index 7740422..76ac64a 100644 --- a/grails-app/views/ridAdminAudience/list.gsp +++ b/grails-app/views/ridAdminAudience/list.gsp @@ -1,3 +1,17 @@ +%{-- + - Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + - Educational Community License, Version 2.0 (the "License"); you may + - not use this file except in compliance with the License. You may + - obtain a copy of the License at + - + - http://www.osedu.org/licenses/ECL-2.0 + - + - Unless required by applicable law or agreed to in writing, + - software distributed under the License is distributed on an "AS IS" + - BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + - or implied. See the License for the specific language governing + - permissions and limitations under the License. --}% + <%@ page import="metridoc.rid.RidAudience" %> diff --git a/grails-app/views/ridAdminBase/_baseCreate.gsp b/grails-app/views/ridAdminBase/_baseCreate.gsp index 03bc5ac..4e424b6 100644 --- a/grails-app/views/ridAdminBase/_baseCreate.gsp +++ b/grails-app/views/ridAdminBase/_baseCreate.gsp @@ -1,3 +1,17 @@ +%{-- + - Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + - Educational Community License, Version 2.0 (the "License"); you may + - not use this file except in compliance with the License. You may + - obtain a copy of the License at + - + - http://www.osedu.org/licenses/ECL-2.0 + - + - Unless required by applicable law or agreed to in writing, + - software distributed under the License is distributed on an "AS IS" + - BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + - or implied. See the License for the specific language governing + - permissions and limitations under the License. --}% +

diff --git a/grails-app/views/ridAdminBase/_baseEdit.gsp b/grails-app/views/ridAdminBase/_baseEdit.gsp index 87328d6..c02a267 100644 --- a/grails-app/views/ridAdminBase/_baseEdit.gsp +++ b/grails-app/views/ridAdminBase/_baseEdit.gsp @@ -1,3 +1,17 @@ +%{-- + - Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + - Educational Community License, Version 2.0 (the "License"); you may + - not use this file except in compliance with the License. You may + - obtain a copy of the License at + - + - http://www.osedu.org/licenses/ECL-2.0 + - + - Unless required by applicable law or agreed to in writing, + - software distributed under the License is distributed on an "AS IS" + - BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + - or implied. See the License for the specific language governing + - permissions and limitations under the License. --}% +

diff --git a/grails-app/views/ridAdminBase/_baseForm.gsp b/grails-app/views/ridAdminBase/_baseForm.gsp index ff8161c..b047bc4 100644 --- a/grails-app/views/ridAdminBase/_baseForm.gsp +++ b/grails-app/views/ridAdminBase/_baseForm.gsp @@ -1,3 +1,17 @@ +%{-- + - Copyright 2013 Trustees of the University of Pennsylvania. Licensed under the + - Educational Community License, Version 2.0 (the "License"); you may + - not use this file except in compliance with the License. You may + - obtain a copy of the License at + - + - http://www.osedu.org/licenses/ECL-2.0 + - + - Unless required by applicable law or agreed to in writing, + - software distributed under the License is distributed on an "AS IS" + - BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + - or implied. See the License for the specific language governing + - permissions and limitations under the License. --}% +