diff --git a/admin-tools/src/java/org/sakaiproject/archive/tool/DownloadServlet.java b/admin-tools/src/java/org/sakaiproject/archive/tool/DownloadServlet.java index cd7041b6bbd9..c7107392d1c2 100644 --- a/admin-tools/src/java/org/sakaiproject/archive/tool/DownloadServlet.java +++ b/admin-tools/src/java/org/sakaiproject/archive/tool/DownloadServlet.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.archive.tool; diff --git a/admin-tools/src/java/org/sakaiproject/archive/tool/model/SparseFile.java b/admin-tools/src/java/org/sakaiproject/archive/tool/model/SparseFile.java index 60397a3923b8..60dc8f2ac2cb 100644 --- a/admin-tools/src/java/org/sakaiproject/archive/tool/model/SparseFile.java +++ b/admin-tools/src/java/org/sakaiproject/archive/tool/model/SparseFile.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.archive.tool.model; import lombok.Data; diff --git a/admin-tools/src/java/org/sakaiproject/archive/tool/model/SparseSite.java b/admin-tools/src/java/org/sakaiproject/archive/tool/model/SparseSite.java index 5936520ffd03..f7d0f2d95c15 100644 --- a/admin-tools/src/java/org/sakaiproject/archive/tool/model/SparseSite.java +++ b/admin-tools/src/java/org/sakaiproject/archive/tool/model/SparseSite.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.archive.tool.model; import lombok.Getter; diff --git a/admin-tools/src/java/org/sakaiproject/user/tool/ImportedUser.java b/admin-tools/src/java/org/sakaiproject/user/tool/ImportedUser.java index 96afb000bf7e..471c94a123e2 100644 --- a/admin-tools/src/java/org/sakaiproject/user/tool/ImportedUser.java +++ b/admin-tools/src/java/org/sakaiproject/user/tool/ImportedUser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.tool; import lombok.Data; diff --git a/admin-tools/src/java/org/sakaiproject/user/tool/UsersActionState.java b/admin-tools/src/java/org/sakaiproject/user/tool/UsersActionState.java index 6c86bbf98840..7a357543d892 100644 --- a/admin-tools/src/java/org/sakaiproject/user/tool/UsersActionState.java +++ b/admin-tools/src/java/org/sakaiproject/user/tool/UsersActionState.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.tool; import java.util.ArrayList; diff --git a/announcement/announcement-tool/tool/src/java/org/sakaiproject/announcement/tool/AnnouncementComparator.java b/announcement/announcement-tool/tool/src/java/org/sakaiproject/announcement/tool/AnnouncementComparator.java index 52f7bf5e79a1..618d1dd02159 100644 --- a/announcement/announcement-tool/tool/src/java/org/sakaiproject/announcement/tool/AnnouncementComparator.java +++ b/announcement/announcement-tool/tool/src/java/org/sakaiproject/announcement/tool/AnnouncementComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.announcement.tool; import org.sakaiproject.announcement.api.AnnouncementMessage; diff --git a/announcement/announcement-tool/tool/src/java/org/sakaiproject/announcement/tool/AnnouncementGroupComparator.java b/announcement/announcement-tool/tool/src/java/org/sakaiproject/announcement/tool/AnnouncementGroupComparator.java index f45c6916c0e6..997e351344ed 100644 --- a/announcement/announcement-tool/tool/src/java/org/sakaiproject/announcement/tool/AnnouncementGroupComparator.java +++ b/announcement/announcement-tool/tool/src/java/org/sakaiproject/announcement/tool/AnnouncementGroupComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.announcement.tool; import org.sakaiproject.site.api.Group; diff --git a/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentEntity.java b/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentEntity.java index 7f1e56511793..2ed066f80f35 100644 --- a/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentEntity.java +++ b/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentEntity.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.api; import java.io.ByteArrayInputStream; diff --git a/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentPeerAssessmentService.java b/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentPeerAssessmentService.java index ce42b9f79ffb..5ec504d9aaf0 100644 --- a/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentPeerAssessmentService.java +++ b/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentPeerAssessmentService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.api; import java.util.Collection; diff --git a/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentReferenceReckoner.java b/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentReferenceReckoner.java index f5cbdd8fdb31..19048f4dd9c9 100644 --- a/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentReferenceReckoner.java +++ b/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentReferenceReckoner.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.api; import static org.sakaiproject.assignment.api.AssignmentServiceConstants.REFERENCE_ROOT; diff --git a/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentServiceConstants.java b/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentServiceConstants.java index de92fcb12df9..1496f4633a45 100644 --- a/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentServiceConstants.java +++ b/assignment/api/src/java/org/sakaiproject/assignment/api/AssignmentServiceConstants.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.api; /** diff --git a/assignment/api/src/java/org/sakaiproject/assignment/api/ContentReviewResult.java b/assignment/api/src/java/org/sakaiproject/assignment/api/ContentReviewResult.java index 2847ce8c6e35..a1a2b44cf4b9 100644 --- a/assignment/api/src/java/org/sakaiproject/assignment/api/ContentReviewResult.java +++ b/assignment/api/src/java/org/sakaiproject/assignment/api/ContentReviewResult.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.api; import org.sakaiproject.content.api.ContentResource; diff --git a/assignment/api/src/java/org/sakaiproject/assignment/api/ReferenceReckoner.java b/assignment/api/src/java/org/sakaiproject/assignment/api/ReferenceReckoner.java index a5efcedd54a8..d5ba35096c70 100644 --- a/assignment/api/src/java/org/sakaiproject/assignment/api/ReferenceReckoner.java +++ b/assignment/api/src/java/org/sakaiproject/assignment/api/ReferenceReckoner.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.api; /** diff --git a/assignment/api/src/java/org/sakaiproject/assignment/api/model/AssessorSubmissionId.java b/assignment/api/src/java/org/sakaiproject/assignment/api/model/AssessorSubmissionId.java index e6ff5bef9b44..1366ca6ccde1 100644 --- a/assignment/api/src/java/org/sakaiproject/assignment/api/model/AssessorSubmissionId.java +++ b/assignment/api/src/java/org/sakaiproject/assignment/api/model/AssessorSubmissionId.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.api.model; import java.io.Serializable; diff --git a/assignment/api/src/java/org/sakaiproject/assignment/api/model/AssignmentSubmissionSubmitter.java b/assignment/api/src/java/org/sakaiproject/assignment/api/model/AssignmentSubmissionSubmitter.java index 8c640143f3d6..e509b6519fd2 100644 --- a/assignment/api/src/java/org/sakaiproject/assignment/api/model/AssignmentSubmissionSubmitter.java +++ b/assignment/api/src/java/org/sakaiproject/assignment/api/model/AssignmentSubmissionSubmitter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.api.model; import javax.persistence.*; diff --git a/assignment/api/src/java/org/sakaiproject/assignment/api/model/PeerAssessmentAttachment.java b/assignment/api/src/java/org/sakaiproject/assignment/api/model/PeerAssessmentAttachment.java index 6413ea581eaf..574972ab0b7d 100644 --- a/assignment/api/src/java/org/sakaiproject/assignment/api/model/PeerAssessmentAttachment.java +++ b/assignment/api/src/java/org/sakaiproject/assignment/api/model/PeerAssessmentAttachment.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.api.model; import java.io.Serializable; diff --git a/assignment/api/src/java/org/sakaiproject/assignment/api/model/PeerAssessmentItem.java b/assignment/api/src/java/org/sakaiproject/assignment/api/model/PeerAssessmentItem.java index 29e2d1d6ac35..d5055ef874e1 100644 --- a/assignment/api/src/java/org/sakaiproject/assignment/api/model/PeerAssessmentItem.java +++ b/assignment/api/src/java/org/sakaiproject/assignment/api/model/PeerAssessmentItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.api.model; import java.io.Serializable; diff --git a/assignment/api/src/java/org/sakaiproject/assignment/persistence/AssignmentRepository.java b/assignment/api/src/java/org/sakaiproject/assignment/persistence/AssignmentRepository.java index a3615e2e5c0e..1dbd3932449d 100644 --- a/assignment/api/src/java/org/sakaiproject/assignment/persistence/AssignmentRepository.java +++ b/assignment/api/src/java/org/sakaiproject/assignment/persistence/AssignmentRepository.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.persistence; import java.util.List; diff --git a/assignment/impl/src/java/org/sakaiproject/assignment/impl/AssignmentPeerAssessmentServiceImpl.java b/assignment/impl/src/java/org/sakaiproject/assignment/impl/AssignmentPeerAssessmentServiceImpl.java index 3d7a6df71694..f6d956dc38e2 100644 --- a/assignment/impl/src/java/org/sakaiproject/assignment/impl/AssignmentPeerAssessmentServiceImpl.java +++ b/assignment/impl/src/java/org/sakaiproject/assignment/impl/AssignmentPeerAssessmentServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl; import java.util.ArrayList; diff --git a/assignment/impl/src/java/org/sakaiproject/assignment/impl/AssignmentServiceImpl.java b/assignment/impl/src/java/org/sakaiproject/assignment/impl/AssignmentServiceImpl.java index 584f942d01d3..fcaa6e0282c6 100644 --- a/assignment/impl/src/java/org/sakaiproject/assignment/impl/AssignmentServiceImpl.java +++ b/assignment/impl/src/java/org/sakaiproject/assignment/impl/AssignmentServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl; import static org.sakaiproject.assignment.api.AssignmentServiceConstants.*; diff --git a/assignment/impl/src/java/org/sakaiproject/assignment/impl/GradeSheetExporter.java b/assignment/impl/src/java/org/sakaiproject/assignment/impl/GradeSheetExporter.java index 87d8088dd6dc..ba8ecd62339d 100644 --- a/assignment/impl/src/java/org/sakaiproject/assignment/impl/GradeSheetExporter.java +++ b/assignment/impl/src/java/org/sakaiproject/assignment/impl/GradeSheetExporter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl; import java.io.IOException; diff --git a/assignment/impl/src/java/org/sakaiproject/assignment/impl/MySecurityAdvisor.java b/assignment/impl/src/java/org/sakaiproject/assignment/impl/MySecurityAdvisor.java index beebaa73fe17..b2065b8f4f0b 100644 --- a/assignment/impl/src/java/org/sakaiproject/assignment/impl/MySecurityAdvisor.java +++ b/assignment/impl/src/java/org/sakaiproject/assignment/impl/MySecurityAdvisor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl; import org.sakaiproject.authz.api.SecurityAdvisor; diff --git a/assignment/impl/src/java/org/sakaiproject/assignment/impl/OptionalFactoryBean.java b/assignment/impl/src/java/org/sakaiproject/assignment/impl/OptionalFactoryBean.java index 1af0184fc4a6..bb0d76367e7e 100644 --- a/assignment/impl/src/java/org/sakaiproject/assignment/impl/OptionalFactoryBean.java +++ b/assignment/impl/src/java/org/sakaiproject/assignment/impl/OptionalFactoryBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl; import org.springframework.beans.factory.BeanFactoryUtils; diff --git a/assignment/impl/src/java/org/sakaiproject/assignment/impl/SpreadsheetExporter.java b/assignment/impl/src/java/org/sakaiproject/assignment/impl/SpreadsheetExporter.java index 3bd4adb1c3a9..0d69e479d00a 100644 --- a/assignment/impl/src/java/org/sakaiproject/assignment/impl/SpreadsheetExporter.java +++ b/assignment/impl/src/java/org/sakaiproject/assignment/impl/SpreadsheetExporter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl; import au.com.bytecode.opencsv.CSVWriter; diff --git a/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/AnonymousSubmissionComparator.java b/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/AnonymousSubmissionComparator.java index c4415d28600c..31790bdc1fd1 100644 --- a/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/AnonymousSubmissionComparator.java +++ b/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/AnonymousSubmissionComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl.sort; import org.sakaiproject.assignment.api.model.AssignmentSubmission; diff --git a/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/AssignmentComparator.java b/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/AssignmentComparator.java index e6119a590ca7..e6097484f62d 100644 --- a/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/AssignmentComparator.java +++ b/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/AssignmentComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl.sort; import org.sakaiproject.assignment.api.model.Assignment; diff --git a/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/AssignmentSubmissionComparator.java b/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/AssignmentSubmissionComparator.java index dbf371c98984..964b9d56c7b6 100644 --- a/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/AssignmentSubmissionComparator.java +++ b/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/AssignmentSubmissionComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl.sort; import org.sakaiproject.assignment.api.AssignmentService; diff --git a/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/UserComparator.java b/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/UserComparator.java index 45713b1c670c..e32666063270 100644 --- a/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/UserComparator.java +++ b/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/UserComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl.sort; import org.sakaiproject.user.api.User; diff --git a/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/UserIdComparator.java b/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/UserIdComparator.java index 9283c81c59e7..80cd24e937e7 100644 --- a/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/UserIdComparator.java +++ b/assignment/impl/src/java/org/sakaiproject/assignment/impl/sort/UserIdComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl.sort; import org.sakaiproject.user.api.User; diff --git a/assignment/impl/src/java/org/sakaiproject/assignment/persistence/AssignmentRepositoryImpl.java b/assignment/impl/src/java/org/sakaiproject/assignment/persistence/AssignmentRepositoryImpl.java index 73ac29a19032..f54fa225e0b8 100644 --- a/assignment/impl/src/java/org/sakaiproject/assignment/persistence/AssignmentRepositoryImpl.java +++ b/assignment/impl/src/java/org/sakaiproject/assignment/persistence/AssignmentRepositoryImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.persistence; import java.time.Instant; diff --git a/assignment/impl/src/test/org/sakaiproject/assignment/impl/AssignmentIdentityTest.java b/assignment/impl/src/test/org/sakaiproject/assignment/impl/AssignmentIdentityTest.java index fadadaaa43dc..a2611d93b229 100644 --- a/assignment/impl/src/test/org/sakaiproject/assignment/impl/AssignmentIdentityTest.java +++ b/assignment/impl/src/test/org/sakaiproject/assignment/impl/AssignmentIdentityTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl; import java.util.HashSet; diff --git a/assignment/impl/src/test/org/sakaiproject/assignment/impl/AssignmentReferenceTest.java b/assignment/impl/src/test/org/sakaiproject/assignment/impl/AssignmentReferenceTest.java index 9c79afb2319a..865ce1dd83c2 100644 --- a/assignment/impl/src/test/org/sakaiproject/assignment/impl/AssignmentReferenceTest.java +++ b/assignment/impl/src/test/org/sakaiproject/assignment/impl/AssignmentReferenceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl; import java.util.UUID; diff --git a/assignment/impl/src/test/org/sakaiproject/assignment/impl/AssignmentTestConfiguration.java b/assignment/impl/src/test/org/sakaiproject/assignment/impl/AssignmentTestConfiguration.java index 4c2e34e65d30..6ede9548a9e8 100644 --- a/assignment/impl/src/test/org/sakaiproject/assignment/impl/AssignmentTestConfiguration.java +++ b/assignment/impl/src/test/org/sakaiproject/assignment/impl/AssignmentTestConfiguration.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl; import static org.mockito.Mockito.mock; diff --git a/assignment/impl/src/test/org/sakaiproject/assignment/impl/FakeReference.java b/assignment/impl/src/test/org/sakaiproject/assignment/impl/FakeReference.java index 45448d593f4f..f3bade64d713 100644 --- a/assignment/impl/src/test/org/sakaiproject/assignment/impl/FakeReference.java +++ b/assignment/impl/src/test/org/sakaiproject/assignment/impl/FakeReference.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl; import java.util.Collection; diff --git a/assignment/impl/src/test/org/sakaiproject/assignment/impl/SpreadsheetExporterTest.java b/assignment/impl/src/test/org/sakaiproject/assignment/impl/SpreadsheetExporterTest.java index facf5146f50b..57b305a3e918 100644 --- a/assignment/impl/src/test/org/sakaiproject/assignment/impl/SpreadsheetExporterTest.java +++ b/assignment/impl/src/test/org/sakaiproject/assignment/impl/SpreadsheetExporterTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.impl; import org.apache.commons.lang.StringUtils; diff --git a/assignment/tool/src/java/org/sakaiproject/assignment/entityproviders/AssignmentEntityProvider.java b/assignment/tool/src/java/org/sakaiproject/assignment/entityproviders/AssignmentEntityProvider.java index b15df79ddc92..0fe96a5751c1 100644 --- a/assignment/tool/src/java/org/sakaiproject/assignment/entityproviders/AssignmentEntityProvider.java +++ b/assignment/tool/src/java/org/sakaiproject/assignment/entityproviders/AssignmentEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.entityproviders; import java.time.Instant; diff --git a/assignment/tool/src/java/org/sakaiproject/assignment/tool/AssignmentAction.java b/assignment/tool/src/java/org/sakaiproject/assignment/tool/AssignmentAction.java index 7320d251fe68..15763dc0e7ce 100644 --- a/assignment/tool/src/java/org/sakaiproject/assignment/tool/AssignmentAction.java +++ b/assignment/tool/src/java/org/sakaiproject/assignment/tool/AssignmentAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.tool; import java.io.*; diff --git a/assignment/tool/src/java/org/sakaiproject/assignment/tool/RedirectingAssignmentEntityServlet.java b/assignment/tool/src/java/org/sakaiproject/assignment/tool/RedirectingAssignmentEntityServlet.java index fb5990729108..134ed03b7dd9 100644 --- a/assignment/tool/src/java/org/sakaiproject/assignment/tool/RedirectingAssignmentEntityServlet.java +++ b/assignment/tool/src/java/org/sakaiproject/assignment/tool/RedirectingAssignmentEntityServlet.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.tool; import java.io.IOException; diff --git a/assignment/tool/src/test/org/sakaiproject/assignment/tool/AssignmentActionTestTools.java b/assignment/tool/src/test/org/sakaiproject/assignment/tool/AssignmentActionTestTools.java index f130e8766346..b40998e4642c 100644 --- a/assignment/tool/src/test/org/sakaiproject/assignment/tool/AssignmentActionTestTools.java +++ b/assignment/tool/src/test/org/sakaiproject/assignment/tool/AssignmentActionTestTools.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.tool; import static org.junit.Assert.assertEquals; diff --git a/assignment/tool/src/test/org/sakaiproject/assignment/tool/SessionStateFake.java b/assignment/tool/src/test/org/sakaiproject/assignment/tool/SessionStateFake.java index 346a9d1481f5..51331b298fc6 100644 --- a/assignment/tool/src/test/org/sakaiproject/assignment/tool/SessionStateFake.java +++ b/assignment/tool/src/test/org/sakaiproject/assignment/tool/SessionStateFake.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.assignment.tool; import org.sakaiproject.event.api.SessionState; diff --git a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/AbstractBLTIProcessor.java b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/AbstractBLTIProcessor.java index a8be49deeea1..7b8ffeec46c7 100644 --- a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/AbstractBLTIProcessor.java +++ b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/AbstractBLTIProcessor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2011-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.api; import org.sakaiproject.site.api.Site; diff --git a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/BLTIProcessor.java b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/BLTIProcessor.java index 93c902588ece..55d779b0d6ba 100644 --- a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/BLTIProcessor.java +++ b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/BLTIProcessor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2011-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.api; import org.sakaiproject.site.api.Site; diff --git a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/LTIException.java b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/LTIException.java index 1c5a68b9b0de..d727b44eb15f 100644 --- a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/LTIException.java +++ b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/LTIException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2011-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.api; /** diff --git a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/LTIExportService.java b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/LTIExportService.java index 35a8b163d1f7..412fe9f45935 100644 --- a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/LTIExportService.java +++ b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/LTIExportService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2011-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.api; import java.io.OutputStream; diff --git a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/LTIRoleMapper.java b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/LTIRoleMapper.java index 3436ba97838b..0e1e0fbc0ae7 100644 --- a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/LTIRoleMapper.java +++ b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/LTIRoleMapper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2011-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.api; import java.util.Map; diff --git a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/SiteMembershipsSynchroniser.java b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/SiteMembershipsSynchroniser.java index 55eb5cd79714..e3bb94a509fa 100644 --- a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/SiteMembershipsSynchroniser.java +++ b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/api/SiteMembershipsSynchroniser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2011-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.api; diff --git a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/extensions/POXMembershipsResponse.java b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/extensions/POXMembershipsResponse.java index cbb4c1d19c42..8701a67fb5b1 100644 --- a/basiclti/basiclti-api/src/java/org/sakaiproject/lti/extensions/POXMembershipsResponse.java +++ b/basiclti/basiclti-api/src/java/org/sakaiproject/lti/extensions/POXMembershipsResponse.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2011-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.extensions; import java.io.Reader; diff --git a/basiclti/basiclti-blis/src/java/org/sakaiproject/lti/entityprovider/LTIEntityProvider.java b/basiclti/basiclti-blis/src/java/org/sakaiproject/lti/entityprovider/LTIEntityProvider.java index ce85fa6179f1..aae9872dcc3f 100644 --- a/basiclti/basiclti-blis/src/java/org/sakaiproject/lti/entityprovider/LTIEntityProvider.java +++ b/basiclti/basiclti-blis/src/java/org/sakaiproject/lti/entityprovider/LTIEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.entityprovider; import java.util.Map; diff --git a/basiclti/basiclti-blis/src/java/org/sakaiproject/lti/entityprovider/LTIListEntity.java b/basiclti/basiclti-blis/src/java/org/sakaiproject/lti/entityprovider/LTIListEntity.java index 4b310a4dad90..9ab220ed602d 100644 --- a/basiclti/basiclti-blis/src/java/org/sakaiproject/lti/entityprovider/LTIListEntity.java +++ b/basiclti/basiclti-blis/src/java/org/sakaiproject/lti/entityprovider/LTIListEntity.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.entityprovider; import java.util.Properties; diff --git a/basiclti/basiclti-blis/src/java/org/sakaiproject/lti/entityprovider/LTIMapEntity.java b/basiclti/basiclti-blis/src/java/org/sakaiproject/lti/entityprovider/LTIMapEntity.java index 5e02f82c968d..79c431f5f1bd 100644 --- a/basiclti/basiclti-blis/src/java/org/sakaiproject/lti/entityprovider/LTIMapEntity.java +++ b/basiclti/basiclti-blis/src/java/org/sakaiproject/lti/entityprovider/LTIMapEntity.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.entityprovider; import java.util.Properties; diff --git a/basiclti/basiclti-blis/src/java/org/sakaiproject/lti2/SakaiLTI2Services.java b/basiclti/basiclti-blis/src/java/org/sakaiproject/lti2/SakaiLTI2Services.java index 706278387e29..ee033d1d2f59 100644 --- a/basiclti/basiclti-blis/src/java/org/sakaiproject/lti2/SakaiLTI2Services.java +++ b/basiclti/basiclti-blis/src/java/org/sakaiproject/lti2/SakaiLTI2Services.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti2; diff --git a/basiclti/basiclti-blis/src/test/org/sakaiproject/lti/entityprovider/LTIEntityProviderTest.java b/basiclti/basiclti-blis/src/test/org/sakaiproject/lti/entityprovider/LTIEntityProviderTest.java index 8cc74d687154..633e1327063e 100644 --- a/basiclti/basiclti-blis/src/test/org/sakaiproject/lti/entityprovider/LTIEntityProviderTest.java +++ b/basiclti/basiclti-blis/src/test/org/sakaiproject/lti/entityprovider/LTIEntityProviderTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.entityprovider; import org.junit.Before; diff --git a/basiclti/basiclti-common/src/java/org/sakaiproject/basiclti/util/SimpleEncryption.java b/basiclti/basiclti-common/src/java/org/sakaiproject/basiclti/util/SimpleEncryption.java index 5738dacfc212..37eb4de0a133 100644 --- a/basiclti/basiclti-common/src/java/org/sakaiproject/basiclti/util/SimpleEncryption.java +++ b/basiclti/basiclti-common/src/java/org/sakaiproject/basiclti/util/SimpleEncryption.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.basiclti.util; import java.security.AlgorithmParameters; diff --git a/basiclti/basiclti-common/src/java/org/sakaiproject/blti/entityprovider/BLTIEventsEntityProvider.java b/basiclti/basiclti-common/src/java/org/sakaiproject/blti/entityprovider/BLTIEventsEntityProvider.java index 380c1416999d..f0c982ef85fe 100644 --- a/basiclti/basiclti-common/src/java/org/sakaiproject/blti/entityprovider/BLTIEventsEntityProvider.java +++ b/basiclti/basiclti-common/src/java/org/sakaiproject/blti/entityprovider/BLTIEventsEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.blti.entityprovider; import java.util.Locale; diff --git a/basiclti/basiclti-common/src/java/org/sakaiproject/lti2/SakaiLTI2Base.java b/basiclti/basiclti-common/src/java/org/sakaiproject/lti2/SakaiLTI2Base.java index 5e809c6c3d3a..faa50f92f344 100644 --- a/basiclti/basiclti-common/src/java/org/sakaiproject/lti2/SakaiLTI2Base.java +++ b/basiclti/basiclti-common/src/java/org/sakaiproject/lti2/SakaiLTI2Base.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti2; import org.tsugi.lti2.LTI2Config; diff --git a/basiclti/basiclti-common/src/java/org/sakaiproject/lti2/SakaiLTI2Config.java b/basiclti/basiclti-common/src/java/org/sakaiproject/lti2/SakaiLTI2Config.java index 1765f0f3a569..c46474eb517f 100644 --- a/basiclti/basiclti-common/src/java/org/sakaiproject/lti2/SakaiLTI2Config.java +++ b/basiclti/basiclti-common/src/java/org/sakaiproject/lti2/SakaiLTI2Config.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti2; diff --git a/basiclti/basiclti-common/src/java/org/sakaiproject/util/foorm/SakaiFoorm.java b/basiclti/basiclti-common/src/java/org/sakaiproject/util/foorm/SakaiFoorm.java index 5dbe084cd5b7..dfbe046df6d8 100644 --- a/basiclti/basiclti-common/src/java/org/sakaiproject/util/foorm/SakaiFoorm.java +++ b/basiclti/basiclti-common/src/java/org/sakaiproject/util/foorm/SakaiFoorm.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util.foorm; import java.sql.Connection; diff --git a/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/BlowFishTest.java b/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/BlowFishTest.java index d3beb53074a9..20a974eace63 100644 --- a/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/BlowFishTest.java +++ b/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/BlowFishTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.basiclti.util; import static org.junit.Assert.*; import static org.junit.Assert.assertEquals; diff --git a/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/ByteToHexAndBack.java b/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/ByteToHexAndBack.java index b8740d5c3193..5703084eea2d 100644 --- a/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/ByteToHexAndBack.java +++ b/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/ByteToHexAndBack.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.basiclti.util; import static org.junit.Assert.*; diff --git a/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/LegacyShaUtilTest.java b/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/LegacyShaUtilTest.java index f261081dc2e6..d62f8fddc8b7 100644 --- a/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/LegacyShaUtilTest.java +++ b/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/LegacyShaUtilTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.basiclti.util; import static org.junit.Assert.*; diff --git a/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/PortableShaUtilTest.java b/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/PortableShaUtilTest.java index 22cee3fcf9b2..40001737ea11 100644 --- a/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/PortableShaUtilTest.java +++ b/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/PortableShaUtilTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.basiclti.util; import static org.junit.Assert.*; diff --git a/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/SakaiBLTIUtilTest.java b/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/SakaiBLTIUtilTest.java index 19ad63002d16..67495db5aa87 100644 --- a/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/SakaiBLTIUtilTest.java +++ b/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/SakaiBLTIUtilTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.basiclti.util; import static org.junit.Assert.*; diff --git a/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/SimpleEncryptionTest.java b/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/SimpleEncryptionTest.java index ec5cb3c480f6..d63595528627 100644 --- a/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/SimpleEncryptionTest.java +++ b/basiclti/basiclti-common/src/test/org/sakaiproject/basiclti/util/SimpleEncryptionTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.basiclti.util; import static org.junit.Assert.*; import static org.junit.Assert.assertEquals; diff --git a/basiclti/basiclti-impl/src/java/org/sakaiproject/basiclti/impl/BasicLTIArchiveBean.java b/basiclti/basiclti-impl/src/java/org/sakaiproject/basiclti/impl/BasicLTIArchiveBean.java index c3e796f3038e..e32f1bf57614 100644 --- a/basiclti/basiclti-impl/src/java/org/sakaiproject/basiclti/impl/BasicLTIArchiveBean.java +++ b/basiclti/basiclti-impl/src/java/org/sakaiproject/basiclti/impl/BasicLTIArchiveBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.basiclti.impl; import java.util.Properties; diff --git a/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/UserPictureSetterImpl.java b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/UserPictureSetterImpl.java index e69de29bb2d1..13149ee63e28 100644 --- a/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/UserPictureSetterImpl.java +++ b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/UserPictureSetterImpl.java @@ -0,0 +1,15 @@ +/** + * Copyright (c) 2009-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/DBLTIService.java b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/DBLTIService.java index 8e53bb7e5467..40bb65120c1f 100644 --- a/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/DBLTIService.java +++ b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/DBLTIService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ diff --git a/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/FoormMapRowMapper.java b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/FoormMapRowMapper.java index 80c0faf82c54..e55921f95048 100644 --- a/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/FoormMapRowMapper.java +++ b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/FoormMapRowMapper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.impl; diff --git a/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/LTIReportingJob.java b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/LTIReportingJob.java index ea119f12c267..c89d4a59e271 100644 --- a/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/LTIReportingJob.java +++ b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/LTIReportingJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.impl; import org.slf4j.Logger; diff --git a/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/LTIRoleMapperImpl.java b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/LTIRoleMapperImpl.java index 8fc67469d0fc..738b43b76187 100644 --- a/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/LTIRoleMapperImpl.java +++ b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/LTIRoleMapperImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.impl; import java.util.Map; diff --git a/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/SiteMembershipsSynchroniserImpl.java b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/SiteMembershipsSynchroniserImpl.java index 3c10527da8ba..b0639707ca36 100644 --- a/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/SiteMembershipsSynchroniserImpl.java +++ b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/SiteMembershipsSynchroniserImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.impl; import java.util.ArrayList; diff --git a/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/jobs/SiteMembershipsSyncJob.java b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/jobs/SiteMembershipsSyncJob.java index 0783b237c3c2..7ef64a1c8919 100644 --- a/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/jobs/SiteMembershipsSyncJob.java +++ b/basiclti/basiclti-impl/src/java/org/sakaiproject/lti/impl/jobs/SiteMembershipsSyncJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lti.impl.jobs; import org.slf4j.Logger; diff --git a/basiclti/web-ifp/src/java/org/sakaiproject/portlet/util/JSPHelper.java b/basiclti/web-ifp/src/java/org/sakaiproject/portlet/util/JSPHelper.java index 98d45eda3302..89f90ed1915d 100644 --- a/basiclti/web-ifp/src/java/org/sakaiproject/portlet/util/JSPHelper.java +++ b/basiclti/web-ifp/src/java/org/sakaiproject/portlet/util/JSPHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portlet.util; import java.io.IOException; diff --git a/basiclti/web-ifp/src/java/org/sakaiproject/portlet/util/VelocityHelper.java b/basiclti/web-ifp/src/java/org/sakaiproject/portlet/util/VelocityHelper.java index 99eb03ac0035..1613ed38e89f 100644 --- a/basiclti/web-ifp/src/java/org/sakaiproject/portlet/util/VelocityHelper.java +++ b/basiclti/web-ifp/src/java/org/sakaiproject/portlet/util/VelocityHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portlet.util; import java.io.IOException; diff --git a/calendar/calendar-api/api/src/java/org/sakaiproject/calendar/api/ExternalSubscription.java b/calendar/calendar-api/api/src/java/org/sakaiproject/calendar/api/ExternalSubscription.java index 1c867ef4c395..d3880aad9d96 100644 --- a/calendar/calendar-api/api/src/java/org/sakaiproject/calendar/api/ExternalSubscription.java +++ b/calendar/calendar-api/api/src/java/org/sakaiproject/calendar/api/ExternalSubscription.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.api; /** diff --git a/calendar/calendar-api/api/src/java/org/sakaiproject/calendar/api/OpaqueUrl.java b/calendar/calendar-api/api/src/java/org/sakaiproject/calendar/api/OpaqueUrl.java index 5529df5c7283..ce41d44fafe2 100644 --- a/calendar/calendar-api/api/src/java/org/sakaiproject/calendar/api/OpaqueUrl.java +++ b/calendar/calendar-api/api/src/java/org/sakaiproject/calendar/api/OpaqueUrl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.api; /** diff --git a/calendar/calendar-api/api/src/java/org/sakaiproject/calendar/api/OpaqueUrlDao.java b/calendar/calendar-api/api/src/java/org/sakaiproject/calendar/api/OpaqueUrlDao.java index 04261b7d1107..72c031abfa0b 100644 --- a/calendar/calendar-api/api/src/java/org/sakaiproject/calendar/api/OpaqueUrlDao.java +++ b/calendar/calendar-api/api/src/java/org/sakaiproject/calendar/api/OpaqueUrlDao.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.api; /** diff --git a/calendar/calendar-hbm/src/main/java/org/sakaiproject/calendar/dao/hbm/OpaqueUrlHbm.java b/calendar/calendar-hbm/src/main/java/org/sakaiproject/calendar/dao/hbm/OpaqueUrlHbm.java index f51d4be52174..3594dd56669d 100644 --- a/calendar/calendar-hbm/src/main/java/org/sakaiproject/calendar/dao/hbm/OpaqueUrlHbm.java +++ b/calendar/calendar-hbm/src/main/java/org/sakaiproject/calendar/dao/hbm/OpaqueUrlHbm.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.dao.hbm; import org.sakaiproject.calendar.api.OpaqueUrl; diff --git a/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/BaseExternalSubscriptionDetails.java b/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/BaseExternalSubscriptionDetails.java index 3c23e148ecae..6dd023b0e1e8 100644 --- a/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/BaseExternalSubscriptionDetails.java +++ b/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/BaseExternalSubscriptionDetails.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.impl; import lombok.Data; diff --git a/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/OpaqueUrlDaoHbm.java b/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/OpaqueUrlDaoHbm.java index 383f75fc8988..677dbfb03960 100644 --- a/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/OpaqueUrlDaoHbm.java +++ b/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/OpaqueUrlDaoHbm.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.impl; import java.io.Serializable; diff --git a/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/Preloader.java b/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/Preloader.java index 08ed6965d093..e4cbe3f2bf5c 100644 --- a/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/Preloader.java +++ b/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/Preloader.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.impl; import java.util.Timer; diff --git a/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/SubscriptionCache.java b/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/SubscriptionCache.java index 0a2b6760fb38..d14728c46982 100644 --- a/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/SubscriptionCache.java +++ b/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/SubscriptionCache.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.impl; import org.sakaiproject.calendar.api.ExternalSubscriptionDetails; diff --git a/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/readers/ICalRecurrence.java b/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/readers/ICalRecurrence.java index d79f257b9b2d..50ebd1ab1063 100644 --- a/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/readers/ICalRecurrence.java +++ b/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/readers/ICalRecurrence.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.impl.readers; import java.text.ParseException; diff --git a/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/readers/IcalendarReader.java b/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/readers/IcalendarReader.java index f8592635909c..8c9868c6ab49 100644 --- a/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/readers/IcalendarReader.java +++ b/calendar/calendar-impl/impl/src/java/org/sakaiproject/calendar/impl/readers/IcalendarReader.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/calendar/calendar-impl/impl/src/test/org/sakaiproject/calendar/impl/BaseExternalCalendarSubscriptionTest.java b/calendar/calendar-impl/impl/src/test/org/sakaiproject/calendar/impl/BaseExternalCalendarSubscriptionTest.java index fc3c2f6cccce..7386aeb9a2ac 100644 --- a/calendar/calendar-impl/impl/src/test/org/sakaiproject/calendar/impl/BaseExternalCalendarSubscriptionTest.java +++ b/calendar/calendar-impl/impl/src/test/org/sakaiproject/calendar/impl/BaseExternalCalendarSubscriptionTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.impl; import net.sf.ehcache.CacheManager; diff --git a/calendar/calendar-impl/impl/src/test/org/sakaiproject/calendar/impl/IntegrationTests.java b/calendar/calendar-impl/impl/src/test/org/sakaiproject/calendar/impl/IntegrationTests.java index dffd979e7a19..560bc8ceb40f 100644 --- a/calendar/calendar-impl/impl/src/test/org/sakaiproject/calendar/impl/IntegrationTests.java +++ b/calendar/calendar-impl/impl/src/test/org/sakaiproject/calendar/impl/IntegrationTests.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.impl; import org.junit.Assert; diff --git a/calendar/calendar-impl/impl/src/test/org/sakaiproject/calendar/impl/SubscriptionCacheTest.java b/calendar/calendar-impl/impl/src/test/org/sakaiproject/calendar/impl/SubscriptionCacheTest.java index a7da7a0ae09a..f0d9c944d27e 100644 --- a/calendar/calendar-impl/impl/src/test/org/sakaiproject/calendar/impl/SubscriptionCacheTest.java +++ b/calendar/calendar-impl/impl/src/test/org/sakaiproject/calendar/impl/SubscriptionCacheTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.impl; import org.junit.Before; diff --git a/calendar/calendar-summary-tool/tool/src/java/org/sakaiproject/util/ResourceLoaderWrapper.java b/calendar/calendar-summary-tool/tool/src/java/org/sakaiproject/util/ResourceLoaderWrapper.java index 00ea61999da6..faf4a2964e38 100644 --- a/calendar/calendar-summary-tool/tool/src/java/org/sakaiproject/util/ResourceLoaderWrapper.java +++ b/calendar/calendar-summary-tool/tool/src/java/org/sakaiproject/util/ResourceLoaderWrapper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; /** diff --git a/calendar/calendar-tool/tool/src/java/org/sakaiproject/calendar/entityproviders/CalendarEventDetails.java b/calendar/calendar-tool/tool/src/java/org/sakaiproject/calendar/entityproviders/CalendarEventDetails.java index 972e1508c52c..14abf2095b71 100644 --- a/calendar/calendar-tool/tool/src/java/org/sakaiproject/calendar/entityproviders/CalendarEventDetails.java +++ b/calendar/calendar-tool/tool/src/java/org/sakaiproject/calendar/entityproviders/CalendarEventDetails.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.entityproviders; import java.util.ArrayList; diff --git a/calendar/calendar-tool/tool/src/java/org/sakaiproject/calendar/entityproviders/CalendarEventEntityProvider.java b/calendar/calendar-tool/tool/src/java/org/sakaiproject/calendar/entityproviders/CalendarEventEntityProvider.java index 1d8b6f42f0b4..b2bfd042942a 100644 --- a/calendar/calendar-tool/tool/src/java/org/sakaiproject/calendar/entityproviders/CalendarEventEntityProvider.java +++ b/calendar/calendar-tool/tool/src/java/org/sakaiproject/calendar/entityproviders/CalendarEventEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.entityproviders; import java.util.*; diff --git a/calendar/calendar-tool/tool/src/java/org/sakaiproject/calendar/entityproviders/CalendarEventSummary.java b/calendar/calendar-tool/tool/src/java/org/sakaiproject/calendar/entityproviders/CalendarEventSummary.java index dd173156ed98..f832df07a514 100644 --- a/calendar/calendar-tool/tool/src/java/org/sakaiproject/calendar/entityproviders/CalendarEventSummary.java +++ b/calendar/calendar-tool/tool/src/java/org/sakaiproject/calendar/entityproviders/CalendarEventSummary.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.calendar.entityproviders; import org.sakaiproject.calendar.api.CalendarEvent; diff --git a/calendar/calendar-util/util/src/java/org/sakaiproject/util/CalendarEventType.java b/calendar/calendar-util/util/src/java/org/sakaiproject/util/CalendarEventType.java index edb3bc39e554..7a6f011af58b 100644 --- a/calendar/calendar-util/util/src/java/org/sakaiproject/util/CalendarEventType.java +++ b/calendar/calendar-util/util/src/java/org/sakaiproject/util/CalendarEventType.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import java.util.List; diff --git a/calendar/calendar-util/util/src/test/org/sakaiproject/util/CalendarUtilTest.java b/calendar/calendar-util/util/src/test/org/sakaiproject/util/CalendarUtilTest.java index 078402d1cfda..24a729fe15ad 100644 --- a/calendar/calendar-util/util/src/test/org/sakaiproject/util/CalendarUtilTest.java +++ b/calendar/calendar-util/util/src/test/org/sakaiproject/util/CalendarUtilTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import org.joda.time.DateTime; diff --git a/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/ChatFunctions.java b/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/ChatFunctions.java index 95dadd117cd7..6632ee1d8615 100755 --- a/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/ChatFunctions.java +++ b/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/ChatFunctions.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/DeleteMessage.java b/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/DeleteMessage.java index 12a6c3e234e5..b790281a2742 100644 --- a/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/DeleteMessage.java +++ b/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/DeleteMessage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.chat2.model; import lombok.AllArgsConstructor; diff --git a/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/MessageDateString.java b/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/MessageDateString.java index 18db3d8308c7..a4bc9295b00a 100644 --- a/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/MessageDateString.java +++ b/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/MessageDateString.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.chat2.model; import lombok.AllArgsConstructor; diff --git a/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/SimpleUser.java b/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/SimpleUser.java index e3c66d180821..282122badac0 100644 --- a/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/SimpleUser.java +++ b/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/SimpleUser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.chat2.model; import lombok.AllArgsConstructor; diff --git a/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/TransferableChatMessage.java b/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/TransferableChatMessage.java index 4c60947c8c7f..0ab8a5d9b0ca 100644 --- a/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/TransferableChatMessage.java +++ b/chat/chat-api/api/src/java/org/sakaiproject/chat2/model/TransferableChatMessage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.chat2.model; import java.io.IOException; diff --git a/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatChannelEntityProvider.java b/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatChannelEntityProvider.java index e723c18c709b..76adcf911390 100644 --- a/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatChannelEntityProvider.java +++ b/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatChannelEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatContentProducer.java b/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatContentProducer.java index 53f0aa27ce51..6469cb4a467e 100644 --- a/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatContentProducer.java +++ b/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatContentProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatDataMigration.java b/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatDataMigration.java index 567e1ba76292..a1329334f15e 100644 --- a/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatDataMigration.java +++ b/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatDataMigration.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatEntityProducer.java b/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatEntityProducer.java index b50c5477bd93..834c4490314f 100644 --- a/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatEntityProducer.java +++ b/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatEntityProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatMessageEntityProvider.java b/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatMessageEntityProvider.java index 93dafa88593d..aeb4dacd1ebb 100644 --- a/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatMessageEntityProvider.java +++ b/chat/chat-impl/impl/src/java/org/sakaiproject/chat2/model/impl/ChatMessageEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/chat/chat-tool/tool/src/java/org/sakaiproject/chat2/tool/ChatNavigationHandler.java b/chat/chat-tool/tool/src/java/org/sakaiproject/chat2/tool/ChatNavigationHandler.java index 3444b1646321..2b9bb5139cd8 100644 --- a/chat/chat-tool/tool/src/java/org/sakaiproject/chat2/tool/ChatNavigationHandler.java +++ b/chat/chat-tool/tool/src/java/org/sakaiproject/chat2/tool/ChatNavigationHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/chat/chat-tool/tool/src/java/org/sakaiproject/chat2/tool/DecoratedSynopticOptions.java b/chat/chat-tool/tool/src/java/org/sakaiproject/chat2/tool/DecoratedSynopticOptions.java index a3e85da7017d..043e835e850e 100644 --- a/chat/chat-tool/tool/src/java/org/sakaiproject/chat2/tool/DecoratedSynopticOptions.java +++ b/chat/chat-tool/tool/src/java/org/sakaiproject/chat2/tool/DecoratedSynopticOptions.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/citations/citations-api/api/src/java/org/sakaiproject/citation/api/CitationCollectionOrder.java b/citations/citations-api/api/src/java/org/sakaiproject/citation/api/CitationCollectionOrder.java index 85eceb300a6c..9b5e77c035b8 100644 --- a/citations/citations-api/api/src/java/org/sakaiproject/citation/api/CitationCollectionOrder.java +++ b/citations/citations-api/api/src/java/org/sakaiproject/citation/api/CitationCollectionOrder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.api; import java.util.ArrayList; diff --git a/citations/citations-api/api/src/java/org/sakaiproject/citation/api/CitationValidator.java b/citations/citations-api/api/src/java/org/sakaiproject/citation/api/CitationValidator.java index ffbe450b9540..7a691f22df5e 100644 --- a/citations/citations-api/api/src/java/org/sakaiproject/citation/api/CitationValidator.java +++ b/citations/citations-api/api/src/java/org/sakaiproject/citation/api/CitationValidator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.api; import java.util.List; diff --git a/citations/citations-api/api/src/java/org/sakaiproject/citation/api/SearchCategory.java b/citations/citations-api/api/src/java/org/sakaiproject/citation/api/SearchCategory.java index c36187b70afb..466cd9650842 100644 --- a/citations/citations-api/api/src/java/org/sakaiproject/citation/api/SearchCategory.java +++ b/citations/citations-api/api/src/java/org/sakaiproject/citation/api/SearchCategory.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.api; public interface SearchCategory diff --git a/citations/citations-api/api/src/java/org/sakaiproject/citation/api/SearchDatabase.java b/citations/citations-api/api/src/java/org/sakaiproject/citation/api/SearchDatabase.java index 8318a9cd6b11..d9b7bf203ef4 100644 --- a/citations/citations-api/api/src/java/org/sakaiproject/citation/api/SearchDatabase.java +++ b/citations/citations-api/api/src/java/org/sakaiproject/citation/api/SearchDatabase.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.api; public interface SearchDatabase diff --git a/citations/citations-api/api/src/java/org/sakaiproject/citation/api/SearchDatabaseHierarchy.java b/citations/citations-api/api/src/java/org/sakaiproject/citation/api/SearchDatabaseHierarchy.java index 8c43d362ae0d..f967a51fd845 100644 --- a/citations/citations-api/api/src/java/org/sakaiproject/citation/api/SearchDatabaseHierarchy.java +++ b/citations/citations-api/api/src/java/org/sakaiproject/citation/api/SearchDatabaseHierarchy.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.api; public interface SearchDatabaseHierarchy diff --git a/citations/citations-api/api/src/java/org/sakaiproject/citation/cover/SearchManager.java b/citations/citations-api/api/src/java/org/sakaiproject/citation/cover/SearchManager.java index 00ac44452b72..e9526b3ded85 100644 --- a/citations/citations-api/api/src/java/org/sakaiproject/citation/cover/SearchManager.java +++ b/citations/citations-api/api/src/java/org/sakaiproject/citation/cover/SearchManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.cover; import org.sakaiproject.citation.util.api.SearchCancelException; diff --git a/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/CQL2MetasearchCommand.java b/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/CQL2MetasearchCommand.java index d646339bbc69..1298b8930c2f 100644 --- a/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/CQL2MetasearchCommand.java +++ b/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/CQL2MetasearchCommand.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.util.api; public interface CQL2MetasearchCommand { diff --git a/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/CQLSearchQuery.java b/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/CQLSearchQuery.java index 7835c30a42f8..99cb709ceeae 100644 --- a/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/CQLSearchQuery.java +++ b/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/CQLSearchQuery.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.util.api; public interface CQLSearchQuery { diff --git a/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/InputStringParser.java b/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/InputStringParser.java index e33b91ce3183..86bdb806bd22 100644 --- a/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/InputStringParser.java +++ b/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/InputStringParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.util.api; import java.util.Set; diff --git a/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/SearchQuery.java b/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/SearchQuery.java index 5492801eb959..b2b81f52743f 100644 --- a/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/SearchQuery.java +++ b/citations/citations-api/api/src/java/org/sakaiproject/citation/util/api/SearchQuery.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.util.api; import java.util.Set; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/CitationContentChangeHandler.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/CitationContentChangeHandler.java index a239bb7038b7..6933874e6fb9 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/CitationContentChangeHandler.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/CitationContentChangeHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl; import org.sakaiproject.citation.api.CitationService; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/NestedCitationValidator.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/NestedCitationValidator.java index b312a3c64510..4136788bae88 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/NestedCitationValidator.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/NestedCitationValidator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl; import org.apache.commons.lang.*; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/AbstractConverter.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/AbstractConverter.java index bf8228e4f3b0..38a1c4b81330 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/AbstractConverter.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/AbstractConverter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import java.util.Date; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/BookConverter.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/BookConverter.java index f94eeee35d4b..64914852df50 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/BookConverter.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/BookConverter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import java.util.List; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/ByValueHttpTransport.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/ByValueHttpTransport.java index a49075e2ddc2..049c4e3569aa 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/ByValueHttpTransport.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/ByValueHttpTransport.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import java.util.Map; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/COinSTransport.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/COinSTransport.java index 5ad932b875c4..ac060a1c70dd 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/COinSTransport.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/COinSTransport.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import javax.servlet.http.HttpServletRequest; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/ContextObject.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/ContextObject.java index f99f6c0acfdf..2a67f56434f9 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/ContextObject.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/ContextObject.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/ContextObjectEntity.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/ContextObjectEntity.java index 043f80e1b601..d939fb8aee00 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/ContextObjectEntity.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/ContextObjectEntity.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import java.util.ArrayList; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Converter.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Converter.java index 26c6accb7a89..6fe66428f9f8 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Converter.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Converter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import org.sakaiproject.citation.api.Citation; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Format.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Format.java index a049ae279ace..483e13777d40 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Format.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Format.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; /** diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/GenericConverter.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/GenericConverter.java index bcb6518a880b..b8ad29111c43 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/GenericConverter.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/GenericConverter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import java.util.ArrayList; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/InlineHttpTransport.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/InlineHttpTransport.java index e38f1994b0b1..979c7218342f 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/InlineHttpTransport.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/InlineHttpTransport.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import java.io.BufferedReader; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/JournalConverter.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/JournalConverter.java index dccfdf72be29..3527d6d9b898 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/JournalConverter.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/JournalConverter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import java.util.Date; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/KEVFormat.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/KEVFormat.java index f48b419592b2..b9fcefa4bb16 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/KEVFormat.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/KEVFormat.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import java.net.URI; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/OpenURLServiceImpl.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/OpenURLServiceImpl.java index 31f9b73ef8c0..f5da88af22c6 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/OpenURLServiceImpl.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/OpenURLServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import java.util.List; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/RawContextObject.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/RawContextObject.java index de366352141d..e9efc4562056 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/RawContextObject.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/RawContextObject.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Transport.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Transport.java index bba6d56e25f6..074398a6ddd3 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Transport.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Transport.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import javax.servlet.http.HttpServletRequest; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/URLBuilder.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/URLBuilder.java index 1adc0f72d869..21f1264251e1 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/URLBuilder.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/URLBuilder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import java.io.UnsupportedEncodingException; diff --git a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Utils.java b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Utils.java index 416e27282977..52aad3e313d4 100644 --- a/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Utils.java +++ b/citations/citations-impl/impl/src/java/org/sakaiproject/citation/impl/openurl/Utils.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import java.io.UnsupportedEncodingException; diff --git a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/BaseCitationServiceSupport.java b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/BaseCitationServiceSupport.java index 1d701c03528e..0c2d25976de8 100644 --- a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/BaseCitationServiceSupport.java +++ b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/BaseCitationServiceSupport.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl; import org.jmock.Expectations; diff --git a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/BookConverterTest.java b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/BookConverterTest.java index 1b052cf390dd..8c9e49120107 100644 --- a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/BookConverterTest.java +++ b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/BookConverterTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl; import java.util.Collections; diff --git a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/GeneralOpenUrlTests.java b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/GeneralOpenUrlTests.java index 9c35a69cc98c..ce954c85f73d 100644 --- a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/GeneralOpenUrlTests.java +++ b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/GeneralOpenUrlTests.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl; import org.sakaiproject.citation.api.Citation; diff --git a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/MockCitationServiceImpl.java b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/MockCitationServiceImpl.java index 066b38f49642..38054268c3d5 100644 --- a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/MockCitationServiceImpl.java +++ b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/MockCitationServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl; import org.jmock.Expectations; diff --git a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/NestedCitationValidatorTest.java b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/NestedCitationValidatorTest.java index 340fed0dc023..6d478519f330 100644 --- a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/NestedCitationValidatorTest.java +++ b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/NestedCitationValidatorTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl; import java.util.*; diff --git a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/KEVFormatTest.java b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/KEVFormatTest.java index a88475d6b1de..2442bef33fe6 100644 --- a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/KEVFormatTest.java +++ b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/KEVFormatTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import junit.framework.TestCase; diff --git a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/OpenURLServiceImplTest.java b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/OpenURLServiceImplTest.java index 0d48b0aa4172..153fa634b705 100644 --- a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/OpenURLServiceImplTest.java +++ b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/OpenURLServiceImplTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import java.util.Hashtable; diff --git a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/SamplePrimoOpenURLs.java b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/SamplePrimoOpenURLs.java index b6c75a43ba0d..d1175016f075 100644 --- a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/SamplePrimoOpenURLs.java +++ b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/SamplePrimoOpenURLs.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; /** diff --git a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/UtilsTest.java b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/UtilsTest.java index c879a031315c..4044d14b5174 100644 --- a/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/UtilsTest.java +++ b/citations/citations-impl/impl/src/test/org/sakaiproject/citation/impl/openurl/UtilsTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.impl.openurl; import java.util.ArrayList; diff --git a/citations/citations-tool/tool/src/java/org/sakaiproject/citation/entity/CitationEntityProvider.java b/citations/citations-tool/tool/src/java/org/sakaiproject/citation/entity/CitationEntityProvider.java index 08f7882679eb..a13bfda4e069 100644 --- a/citations/citations-tool/tool/src/java/org/sakaiproject/citation/entity/CitationEntityProvider.java +++ b/citations/citations-tool/tool/src/java/org/sakaiproject/citation/entity/CitationEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.entity; import java.util.ArrayList; diff --git a/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/CQL2XServerFindCommand.java b/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/CQL2XServerFindCommand.java index 6052a5fa3789..23416caf9ca0 100644 --- a/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/CQL2XServerFindCommand.java +++ b/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/CQL2XServerFindCommand.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.util.impl; import javax.xml.parsers.ParserConfigurationException; diff --git a/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/CQLSearchQuery.java b/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/CQLSearchQuery.java index 758c0d52547d..b2492a3eda7d 100644 --- a/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/CQLSearchQuery.java +++ b/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/CQLSearchQuery.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.util.impl; import lombok.extern.slf4j.Slf4j; diff --git a/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/InputStringParser.java b/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/InputStringParser.java index d7b5c63258a7..c63743a6b761 100644 --- a/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/InputStringParser.java +++ b/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/InputStringParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.util.impl; import java.util.HashSet; diff --git a/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/SearchQuery.java b/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/SearchQuery.java index 68b69ccd5b27..48653ac38b72 100644 --- a/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/SearchQuery.java +++ b/citations/citations-util/util/src/java/org/sakaiproject/citation/util/impl/SearchQuery.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.citation.util.impl; import java.util.Set; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/AbstractCmEntityProvider.java b/cmprovider/src/java/org/sakaiproject/cmprovider/AbstractCmEntityProvider.java index b8d5ba1e31c9..27de92b87d20 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/AbstractCmEntityProvider.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/AbstractCmEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider; import java.lang.Class; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/AbstractContainerEntityProvider.java b/cmprovider/src/java/org/sakaiproject/cmprovider/AbstractContainerEntityProvider.java index 2c60dd5429ca..3b641f3205bb 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/AbstractContainerEntityProvider.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/AbstractContainerEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider; import java.util.Map; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/AcademicSessionEntityProvider.java b/cmprovider/src/java/org/sakaiproject/cmprovider/AcademicSessionEntityProvider.java index 07c095fa2b38..27828dc56919 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/AcademicSessionEntityProvider.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/AcademicSessionEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider; import java.util.Arrays; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/CanonicalCourseEntityProvider.java b/cmprovider/src/java/org/sakaiproject/cmprovider/CanonicalCourseEntityProvider.java index 8cc68ffbeb93..16dbe9f9366a 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/CanonicalCourseEntityProvider.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/CanonicalCourseEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider; import java.util.List; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/CmProviderHibernateService.java b/cmprovider/src/java/org/sakaiproject/cmprovider/CmProviderHibernateService.java index ebe4fe89b55f..708ee52134af 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/CmProviderHibernateService.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/CmProviderHibernateService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider; import org.hibernate.Hibernate; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/CourseOfferingEntityProvider.java b/cmprovider/src/java/org/sakaiproject/cmprovider/CourseOfferingEntityProvider.java index 3d37ff1a84f7..4f53b70fab94 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/CourseOfferingEntityProvider.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/CourseOfferingEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider; import java.util.Date; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/CourseSetEntityProvider.java b/cmprovider/src/java/org/sakaiproject/cmprovider/CourseSetEntityProvider.java index 4e96d351f168..b8d4e2c622f9 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/CourseSetEntityProvider.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/CourseSetEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider; import java.util.List; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/EnrollmentEntityProvider.java b/cmprovider/src/java/org/sakaiproject/cmprovider/EnrollmentEntityProvider.java index 0e1b0d082c61..098b230e8ea4 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/EnrollmentEntityProvider.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/EnrollmentEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider; import java.util.List; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/EnrollmentSetEntityProvider.java b/cmprovider/src/java/org/sakaiproject/cmprovider/EnrollmentSetEntityProvider.java index 393d2fc92ff1..17cd3c1b5fec 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/EnrollmentSetEntityProvider.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/EnrollmentSetEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider; import java.util.HashSet; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/SectionCategoryEntityProvider.java b/cmprovider/src/java/org/sakaiproject/cmprovider/SectionCategoryEntityProvider.java index 2fb0a67f5745..0bcba2a3521e 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/SectionCategoryEntityProvider.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/SectionCategoryEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider; import java.util.List; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/SectionEntityProvider.java b/cmprovider/src/java/org/sakaiproject/cmprovider/SectionEntityProvider.java index 898ae94b11aa..052d5e69d7f6 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/SectionEntityProvider.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/SectionEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider; import java.util.List; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/data/AcademicSessionData.java b/cmprovider/src/java/org/sakaiproject/cmprovider/data/AcademicSessionData.java index 4b21d43ee15a..ffe83940d1c0 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/data/AcademicSessionData.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/data/AcademicSessionData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider.data; import javax.validation.constraints.NotNull; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/data/CanonicalCourseData.java b/cmprovider/src/java/org/sakaiproject/cmprovider/data/CanonicalCourseData.java index c16444eafe47..f650e8079d13 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/data/CanonicalCourseData.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/data/CanonicalCourseData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider.data; import javax.validation.constraints.NotNull; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/data/CmEntityData.java b/cmprovider/src/java/org/sakaiproject/cmprovider/data/CmEntityData.java index e302aeaa239c..712ea289818f 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/data/CmEntityData.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/data/CmEntityData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider.data; /** diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/data/CourseOfferingData.java b/cmprovider/src/java/org/sakaiproject/cmprovider/data/CourseOfferingData.java index 6851ac6bfe3f..cd52a0d5f13e 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/data/CourseOfferingData.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/data/CourseOfferingData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider.data; import javax.validation.constraints.NotNull; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/data/CourseSetData.java b/cmprovider/src/java/org/sakaiproject/cmprovider/data/CourseSetData.java index ae24866d2648..be814d131c40 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/data/CourseSetData.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/data/CourseSetData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider.data; import javax.validation.constraints.NotNull; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/data/DateUtils.java b/cmprovider/src/java/org/sakaiproject/cmprovider/data/DateUtils.java index c3d1724afcd1..35fde3441dbc 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/data/DateUtils.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/data/DateUtils.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider.data; import java.lang.reflect.Field; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/data/EnrollmentData.java b/cmprovider/src/java/org/sakaiproject/cmprovider/data/EnrollmentData.java index 1ae3c0ee0c98..d0e2c0406972 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/data/EnrollmentData.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/data/EnrollmentData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider.data; import javax.validation.constraints.NotNull; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/data/EnrollmentSetData.java b/cmprovider/src/java/org/sakaiproject/cmprovider/data/EnrollmentSetData.java index a8a04063b5b7..604367aa0a86 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/data/EnrollmentSetData.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/data/EnrollmentSetData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider.data; import java.util.ArrayList; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/data/MembershipData.java b/cmprovider/src/java/org/sakaiproject/cmprovider/data/MembershipData.java index d7aa43b44eb4..c64f22959eb5 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/data/MembershipData.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/data/MembershipData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider.data; import javax.validation.constraints.NotNull; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/data/SectionCategoryData.java b/cmprovider/src/java/org/sakaiproject/cmprovider/data/SectionCategoryData.java index a5f0c015670b..a81cbab3460e 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/data/SectionCategoryData.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/data/SectionCategoryData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider.data; import javax.validation.constraints.NotNull; diff --git a/cmprovider/src/java/org/sakaiproject/cmprovider/data/SectionData.java b/cmprovider/src/java/org/sakaiproject/cmprovider/data/SectionData.java index ba75fcd119e4..2421db8aa743 100644 --- a/cmprovider/src/java/org/sakaiproject/cmprovider/data/SectionData.java +++ b/cmprovider/src/java/org/sakaiproject/cmprovider/data/SectionData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cmprovider.data; import javax.validation.constraints.NotNull; diff --git a/common/archive-api/src/main/java/org/sakaiproject/archive/api/ZipAware.java b/common/archive-api/src/main/java/org/sakaiproject/archive/api/ZipAware.java index cc1284a5370a..e03fd9bf8bfc 100644 --- a/common/archive-api/src/main/java/org/sakaiproject/archive/api/ZipAware.java +++ b/common/archive-api/src/main/java/org/sakaiproject/archive/api/ZipAware.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.archive.api; import java.io.IOException; diff --git a/common/archive-api/src/main/java/org/sakaiproject/importer/api/ResetOnCloseInputStream.java b/common/archive-api/src/main/java/org/sakaiproject/importer/api/ResetOnCloseInputStream.java index 3db67df2c35f..4424ced8e77e 100644 --- a/common/archive-api/src/main/java/org/sakaiproject/importer/api/ResetOnCloseInputStream.java +++ b/common/archive-api/src/main/java/org/sakaiproject/importer/api/ResetOnCloseInputStream.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.api; import java.io.InputStream; diff --git a/common/archive-impl/impl2/src/test/org/sakaiproject/archive/impl/SiteZipperTest.java b/common/archive-impl/impl2/src/test/org/sakaiproject/archive/impl/SiteZipperTest.java index 256e08d65c9b..eae3a9ebb08d 100644 --- a/common/archive-impl/impl2/src/test/org/sakaiproject/archive/impl/SiteZipperTest.java +++ b/common/archive-impl/impl2/src/test/org/sakaiproject/archive/impl/SiteZipperTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.archive.impl; import org.junit.Assert; diff --git a/common/common-composite-component/src/java/org/sakaiproject/component/common/edu/person/FileSystemPhotoService.java b/common/common-composite-component/src/java/org/sakaiproject/component/common/edu/person/FileSystemPhotoService.java index 9a62c9b7d852..13017dd7985e 100644 --- a/common/common-composite-component/src/java/org/sakaiproject/component/common/edu/person/FileSystemPhotoService.java +++ b/common/common-composite-component/src/java/org/sakaiproject/component/common/edu/person/FileSystemPhotoService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.common.edu.person; import java.io.File; diff --git a/common/common-composite-component/src/java/org/sakaiproject/component/common/edu/person/SakaiPersonPhotoService.java b/common/common-composite-component/src/java/org/sakaiproject/component/common/edu/person/SakaiPersonPhotoService.java index 343ec034ceac..3c87901bf580 100644 --- a/common/common-composite-component/src/java/org/sakaiproject/component/common/edu/person/SakaiPersonPhotoService.java +++ b/common/common-composite-component/src/java/org/sakaiproject/component/common/edu/person/SakaiPersonPhotoService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/common/edu-person-api/src/java/org/sakaiproject/api/common/edu/person/BasePhotoService.java b/common/edu-person-api/src/java/org/sakaiproject/api/common/edu/person/BasePhotoService.java index 3d6721580fd9..4a61f0bbd13f 100644 --- a/common/edu-person-api/src/java/org/sakaiproject/api/common/edu/person/BasePhotoService.java +++ b/common/edu-person-api/src/java/org/sakaiproject/api/common/edu/person/BasePhotoService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2004-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.common.edu.person; public class BasePhotoService implements PhotoService { diff --git a/common/edu-person-api/src/java/org/sakaiproject/api/common/edu/person/PhotoService.java b/common/edu-person-api/src/java/org/sakaiproject/api/common/edu/person/PhotoService.java index 19d8795346b8..220dd045ba9a 100644 --- a/common/edu-person-api/src/java/org/sakaiproject/api/common/edu/person/PhotoService.java +++ b/common/edu-person-api/src/java/org/sakaiproject/api/common/edu/person/PhotoService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2004-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/common/import-impl/src/test/org/sakaiproject/importer/impl/XPathHelperTest.java b/common/import-impl/src/test/org/sakaiproject/importer/impl/XPathHelperTest.java index cc706175da7d..82ec78b7ef48 100644 --- a/common/import-impl/src/test/org/sakaiproject/importer/impl/XPathHelperTest.java +++ b/common/import-impl/src/test/org/sakaiproject/importer/impl/XPathHelperTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl; import static org.junit.Assert.assertEquals; diff --git a/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/Blackboard55FileParser.java b/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/Blackboard55FileParser.java index 86f0a36ebdcc..78a1563dea91 100644 --- a/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/Blackboard55FileParser.java +++ b/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/Blackboard55FileParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl; import java.io.FileInputStream; diff --git a/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55AnnouncementTranslator.java b/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55AnnouncementTranslator.java index 2b623cf2cbd7..0b424ed2b865 100644 --- a/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55AnnouncementTranslator.java +++ b/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55AnnouncementTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import java.text.DateFormat; diff --git a/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55DocumentTranslator.java b/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55DocumentTranslator.java index fb872a5b438e..e0ae634ba8ae 100644 --- a/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55DocumentTranslator.java +++ b/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55DocumentTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.Importable; diff --git a/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55ExternalLinkTranslator.java b/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55ExternalLinkTranslator.java index e9580e749e69..6cf8d4ef5009 100644 --- a/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55ExternalLinkTranslator.java +++ b/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55ExternalLinkTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.Importable; diff --git a/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55StaffInfoTranslator.java b/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55StaffInfoTranslator.java index 38387c311a0e..11f434ced565 100644 --- a/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55StaffInfoTranslator.java +++ b/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55StaffInfoTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.Importable; diff --git a/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55SurveyTranslator.java b/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55SurveyTranslator.java index 5a05c8711905..008c98de5950 100644 --- a/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55SurveyTranslator.java +++ b/common/import-parsers/blackboard_5-5/src/java/org/sakaiproject/importer/impl/translators/Bb55SurveyTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; public class Bb55SurveyTranslator extends Bb55AssessmentTranslator { diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/Blackboard6FileParser.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/Blackboard6FileParser.java index 26bde8487b6c..cea87481c820 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/Blackboard6FileParser.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/Blackboard6FileParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl; import java.io.FileInputStream; diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6AssessmentAttemptFilesTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6AssessmentAttemptFilesTranslator.java index 82c5afa7aeb7..4afab9f25306 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6AssessmentAttemptFilesTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6AssessmentAttemptFilesTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.IMSResourceTranslator; diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6AssessmentAttemptTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6AssessmentAttemptTranslator.java index 10ab27f40d87..f3333eed78f8 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6AssessmentAttemptTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6AssessmentAttemptTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.IMSResourceTranslator; diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6CollabSessionTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6CollabSessionTranslator.java index 71f4711cee72..18f866c081d1 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6CollabSessionTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6CollabSessionTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.IMSResourceTranslator; diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6CourseMembershipTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6CourseMembershipTranslator.java index c369c24a08c9..f6570e101625 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6CourseMembershipTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6CourseMembershipTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.IMSResourceTranslator; diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6CourseUploadsTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6CourseUploadsTranslator.java index 53375b2d4837..bbce93b0fb09 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6CourseUploadsTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6CourseUploadsTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.IMSResourceTranslator; diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6DiscussionBoardTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6DiscussionBoardTranslator.java index fc84a1ce7710..2cb4ab7faa51 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6DiscussionBoardTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6DiscussionBoardTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.IMSResourceTranslator; diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6ExternalLinkTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6ExternalLinkTranslator.java index 9635c7998d57..8f5e21363ea8 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6ExternalLinkTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6ExternalLinkTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import java.io.UnsupportedEncodingException; diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6GroupUploadsTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6GroupUploadsTranslator.java index fbc376246a03..dc9e006f1f74 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6GroupUploadsTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6GroupUploadsTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.IMSResourceTranslator; diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6HTMLDocumentTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6HTMLDocumentTranslator.java index a689b5ef48f9..af3f86d70fcc 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6HTMLDocumentTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6HTMLDocumentTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.Importable; diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6QtiTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6QtiTranslator.java index 318b193c92a6..b1fd3c1c5c14 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6QtiTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6QtiTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.IMSResourceTranslator; diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6SmartTextDocumentTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6SmartTextDocumentTranslator.java index 7d1ecc7c620a..086d1116c417 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6SmartTextDocumentTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6SmartTextDocumentTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.Importable; diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6StaffInfoTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6StaffInfoTranslator.java index 1aa8abb3cd1e..0a40994e2df0 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6StaffInfoTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6StaffInfoTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.Importable; diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6SurveyTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6SurveyTranslator.java index 38cc92b751f1..28ace65e2867 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6SurveyTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6SurveyTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; public class Bb6SurveyTranslator extends Bb6AssessmentTranslator { diff --git a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6TextDocumentTranslator.java b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6TextDocumentTranslator.java index 77d4ecab2d20..c2f51e3e69a0 100644 --- a/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6TextDocumentTranslator.java +++ b/common/import-parsers/blackboard_6/impl/src/java/org/sakaiproject/importer/impl/translators/Bb6TextDocumentTranslator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.importer.impl.translators; import org.sakaiproject.importer.api.Importable; diff --git a/commons/api/src/java/org/sakaiproject/commons/api/CommonsConstants.java b/commons/api/src/java/org/sakaiproject/commons/api/CommonsConstants.java index 527498430f14..77a16cab7543 100644 --- a/commons/api/src/java/org/sakaiproject/commons/api/CommonsConstants.java +++ b/commons/api/src/java/org/sakaiproject/commons/api/CommonsConstants.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.api; public interface CommonsConstants { diff --git a/commons/api/src/java/org/sakaiproject/commons/api/CommonsEvents.java b/commons/api/src/java/org/sakaiproject/commons/api/CommonsEvents.java index b0d8b21d3102..205bf039b5ae 100644 --- a/commons/api/src/java/org/sakaiproject/commons/api/CommonsEvents.java +++ b/commons/api/src/java/org/sakaiproject/commons/api/CommonsEvents.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.api; public interface CommonsEvents { diff --git a/commons/api/src/java/org/sakaiproject/commons/api/CommonsFunctions.java b/commons/api/src/java/org/sakaiproject/commons/api/CommonsFunctions.java index 0281e9835e3a..610c630a1965 100644 --- a/commons/api/src/java/org/sakaiproject/commons/api/CommonsFunctions.java +++ b/commons/api/src/java/org/sakaiproject/commons/api/CommonsFunctions.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.api; /** diff --git a/commons/api/src/java/org/sakaiproject/commons/api/CommonsManager.java b/commons/api/src/java/org/sakaiproject/commons/api/CommonsManager.java index ab57550b207d..5874c91e3524 100644 --- a/commons/api/src/java/org/sakaiproject/commons/api/CommonsManager.java +++ b/commons/api/src/java/org/sakaiproject/commons/api/CommonsManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.api; import java.util.*; diff --git a/commons/api/src/java/org/sakaiproject/commons/api/PersistenceManager.java b/commons/api/src/java/org/sakaiproject/commons/api/PersistenceManager.java index 80a49e598f6c..33fa519d700f 100644 --- a/commons/api/src/java/org/sakaiproject/commons/api/PersistenceManager.java +++ b/commons/api/src/java/org/sakaiproject/commons/api/PersistenceManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.api; import java.util.List; diff --git a/commons/api/src/java/org/sakaiproject/commons/api/PostReferenceFactory.java b/commons/api/src/java/org/sakaiproject/commons/api/PostReferenceFactory.java index c44b0bb2538a..f7fa1403cb67 100644 --- a/commons/api/src/java/org/sakaiproject/commons/api/PostReferenceFactory.java +++ b/commons/api/src/java/org/sakaiproject/commons/api/PostReferenceFactory.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.api; import org.sakaiproject.entity.api.Entity; diff --git a/commons/api/src/java/org/sakaiproject/commons/api/XmlDefs.java b/commons/api/src/java/org/sakaiproject/commons/api/XmlDefs.java index 03838d7a1bf3..2ffac6a8246a 100644 --- a/commons/api/src/java/org/sakaiproject/commons/api/XmlDefs.java +++ b/commons/api/src/java/org/sakaiproject/commons/api/XmlDefs.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.api; /** diff --git a/commons/api/src/java/org/sakaiproject/commons/api/datamodel/Commons.java b/commons/api/src/java/org/sakaiproject/commons/api/datamodel/Commons.java index 40f1295f26df..04043fa26a9e 100644 --- a/commons/api/src/java/org/sakaiproject/commons/api/datamodel/Commons.java +++ b/commons/api/src/java/org/sakaiproject/commons/api/datamodel/Commons.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.api.datamodel; import org.sakaiproject.commons.api.CommonsConstants; diff --git a/commons/api/src/java/org/sakaiproject/commons/api/datamodel/CommonsPermissions.java b/commons/api/src/java/org/sakaiproject/commons/api/datamodel/CommonsPermissions.java index f135ce3ac575..4174291db2ad 100644 --- a/commons/api/src/java/org/sakaiproject/commons/api/datamodel/CommonsPermissions.java +++ b/commons/api/src/java/org/sakaiproject/commons/api/datamodel/CommonsPermissions.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.api.datamodel; import lombok.Getter; diff --git a/commons/api/src/java/org/sakaiproject/commons/api/datamodel/Post.java b/commons/api/src/java/org/sakaiproject/commons/api/datamodel/Post.java index 5ce266304299..cd3fd324decc 100644 --- a/commons/api/src/java/org/sakaiproject/commons/api/datamodel/Post.java +++ b/commons/api/src/java/org/sakaiproject/commons/api/datamodel/Post.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.api.datamodel; import java.util.*; diff --git a/commons/api/src/java/org/sakaiproject/commons/api/datamodel/PostsData.java b/commons/api/src/java/org/sakaiproject/commons/api/datamodel/PostsData.java index 0a3315e235fb..490f8f3c8dab 100644 --- a/commons/api/src/java/org/sakaiproject/commons/api/datamodel/PostsData.java +++ b/commons/api/src/java/org/sakaiproject/commons/api/datamodel/PostsData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.api.datamodel; import java.util.ArrayList; diff --git a/commons/impl/src/java/org/sakaiproject/commons/impl/CommonsManagerImpl.java b/commons/impl/src/java/org/sakaiproject/commons/impl/CommonsManagerImpl.java index 2b6b904f9abf..ced164aa0de0 100644 --- a/commons/impl/src/java/org/sakaiproject/commons/impl/CommonsManagerImpl.java +++ b/commons/impl/src/java/org/sakaiproject/commons/impl/CommonsManagerImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.impl; import java.util.*; diff --git a/commons/impl/src/java/org/sakaiproject/commons/impl/PersistenceManagerImpl.java b/commons/impl/src/java/org/sakaiproject/commons/impl/PersistenceManagerImpl.java index 6fa1b0bda19b..78e84cc0d656 100644 --- a/commons/impl/src/java/org/sakaiproject/commons/impl/PersistenceManagerImpl.java +++ b/commons/impl/src/java/org/sakaiproject/commons/impl/PersistenceManagerImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.impl; import java.sql.ResultSet; diff --git a/commons/impl/src/test/org/sakaiproject/commons/test/CommonsCommentTest.java b/commons/impl/src/test/org/sakaiproject/commons/test/CommonsCommentTest.java index 1fe3f580bf46..b27988ac2bfd 100644 --- a/commons/impl/src/test/org/sakaiproject/commons/test/CommonsCommentTest.java +++ b/commons/impl/src/test/org/sakaiproject/commons/test/CommonsCommentTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.test; import java.util.Date; diff --git a/commons/impl/src/test/org/sakaiproject/commons/test/CommonsPostTest.java b/commons/impl/src/test/org/sakaiproject/commons/test/CommonsPostTest.java index fb518297ee7b..34950786caf6 100644 --- a/commons/impl/src/test/org/sakaiproject/commons/test/CommonsPostTest.java +++ b/commons/impl/src/test/org/sakaiproject/commons/test/CommonsPostTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.test; import java.util.Arrays; diff --git a/commons/tool/src/java/org/sakaiproject/commons/tool/CommonsTool.java b/commons/tool/src/java/org/sakaiproject/commons/tool/CommonsTool.java index a63052e260e5..4e694445907b 100644 --- a/commons/tool/src/java/org/sakaiproject/commons/tool/CommonsTool.java +++ b/commons/tool/src/java/org/sakaiproject/commons/tool/CommonsTool.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.tool; import java.io.IOException; diff --git a/commons/tool/src/java/org/sakaiproject/commons/tool/entityprovider/CommonsEntityProvider.java b/commons/tool/src/java/org/sakaiproject/commons/tool/entityprovider/CommonsEntityProvider.java index 42a1b12ede7e..c2397426d016 100644 --- a/commons/tool/src/java/org/sakaiproject/commons/tool/entityprovider/CommonsEntityProvider.java +++ b/commons/tool/src/java/org/sakaiproject/commons/tool/entityprovider/CommonsEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.commons.tool.entityprovider; import java.io.*; diff --git a/content-review/api/src/main/java/org/sakaiproject/contentreview/exception/ContentReviewProviderException.java b/content-review/api/src/main/java/org/sakaiproject/contentreview/exception/ContentReviewProviderException.java index 6c7e35d4109d..ff43f6d80d6a 100644 --- a/content-review/api/src/main/java/org/sakaiproject/contentreview/exception/ContentReviewProviderException.java +++ b/content-review/api/src/main/java/org/sakaiproject/contentreview/exception/ContentReviewProviderException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.contentreview.exception; public class ContentReviewProviderException extends RuntimeException { diff --git a/content-review/impl/service/src/main/java/org/sakaiproject/contentreview/service/NoOpContentReviewService.java b/content-review/impl/service/src/main/java/org/sakaiproject/contentreview/service/NoOpContentReviewService.java index f0b971bcb7d6..4e89919331da 100644 --- a/content-review/impl/service/src/main/java/org/sakaiproject/contentreview/service/NoOpContentReviewService.java +++ b/content-review/impl/service/src/main/java/org/sakaiproject/contentreview/service/NoOpContentReviewService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.contentreview.service; import java.util.Date; diff --git a/content-review/impl/urkund/src/main/java/org/sakaiproject/contentreview/urkund/UrkundSubmissionData.java b/content-review/impl/urkund/src/main/java/org/sakaiproject/contentreview/urkund/UrkundSubmissionData.java index c032f09e1265..2b99c4534798 100644 --- a/content-review/impl/urkund/src/main/java/org/sakaiproject/contentreview/urkund/UrkundSubmissionData.java +++ b/content-review/impl/urkund/src/main/java/org/sakaiproject/contentreview/urkund/UrkundSubmissionData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.contentreview.urkund; import java.util.Date; diff --git a/content/content-cleanup/content-cleanup-impl/src/test/org/sakaiproject/content/CleanupDeletedContentTest.java b/content/content-cleanup/content-cleanup-impl/src/test/org/sakaiproject/content/CleanupDeletedContentTest.java index 1d403675f539..e7b6fdcd6734 100644 --- a/content/content-cleanup/content-cleanup-impl/src/test/org/sakaiproject/content/CleanupDeletedContentTest.java +++ b/content/content-cleanup/content-cleanup-impl/src/test/org/sakaiproject/content/CleanupDeletedContentTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content; import junit.framework.TestCase; diff --git a/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandler.java b/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandler.java index 38959af7d508..afa29992a38d 100644 --- a/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandler.java +++ b/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.providers; import java.sql.ResultSet; diff --git a/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlHSql.java b/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlHSql.java index 07ec90c1c005..6fd43cc33d58 100644 --- a/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlHSql.java +++ b/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlHSql.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.providers; public class BaseEventDelayHandlerSqlHSql extends BaseEventDelayHandlerSqlDefault { diff --git a/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlMsSql.java b/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlMsSql.java index 2020a2af071e..3dc1a76d3856 100644 --- a/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlMsSql.java +++ b/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlMsSql.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.providers; public class BaseEventDelayHandlerSqlMsSql extends BaseEventDelayHandlerSqlDefault { diff --git a/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlMySql.java b/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlMySql.java index b98ef0a0500c..b131cd075dd1 100644 --- a/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlMySql.java +++ b/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlMySql.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.providers; public class BaseEventDelayHandlerSqlMySql extends BaseEventDelayHandlerSqlDefault { diff --git a/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlOracle.java b/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlOracle.java index a80b97ff6fdd..21ab239b0a6a 100644 --- a/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlOracle.java +++ b/content/content-impl-providers/impl/src/java/org/sakaiproject/content/providers/BaseEventDelayHandlerSqlOracle.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.providers; public class BaseEventDelayHandlerSqlOracle extends BaseEventDelayHandlerSqlDefault { diff --git a/content/content-impl-providers/integration-test/src/test/org/sakaiproject/content/providers/TestResourceEventVoter.java b/content/content-impl-providers/integration-test/src/test/org/sakaiproject/content/providers/TestResourceEventVoter.java index fa0994c131de..ec4415a5139d 100644 --- a/content/content-impl-providers/integration-test/src/test/org/sakaiproject/content/providers/TestResourceEventVoter.java +++ b/content/content-impl-providers/integration-test/src/test/org/sakaiproject/content/providers/TestResourceEventVoter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.providers; import java.util.Calendar; diff --git a/content/content-tool/tool/src/java/org/sakaiproject/content/entityproviders/ContentEntityProvider.java b/content/content-tool/tool/src/java/org/sakaiproject/content/entityproviders/ContentEntityProvider.java index e82a707fc9ef..20967a8c5b67 100644 --- a/content/content-tool/tool/src/java/org/sakaiproject/content/entityproviders/ContentEntityProvider.java +++ b/content/content-tool/tool/src/java/org/sakaiproject/content/entityproviders/ContentEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.entityproviders; import java.text.DateFormat; diff --git a/content/content-tool/tool/src/java/org/sakaiproject/content/entityproviders/DropboxEntityProvider.java b/content/content-tool/tool/src/java/org/sakaiproject/content/entityproviders/DropboxEntityProvider.java index 7b4b175c8c61..daab21b1ed3b 100644 --- a/content/content-tool/tool/src/java/org/sakaiproject/content/entityproviders/DropboxEntityProvider.java +++ b/content/content-tool/tool/src/java/org/sakaiproject/content/entityproviders/DropboxEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.entityproviders; import java.util.ArrayList; diff --git a/content/content-tool/tool/src/java/org/sakaiproject/content/tool/SiteEmailNotificationDragAndDrop.java b/content/content-tool/tool/src/java/org/sakaiproject/content/tool/SiteEmailNotificationDragAndDrop.java index ea784d7364bc..3c1c43329075 100644 --- a/content/content-tool/tool/src/java/org/sakaiproject/content/tool/SiteEmailNotificationDragAndDrop.java +++ b/content/content-tool/tool/src/java/org/sakaiproject/content/tool/SiteEmailNotificationDragAndDrop.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.tool; import java.util.Iterator; diff --git a/content/content-types/src/java/org/sakaiproject/content/types/ContentTypeRegistryBean.java b/content/content-types/src/java/org/sakaiproject/content/types/ContentTypeRegistryBean.java index a6430679587d..681a6ee338bd 100644 --- a/content/content-types/src/java/org/sakaiproject/content/types/ContentTypeRegistryBean.java +++ b/content/content-types/src/java/org/sakaiproject/content/types/ContentTypeRegistryBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.types; import org.slf4j.Logger; diff --git a/courier/courier-api/api/src/java/org/sakaiproject/courier/api/Expirable.java b/courier/courier-api/api/src/java/org/sakaiproject/courier/api/Expirable.java index c5cbb7ab2371..9aebbb5e0684 100644 --- a/courier/courier-api/api/src/java/org/sakaiproject/courier/api/Expirable.java +++ b/courier/courier-api/api/src/java/org/sakaiproject/courier/api/Expirable.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.courier.api; /** diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/AssessmentNotFoundException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/AssessmentNotFoundException.java index 0ba656cc7089..0cd1c2b6aba4 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/AssessmentNotFoundException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/AssessmentNotFoundException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/AssignmentHasIllegalPointsException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/AssignmentHasIllegalPointsException.java index bb729ee132ca..4328048723a1 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/AssignmentHasIllegalPointsException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/AssignmentHasIllegalPointsException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /*********************************************************************************** * * Copyright (c) 2006, 2007, 2008 The Sakai Foundation, The MIT Corporation diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/CategoryDefinition.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/CategoryDefinition.java index 71cf2bc7d686..a30442cb0180 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/CategoryDefinition.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/CategoryDefinition.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id: GradeDefinition.java 59674 2009-04-03 23:05:58Z arwhyte@umich.edu $ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/CommentDefinition.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/CommentDefinition.java index ae8fce637790..284f3be9b501 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/CommentDefinition.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/CommentDefinition.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ConflictingAssignmentNameException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ConflictingAssignmentNameException.java index 8ff67cff9b49..76b0647c1a24 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ConflictingAssignmentNameException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ConflictingAssignmentNameException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ConflictingCategoryNameException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ConflictingCategoryNameException.java index 0cd8bd52a3c7..c3253e63838e 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ConflictingCategoryNameException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ConflictingCategoryNameException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.service.gradebook.shared; public class ConflictingCategoryNameException extends GradebookException { diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ConflictingExternalIdException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ConflictingExternalIdException.java index 79a0a1cdd61d..555e7699462f 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ConflictingExternalIdException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ConflictingExternalIdException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/CourseGrade.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/CourseGrade.java index 90907f13b9a4..79a402161538 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/CourseGrade.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/CourseGrade.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.service.gradebook.shared; import java.io.Serializable; diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ExternalAssignmentProvider.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ExternalAssignmentProvider.java index c919b55cce8a..0834addc25f9 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ExternalAssignmentProvider.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/ExternalAssignmentProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradeDefinition.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradeDefinition.java index e1bd4cae4151..445f6635be5b 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradeDefinition.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradeDefinition.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradeMappingDefinition.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradeMappingDefinition.java index 4b5b1c202c58..50422f03df4a 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradeMappingDefinition.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradeMappingDefinition.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.service.gradebook.shared; import java.io.Serializable; diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookArchiveService.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookArchiveService.java index dece50d77bc5..7b108fe31c35 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookArchiveService.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookArchiveService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookConfiguration.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookConfiguration.java index 7850f99e2d61..28294a1874d0 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookConfiguration.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookConfiguration.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookException.java index fa11d455041e..1287657da235 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookExistsException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookExistsException.java index 01993b615c51..7287e5a9c5c1 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookExistsException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookExistsException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookExternalAssessmentService.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookExternalAssessmentService.java index 38c04ec572ef..5e341494d4f3 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookExternalAssessmentService.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookExternalAssessmentService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookFrameworkService.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookFrameworkService.java index 6bba2242fc18..1fcaae3029ea 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookFrameworkService.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookFrameworkService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookHelper.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookHelper.java index 37f15710e9ec..a850483491aa 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookHelper.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.service.gradebook.shared; import org.apache.commons.lang3.StringUtils; diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookInformation.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookInformation.java index 86d4b86c2544..fb17b94d0f95 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookInformation.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookInformation.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookNotFoundException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookNotFoundException.java index 8a1cf91d9fd0..1d70a4a41a91 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookNotFoundException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookNotFoundException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookPermissionService.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookPermissionService.java index be371c210b4c..ddd679fa19f0 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookPermissionService.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookPermissionService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.service.gradebook.shared; import java.util.Collection; diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GraderPermission.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GraderPermission.java index ed2c8a0746e1..7704a484e64d 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GraderPermission.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GraderPermission.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.service.gradebook.shared; import java.util.ArrayList; diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradingScaleDefinition.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradingScaleDefinition.java index 0002d9ec6414..4c8bb9a9cd47 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradingScaleDefinition.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradingScaleDefinition.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradingType.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradingType.java index 20a89d32f521..14bcdfa1f3df 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradingType.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradingType.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.service.gradebook.shared; import java.util.HashMap; diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/InvalidCategoryException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/InvalidCategoryException.java index 4a425d9daff5..e49212658389 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/InvalidCategoryException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/InvalidCategoryException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /*********************************************************************************** * * Copyright (c) 2006, 2007, 2008 The Sakai Foundation, The MIT Corporation diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/InvalidGradeException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/InvalidGradeException.java index 43d705cd9864..010278591772 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/InvalidGradeException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/InvalidGradeException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /*********************************************************************************** * * Copyright (c) 2007, 2008 The Sakai Foundation, The MIT Corporation diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/InvalidGradeItemNameException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/InvalidGradeItemNameException.java index 2c9bef73d68c..fa847dce4824 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/InvalidGradeItemNameException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/InvalidGradeItemNameException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /*********************************************************************************** * * Copyright (c) 2007, 2008 The Sakai Foundation, The MIT Corporation diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/MultipleAssignmentSavingException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/MultipleAssignmentSavingException.java index e51dc65f0c9d..bf8c9aaf711f 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/MultipleAssignmentSavingException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/MultipleAssignmentSavingException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.service.gradebook.shared; public class MultipleAssignmentSavingException extends GradebookException diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/PermissionDefinition.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/PermissionDefinition.java index 355ce4eec0c4..a2899ad9c97d 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/PermissionDefinition.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/PermissionDefinition.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.service.gradebook.shared; import java.io.Serializable; diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/SortType.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/SortType.java index 602282ae257c..4ba5869a1d44 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/SortType.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/SortType.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.service.gradebook.shared; /** diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/StaleObjectModificationException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/StaleObjectModificationException.java index 6f0eda1ff57e..b00c0057ac12 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/StaleObjectModificationException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/StaleObjectModificationException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/UnknownUserException.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/UnknownUserException.java index b29285c16928..059e1181526a 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/UnknownUserException.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/UnknownUserException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/Authn.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/Authn.java index afbe7b6bfefb..29fe55fbca57 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/Authn.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/Authn.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/Authz.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/Authz.java index 572f322a62b5..bfd35521b00d 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/Authz.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/Authz.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/ContextManagement.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/ContextManagement.java index d3cf3f2ea3a9..0f049b9e9ae0 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/ContextManagement.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/ContextManagement.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/UserDirectoryService.java b/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/UserDirectoryService.java index a9a0624bb4f6..a7c4e5277f42 100644 --- a/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/UserDirectoryService.java +++ b/edu-services/gradebook-service/api/src/java/org/sakaiproject/tool/gradebook/facades/UserDirectoryService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/AbstractGradeRecord.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/AbstractGradeRecord.java index 68ece896e798..54cce1204654 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/AbstractGradeRecord.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/AbstractGradeRecord.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/AssignmentGradeRecord.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/AssignmentGradeRecord.java index 068abfb6f1a2..e0e523f6708e 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/AssignmentGradeRecord.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/AssignmentGradeRecord.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Category.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Category.java index 96929c5aee78..4e641d16216d 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Category.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Category.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook; import java.io.Serializable; diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CommonGradeRecord.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CommonGradeRecord.java index 0121e6d5ed42..5c0050231753 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CommonGradeRecord.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CommonGradeRecord.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook; import java.util.Date; diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CourseGrade.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CourseGrade.java index c63c8381560b..622fb435e81b 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CourseGrade.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CourseGrade.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CourseGradeRecord.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CourseGradeRecord.java index b5e84a894787..ba0d69bb93ad 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CourseGradeRecord.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CourseGradeRecord.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CourseGradesToSpreadsheetConverter.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CourseGradesToSpreadsheetConverter.java index e39064bada82..8dce359fb03a 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CourseGradesToSpreadsheetConverter.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/CourseGradesToSpreadsheetConverter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradableObject.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradableObject.java index b542ef09ebe4..1f4480fe8262 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradableObject.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradableObject.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradeMapping.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradeMapping.java index 0e9663141577..03b80b135409 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradeMapping.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradeMapping.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradePointsMapping.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradePointsMapping.java index 17138775090d..a9ed53da08a0 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradePointsMapping.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradePointsMapping.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Gradebook.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Gradebook.java index 44b76da0efe6..515f6bcdd9d0 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Gradebook.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Gradebook.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradebookArchive.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradebookArchive.java index 8ced7b6ef3dd..cedd5ed2d15d 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradebookArchive.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradebookArchive.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradebookAssignment.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradebookAssignment.java index a6db2b4f6d59..d03e9a2efe32 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradebookAssignment.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradebookAssignment.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradebookProperty.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradebookProperty.java index 90e6f45544b8..7c87e1c875ca 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradebookProperty.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradebookProperty.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradingEvent.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradingEvent.java index f988dc6e1eb5..30073286b313 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradingEvent.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradingEvent.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradingEvents.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradingEvents.java index 1c593d4c20fd..66305e1f8260 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradingEvents.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradingEvents.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradingScale.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradingScale.java index a91a0e6153df..9b4014e3e946 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradingScale.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/GradingScale.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/LetterGradeMapping.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/LetterGradeMapping.java index 6c85ae41a62f..0d530660dd1f 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/LetterGradeMapping.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/LetterGradeMapping.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/LetterGradePercentMapping.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/LetterGradePercentMapping.java index 8ca37685f25b..57d591562347 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/LetterGradePercentMapping.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/LetterGradePercentMapping.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook; import java.io.Serializable; diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/LetterGradePlusMinusMapping.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/LetterGradePlusMinusMapping.java index 0d93c1d81736..d78d37beed77 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/LetterGradePlusMinusMapping.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/LetterGradePlusMinusMapping.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/PassNotPassMapping.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/PassNotPassMapping.java index d1bf97b01ffe..bb32b5e98491 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/PassNotPassMapping.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/PassNotPassMapping.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Permission.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Permission.java index f6f40171749d..02a93300216f 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Permission.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Permission.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook; import java.io.Serializable; diff --git a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Spreadsheet.java b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Spreadsheet.java index eafe1813cc22..fb9529ce34a8 100644 --- a/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Spreadsheet.java +++ b/edu-services/gradebook-service/hibernate/src/java/org/sakaiproject/tool/gradebook/Spreadsheet.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /*********************************************************************************** * * Copyright (c) 2005, 2006, 2007, 2008 The Sakai Foundation, The MIT Corporation diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/BaseHibernateManager.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/BaseHibernateManager.java index a7a19e409b1d..6ecfbbfc1dcc 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/BaseHibernateManager.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/BaseHibernateManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookDefinition.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookDefinition.java index be13d60f53f7..71d0e1ea1296 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookDefinition.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookDefinition.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookExternalAssessmentServiceImpl.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookExternalAssessmentServiceImpl.java index 8e2ee5bd4f90..1c739256c78f 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookExternalAssessmentServiceImpl.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookExternalAssessmentServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookFrameworkServiceImpl.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookFrameworkServiceImpl.java index 9e1547e0d1f6..ab3f66a591f7 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookFrameworkServiceImpl.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookFrameworkServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookPermissionServiceImpl.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookPermissionServiceImpl.java index 4061149b8c88..2d3d0436bce8 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookPermissionServiceImpl.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookPermissionServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.gradebook; import java.util.ArrayList; diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookServiceHibernateImpl.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookServiceHibernateImpl.java index 01e77fb479f9..e99cfb8f6f7e 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookServiceHibernateImpl.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookServiceHibernateImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/VersionedExternalizable.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/VersionedExternalizable.java index f9e29445fc68..43c49477d402 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/VersionedExternalizable.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/VersionedExternalizable.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/AuthnSakai2Impl.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/AuthnSakai2Impl.java index 5a16fd2236ca..ef3f324800a2 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/AuthnSakai2Impl.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/AuthnSakai2Impl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/AuthzSakai2Impl.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/AuthzSakai2Impl.java index 0c9db9c6e29a..5676ead2b1f4 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/AuthzSakai2Impl.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/AuthzSakai2Impl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/BaseEntityProducer.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/BaseEntityProducer.java index 9be3630723bb..d0910f620d13 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/BaseEntityProducer.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/BaseEntityProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/ContextManagementSakai2Impl.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/ContextManagementSakai2Impl.java index 25e533e5a0a7..23bf5844abaf 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/ContextManagementSakai2Impl.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/ContextManagementSakai2Impl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/GradebookConditionsProvider.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/GradebookConditionsProvider.java index a36d8f21a0d3..a8f2b571f094 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/GradebookConditionsProvider.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/GradebookConditionsProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.facades.sakai2impl; import java.util.Date; diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/GradebookConfigurationSakai.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/GradebookConfigurationSakai.java index d4a1bfb86849..01e958ec332b 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/GradebookConfigurationSakai.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/GradebookConfigurationSakai.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/GradebookEntityProducer.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/GradebookEntityProducer.java index 407b0a0dc453..70f48f20ab73 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/GradebookEntityProducer.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/GradebookEntityProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/UserDirectoryServiceSakai2Impl.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/UserDirectoryServiceSakai2Impl.java index 2d732cd8ccf3..6f758b4035de 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/UserDirectoryServiceSakai2Impl.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/UserDirectoryServiceSakai2Impl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/XmlImportable.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/XmlImportable.java index 95c170f6ec8d..99e0a9d221d8 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/XmlImportable.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sakai2impl/XmlImportable.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sections/AuthzSectionsImpl.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sections/AuthzSectionsImpl.java index 353f400f700d..5ccb694935af 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sections/AuthzSectionsImpl.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sections/AuthzSectionsImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sections/UserDirectoryServiceStandaloneSectionsImpl.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sections/UserDirectoryServiceStandaloneSectionsImpl.java index 0b13bd19db64..f701143de823 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sections/UserDirectoryServiceStandaloneSectionsImpl.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/sections/UserDirectoryServiceStandaloneSectionsImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/standalone/AuthnStandaloneImpl.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/standalone/AuthnStandaloneImpl.java index c3f6c681f6e1..5c7d6a3a09fa 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/standalone/AuthnStandaloneImpl.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/standalone/AuthnStandaloneImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/standalone/ContextManagementStandaloneImpl.java b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/standalone/ContextManagementStandaloneImpl.java index aa8a2a8ec3ba..ee22f387a0f3 100644 --- a/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/standalone/ContextManagementStandaloneImpl.java +++ b/edu-services/gradebook-service/impl/src/java/org/sakaiproject/tool/gradebook/facades/standalone/ContextManagementStandaloneImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/edu-services/scoring-service/impl/src/java/org/sakaiproject/scoringservice/impl/ScoringServiceImpl.java b/edu-services/scoring-service/impl/src/java/org/sakaiproject/scoringservice/impl/ScoringServiceImpl.java index 22d722e6a847..91ff13ff8af7 100644 --- a/edu-services/scoring-service/impl/src/java/org/sakaiproject/scoringservice/impl/ScoringServiceImpl.java +++ b/edu-services/scoring-service/impl/src/java/org/sakaiproject/scoringservice/impl/ScoringServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.scoringservice.impl; import java.util.ArrayList; diff --git a/edu-services/sections-service/sections-api/src/java/org/sakaiproject/section/api/coursemanagement/Meeting.java b/edu-services/sections-service/sections-api/src/java/org/sakaiproject/section/api/coursemanagement/Meeting.java index 88e05f9b97fc..e76518f386f6 100644 --- a/edu-services/sections-service/sections-api/src/java/org/sakaiproject/section/api/coursemanagement/Meeting.java +++ b/edu-services/sections-service/sections-api/src/java/org/sakaiproject/section/api/coursemanagement/Meeting.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.section.api.coursemanagement; import java.sql.Time; diff --git a/edu-services/sections-service/sections-impl/sakai/model/src/java/org/sakaiproject/component/section/sakai/MeetingImpl.java b/edu-services/sections-service/sections-impl/sakai/model/src/java/org/sakaiproject/component/section/sakai/MeetingImpl.java index 362906d2323f..f8f9c71e1689 100644 --- a/edu-services/sections-service/sections-impl/sakai/model/src/java/org/sakaiproject/component/section/sakai/MeetingImpl.java +++ b/edu-services/sections-service/sections-impl/sakai/model/src/java/org/sakaiproject/component/section/sakai/MeetingImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.section.sakai; import java.io.Serializable; diff --git a/edu-services/sections-service/sections-impl/standalone/src/java/org/sakaiproject/component/section/MeetingImpl.java b/edu-services/sections-service/sections-impl/standalone/src/java/org/sakaiproject/component/section/MeetingImpl.java index 1735b441e679..afdee32c1263 100644 --- a/edu-services/sections-service/sections-impl/standalone/src/java/org/sakaiproject/component/section/MeetingImpl.java +++ b/edu-services/sections-service/sections-impl/standalone/src/java/org/sakaiproject/component/section/MeetingImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.section; import java.io.Serializable; diff --git a/emailtemplateservice/api/src/java/org/sakaiproject/emailtemplateservice/model/EmailTemplateLocaleUsers.java b/emailtemplateservice/api/src/java/org/sakaiproject/emailtemplateservice/model/EmailTemplateLocaleUsers.java index a35e094d237c..d174fdf9da2b 100644 --- a/emailtemplateservice/api/src/java/org/sakaiproject/emailtemplateservice/model/EmailTemplateLocaleUsers.java +++ b/emailtemplateservice/api/src/java/org/sakaiproject/emailtemplateservice/model/EmailTemplateLocaleUsers.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.emailtemplateservice.model; import java.util.ArrayList; diff --git a/emailtemplateservice/impl/logic/src/test/org/sakaiproject/emailtemplateservice/logic/test/TestEmailTemplateService.java b/emailtemplateservice/impl/logic/src/test/org/sakaiproject/emailtemplateservice/logic/test/TestEmailTemplateService.java index 31055ae2430a..daaa791a7b7d 100644 --- a/emailtemplateservice/impl/logic/src/test/org/sakaiproject/emailtemplateservice/logic/test/TestEmailTemplateService.java +++ b/emailtemplateservice/impl/logic/src/test/org/sakaiproject/emailtemplateservice/logic/test/TestEmailTemplateService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.emailtemplateservice.logic.test; import java.util.Date; diff --git a/emailtemplateservice/impl/logic/src/test/org/sakaiproject/emailtemplateservice/logic/test/TestTextTemplateLogicUtils.java b/emailtemplateservice/impl/logic/src/test/org/sakaiproject/emailtemplateservice/logic/test/TestTextTemplateLogicUtils.java index 7ec79d611401..7365827dd2dc 100644 --- a/emailtemplateservice/impl/logic/src/test/org/sakaiproject/emailtemplateservice/logic/test/TestTextTemplateLogicUtils.java +++ b/emailtemplateservice/impl/logic/src/test/org/sakaiproject/emailtemplateservice/logic/test/TestTextTemplateLogicUtils.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * TestTextTemplateLogicUtils.java - evaluation - 2008 Jan 16, 2008 5:12:13 PM - azeckoski */ diff --git a/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/handler/ModifyEmailHandler.java b/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/handler/ModifyEmailHandler.java index 6d41b227d2cd..7c7737650016 100644 --- a/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/handler/ModifyEmailHandler.java +++ b/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/handler/ModifyEmailHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.emailtemplateservice.tool.handler; import org.sakaiproject.event.api.UsageSessionService; diff --git a/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/locators/EmailTemplateLocator.java b/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/locators/EmailTemplateLocator.java index 570e6ce0180c..fddb4546b800 100644 --- a/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/locators/EmailTemplateLocator.java +++ b/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/locators/EmailTemplateLocator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.emailtemplateservice.tool.locators; import java.util.HashMap; diff --git a/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/params/EmailTemplateViewParams.java b/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/params/EmailTemplateViewParams.java index b629d227dc8c..90d847ee4752 100644 --- a/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/params/EmailTemplateViewParams.java +++ b/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/params/EmailTemplateViewParams.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.emailtemplateservice.tool.params; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/producers/MainViewProducer.java b/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/producers/MainViewProducer.java index bc28159f902a..abe7549ef525 100644 --- a/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/producers/MainViewProducer.java +++ b/emailtemplateservice/tool/src/java/org/sakaiproject/emailtemplateservice/tool/producers/MainViewProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.emailtemplateservice.tool.producers; import java.util.Collections; diff --git a/entitybroker/api/src/java/org/sakaiproject/entitybroker/providers/ExternalIntegrationProvider.java b/entitybroker/api/src/java/org/sakaiproject/entitybroker/providers/ExternalIntegrationProvider.java index 1e470023867a..71fbc2459adc 100644 --- a/entitybroker/api/src/java/org/sakaiproject/entitybroker/providers/ExternalIntegrationProvider.java +++ b/entitybroker/api/src/java/org/sakaiproject/entitybroker/providers/ExternalIntegrationProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.entitybroker.providers; diff --git a/entitybroker/api/src/test/org/sakaiproject/entitybroker/EntityReferenceTest.java b/entitybroker/api/src/test/org/sakaiproject/entitybroker/EntityReferenceTest.java index d9b7ac07651b..0e5eec1d049d 100644 --- a/entitybroker/api/src/test/org/sakaiproject/entitybroker/EntityReferenceTest.java +++ b/entitybroker/api/src/test/org/sakaiproject/entitybroker/EntityReferenceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * EntityReferenceTest.java - 2007 Jul 21, 2007 3:11:31 PM - entity-broker - AZ */ diff --git a/entitybroker/api/src/test/org/sakaiproject/entitybroker/IdEntityReferenceTest.java b/entitybroker/api/src/test/org/sakaiproject/entitybroker/IdEntityReferenceTest.java index 0d44faa412af..284be583c173 100644 --- a/entitybroker/api/src/test/org/sakaiproject/entitybroker/IdEntityReferenceTest.java +++ b/entitybroker/api/src/test/org/sakaiproject/entitybroker/IdEntityReferenceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * IdEntityReferenceTest.java - 2007 Jul 21, 2007 3:15:08 PM - entity-broker - AZ */ diff --git a/entitybroker/core-providers/src/test/org/sakaiproject/entitybroker/providers/UserEntityProviderFindAndCheckUserId.java b/entitybroker/core-providers/src/test/org/sakaiproject/entitybroker/providers/UserEntityProviderFindAndCheckUserId.java index 7fc53817adbb..76e4f49546a2 100644 --- a/entitybroker/core-providers/src/test/org/sakaiproject/entitybroker/providers/UserEntityProviderFindAndCheckUserId.java +++ b/entitybroker/core-providers/src/test/org/sakaiproject/entitybroker/providers/UserEntityProviderFindAndCheckUserId.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.entitybroker.providers; import org.junit.Assert; diff --git a/entitybroker/core-providers/src/test/org/sakaiproject/entitybroker/providers/UserEntityProviderGetUserByIdEidTest.java b/entitybroker/core-providers/src/test/org/sakaiproject/entitybroker/providers/UserEntityProviderGetUserByIdEidTest.java index 484407ef1956..069096d17e76 100644 --- a/entitybroker/core-providers/src/test/org/sakaiproject/entitybroker/providers/UserEntityProviderGetUserByIdEidTest.java +++ b/entitybroker/core-providers/src/test/org/sakaiproject/entitybroker/providers/UserEntityProviderGetUserByIdEidTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.entitybroker.providers; import org.junit.Assert; diff --git a/entitybroker/core-providers/src/test/org/sakaiproject/entitybroker/providers/UserEntityProviderRestrictedViewTest.java b/entitybroker/core-providers/src/test/org/sakaiproject/entitybroker/providers/UserEntityProviderRestrictedViewTest.java index e983f7030c65..7582f499aef7 100644 --- a/entitybroker/core-providers/src/test/org/sakaiproject/entitybroker/providers/UserEntityProviderRestrictedViewTest.java +++ b/entitybroker/core-providers/src/test/org/sakaiproject/entitybroker/providers/UserEntityProviderRestrictedViewTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.entitybroker.providers; import org.junit.Before; diff --git a/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityBrokerTransactionalTest.java b/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityBrokerTransactionalTest.java index c766b164803e..8b86c83b6015 100644 --- a/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityBrokerTransactionalTest.java +++ b/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityBrokerTransactionalTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * EntityBrokerImplTest.java - 2007 Jul 21, 2007 3:04:55 PM - entity-broker - AZ */ diff --git a/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityMetaPropertiesServiceTest.java b/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityMetaPropertiesServiceTest.java index ca1a752c53eb..532afb249103 100644 --- a/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityMetaPropertiesServiceTest.java +++ b/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityMetaPropertiesServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * EntityBrokerImplTest.java - 2007 Jul 21, 2007 3:04:55 PM - entity-broker - AZ */ diff --git a/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityTaggingServiceTest.java b/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityTaggingServiceTest.java index 01e3530aac04..1df76b9fa6a7 100644 --- a/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityTaggingServiceTest.java +++ b/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/EntityTaggingServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * EntityBrokerImplTest.java - 2007 Jul 21, 2007 3:04:55 PM - entity-broker - AZ */ diff --git a/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/dao/EntityBrokerDaoImplTest.java b/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/dao/EntityBrokerDaoImplTest.java index cda7137b5884..922e1e00539f 100644 --- a/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/dao/EntityBrokerDaoImplTest.java +++ b/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/dao/EntityBrokerDaoImplTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * EntityBrokerDaoImplTest.java - created by aaronz on Jul 26, 2007 */ diff --git a/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/data/TestDataPreload.java b/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/data/TestDataPreload.java index ef9c783356bd..887972eb1d0a 100644 --- a/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/data/TestDataPreload.java +++ b/entitybroker/impl/src/test/org/sakaiproject/entitybroker/impl/data/TestDataPreload.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * TestDataPreload.java - created by Sakai App Builder -AZ */ diff --git a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/CoreEntityProviderMock.java b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/CoreEntityProviderMock.java index 44f3a5fd1eb9..609ed36edb40 100644 --- a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/CoreEntityProviderMock.java +++ b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/CoreEntityProviderMock.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * CoreEntityProviderMock.java - created by aaronz on Jul 25, 2007 */ diff --git a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/EntityProviderMock.java b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/EntityProviderMock.java index a6049037ed2f..11f12e7b7361 100644 --- a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/EntityProviderMock.java +++ b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/EntityProviderMock.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * EntityProviderMock.java - created by aaronz on Jul 25, 2007 */ diff --git a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/PropertyableEntityProviderMock.java b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/PropertyableEntityProviderMock.java index 8ba4c650d664..8001543c5e45 100644 --- a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/PropertyableEntityProviderMock.java +++ b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/PropertyableEntityProviderMock.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * PropertyableEntityProviderMock.java - entity-broker - 2007 Aug 8, 2007 5:39:49 PM - AZ */ diff --git a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ReferenceParseableEntityProviderMock.java b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ReferenceParseableEntityProviderMock.java index 87fef4104b00..e078703acedb 100644 --- a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ReferenceParseableEntityProviderMock.java +++ b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ReferenceParseableEntityProviderMock.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * ParseableEntityProviderMock.java - created by aaronz on Jul 25, 2007 */ diff --git a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ResolvableEntityProviderMock.java b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ResolvableEntityProviderMock.java index 1dccff5b4a8a..913173327301 100644 --- a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ResolvableEntityProviderMock.java +++ b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/ResolvableEntityProviderMock.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * ResolvableEntityProviderMock.java - created by aaronz on Jul 25, 2007 */ diff --git a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/TaggableEntityProviderMock.java b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/TaggableEntityProviderMock.java index ab23ec179555..235a6289b129 100644 --- a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/TaggableEntityProviderMock.java +++ b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/TaggableEntityProviderMock.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * TaggableEntityProviderMock.java - entity-broker - 2007 Aug 8, 2007 5:39:49 PM - AZ */ diff --git a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/data/MyEntity.java b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/data/MyEntity.java index 8403183b5a5c..20828aa7eadb 100644 --- a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/data/MyEntity.java +++ b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/data/MyEntity.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * MyEntity.java - created by aaronz on Jul 25, 2007 */ diff --git a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/data/TestData.java b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/data/TestData.java index 77b8cb2a9565..08bb58cde97f 100644 --- a/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/data/TestData.java +++ b/entitybroker/mocks/src/java/org/sakaiproject/entitybroker/mocks/data/TestData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * TestData.java - created by aaronz on Jul 25, 2007 */ diff --git a/entitybroker/rest/src/test/org/sakaiproject/entitybroker/rest/EntityBrokerImplTest.java b/entitybroker/rest/src/test/org/sakaiproject/entitybroker/rest/EntityBrokerImplTest.java index 3fb7d2897191..59489380d410 100644 --- a/entitybroker/rest/src/test/org/sakaiproject/entitybroker/rest/EntityBrokerImplTest.java +++ b/entitybroker/rest/src/test/org/sakaiproject/entitybroker/rest/EntityBrokerImplTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * EntityBrokerImplTest.java - 2007 Jul 21, 2007 3:04:55 PM - entity-broker - AZ */ diff --git a/entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/ReloadableComponentProxy.java b/entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/ReloadableComponentProxy.java index 220f5e21b7d2..349d0dbccd73 100644 --- a/entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/ReloadableComponentProxy.java +++ b/entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/ReloadableComponentProxy.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.entitybroker.util; diff --git a/entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/model/EntityContent.java b/entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/model/EntityContent.java index 02fd59e142f5..ccede786ef5e 100644 --- a/entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/model/EntityContent.java +++ b/entitybroker/utils/src/java/org/sakaiproject/entitybroker/util/model/EntityContent.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.entitybroker.util.model; import java.util.ArrayList; diff --git a/entitybroker/utils/src/test/org/sakaiproject/entitybroker/util/reflect/TestInterfaceOne.java b/entitybroker/utils/src/test/org/sakaiproject/entitybroker/util/reflect/TestInterfaceOne.java index 75ee5fa8a305..08122a4b9df8 100644 --- a/entitybroker/utils/src/test/org/sakaiproject/entitybroker/util/reflect/TestInterfaceOne.java +++ b/entitybroker/utils/src/test/org/sakaiproject/entitybroker/util/reflect/TestInterfaceOne.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.entitybroker.util.reflect; import java.io.Serializable; diff --git a/external-calendaring-service/api/src/java/org/sakaiproject/calendaring/api/ExternalCalendaringService.java b/external-calendaring-service/api/src/java/org/sakaiproject/calendaring/api/ExternalCalendaringService.java index 6d8079ba312d..47f4d5cba09c 100644 --- a/external-calendaring-service/api/src/java/org/sakaiproject/calendaring/api/ExternalCalendaringService.java +++ b/external-calendaring-service/api/src/java/org/sakaiproject/calendaring/api/ExternalCalendaringService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/external-calendaring-service/api/src/java/org/sakaiproject/calendaring/logic/SakaiProxy.java b/external-calendaring-service/api/src/java/org/sakaiproject/calendaring/logic/SakaiProxy.java index 611f0b817624..82fac8befdac 100644 --- a/external-calendaring-service/api/src/java/org/sakaiproject/calendaring/logic/SakaiProxy.java +++ b/external-calendaring-service/api/src/java/org/sakaiproject/calendaring/logic/SakaiProxy.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/external-calendaring-service/impl/src/java/org/sakaiproject/calendaring/api/ExternalCalendaringServiceImpl.java b/external-calendaring-service/impl/src/java/org/sakaiproject/calendaring/api/ExternalCalendaringServiceImpl.java index 7c8a2f739995..0ede4f829018 100644 --- a/external-calendaring-service/impl/src/java/org/sakaiproject/calendaring/api/ExternalCalendaringServiceImpl.java +++ b/external-calendaring-service/impl/src/java/org/sakaiproject/calendaring/api/ExternalCalendaringServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/external-calendaring-service/impl/src/java/org/sakaiproject/calendaring/logic/SakaiProxyImpl.java b/external-calendaring-service/impl/src/java/org/sakaiproject/calendaring/logic/SakaiProxyImpl.java index d94f279e3271..a4b00d0f1e12 100644 --- a/external-calendaring-service/impl/src/java/org/sakaiproject/calendaring/logic/SakaiProxyImpl.java +++ b/external-calendaring-service/impl/src/java/org/sakaiproject/calendaring/logic/SakaiProxyImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/external-calendaring-service/impl/src/test/org/sakaiproject/calendaring/ExternalCalendaringServiceTest.java b/external-calendaring-service/impl/src/test/org/sakaiproject/calendaring/ExternalCalendaringServiceTest.java index 09835a7c4476..e048271ce4b7 100644 --- a/external-calendaring-service/impl/src/test/org/sakaiproject/calendaring/ExternalCalendaringServiceTest.java +++ b/external-calendaring-service/impl/src/test/org/sakaiproject/calendaring/ExternalCalendaringServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/external-calendaring-service/impl/src/test/org/sakaiproject/calendaring/mocks/MockCalendarEventEdit.java b/external-calendaring-service/impl/src/test/org/sakaiproject/calendaring/mocks/MockCalendarEventEdit.java index 691d25f4a54e..3e7138f509ac 100644 --- a/external-calendaring-service/impl/src/test/org/sakaiproject/calendaring/mocks/MockCalendarEventEdit.java +++ b/external-calendaring-service/impl/src/test/org/sakaiproject/calendaring/mocks/MockCalendarEventEdit.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/external-calendaring-service/impl/src/test/org/sakaiproject/calendaring/mocks/MockSakaiProxy.java b/external-calendaring-service/impl/src/test/org/sakaiproject/calendaring/mocks/MockSakaiProxy.java index 817559e4d43b..a6574a61a929 100644 --- a/external-calendaring-service/impl/src/test/org/sakaiproject/calendaring/mocks/MockSakaiProxy.java +++ b/external-calendaring-service/impl/src/test/org/sakaiproject/calendaring/mocks/MockSakaiProxy.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/feedback/src/java/org/sakaiproject/feedback/util/FileItemDataSource.java b/feedback/src/java/org/sakaiproject/feedback/util/FileItemDataSource.java index b029b8354f2a..aad790a9b809 100644 --- a/feedback/src/java/org/sakaiproject/feedback/util/FileItemDataSource.java +++ b/feedback/src/java/org/sakaiproject/feedback/util/FileItemDataSource.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.feedback.util; import org.apache.commons.fileupload.FileItem; diff --git a/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/GbSynchronizer.java b/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/GbSynchronizer.java index c514d99cbfba..9b2c7c102471 100644 --- a/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/GbSynchronizer.java +++ b/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/GbSynchronizer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.business; import java.util.Collection; diff --git a/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/GradebookManager.java b/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/GradebookManager.java index 85fece05f418..446f63b9e667 100644 --- a/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/GradebookManager.java +++ b/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/GradebookManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/GradebookScoringAgentManager.java b/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/GradebookScoringAgentManager.java index 3320a8fa57bf..8d0052fd78d8 100644 --- a/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/GradebookScoringAgentManager.java +++ b/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/GradebookScoringAgentManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id: GradebookScoringAgentManager.java $ diff --git a/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/impl/GradebookCalculationImpl.java b/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/impl/GradebookCalculationImpl.java index ec723e000331..7d8cccb76016 100644 --- a/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/impl/GradebookCalculationImpl.java +++ b/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/impl/GradebookCalculationImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id: GradebookCalculationImpl.java 63658 2009-06-15 13:49:40Z wagnermr@iupui.edu $ diff --git a/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/impl/GradebookManagerHibernateImpl.java b/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/impl/GradebookManagerHibernateImpl.java index e45d8a9e4e91..1452cb4016f9 100644 --- a/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/impl/GradebookManagerHibernateImpl.java +++ b/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/impl/GradebookManagerHibernateImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/impl/GradebookScoringAgentManagerImpl.java b/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/impl/GradebookScoringAgentManagerImpl.java index 1a05565e9597..6c55356a09b6 100644 --- a/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/impl/GradebookScoringAgentManagerImpl.java +++ b/gradebook/app/business/src/java/org/sakaiproject/tool/gradebook/business/impl/GradebookScoringAgentManagerImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id: GradebookScoringAgentManagerImpl.java $ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AssignmentBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AssignmentBean.java index b059f7b4f212..730fc3edcea2 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AssignmentBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AssignmentBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id: AssignmentBean.java $ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AssignmentDetailsBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AssignmentDetailsBean.java index 13960109ddb7..fb640d94094c 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AssignmentDetailsBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AssignmentDetailsBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AssignmentGradeRow.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AssignmentGradeRow.java index c715b14f6803..bdf76653f98f 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AssignmentGradeRow.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AssignmentGradeRow.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id:$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AuthorizationFilterConfigurationBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AuthorizationFilterConfigurationBean.java index bd79e928933c..39d6d1e907c5 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AuthorizationFilterConfigurationBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/AuthorizationFilterConfigurationBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/BulkAssignmentDecoratedBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/BulkAssignmentDecoratedBean.java index 748f9989f2da..5881eaf1958e 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/BulkAssignmentDecoratedBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/BulkAssignmentDecoratedBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui; import java.io.Serializable; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/ConfigurationBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/ConfigurationBean.java index 4634f9a83c4a..41ef78ba2e83 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/ConfigurationBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/ConfigurationBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/CourseGradeDetailsBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/CourseGradeDetailsBean.java index 5509ce2eddc1..e978cdc672b5 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/CourseGradeDetailsBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/CourseGradeDetailsBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/EnrollmentTableBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/EnrollmentTableBean.java index 22945fbfbe7d..b36eda0cce09 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/EnrollmentTableBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/EnrollmentTableBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/EntryServlet.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/EntryServlet.java index 5f3ffdb76bae..3a410c1d52e9 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/EntryServlet.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/EntryServlet.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/FeedbackOptionsBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/FeedbackOptionsBean.java index 40d7cfda565f..e95309ea53f0 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/FeedbackOptionsBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/FeedbackOptionsBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GradebookBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GradebookBean.java index 858d64dc0a71..a191bb1c1c89 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GradebookBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GradebookBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GradebookDependentBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GradebookDependentBean.java index dcd961eef160..ace2cf04367f 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GradebookDependentBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GradebookDependentBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GradebookFilePickerServlet.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GradebookFilePickerServlet.java index d91fe14fc902..fc0efc8be3f6 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GradebookFilePickerServlet.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GradebookFilePickerServlet.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GraderRule.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GraderRule.java index 57153e533f0a..221c28fa6ea9 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GraderRule.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/GraderRule.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id:$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/InitializableBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/InitializableBean.java index 8166b859bbf3..5738f772f750 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/InitializableBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/InitializableBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/MessagingBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/MessagingBean.java index c58529f1206f..83efae922b60 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/MessagingBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/MessagingBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/OverviewBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/OverviewBean.java index c9cf6b0c98b9..cd05bc2fc9a8 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/OverviewBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/OverviewBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/Paging.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/Paging.java index 128f779ab62b..aecdd46b5129 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/Paging.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/Paging.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/PreferencesBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/PreferencesBean.java index d55433b1ad75..e6f02692e254 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/PreferencesBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/PreferencesBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/RemoveAssignmentBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/RemoveAssignmentBean.java index 0fc6a8507af6..a06aaae66fc3 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/RemoveAssignmentBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/RemoveAssignmentBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/RoleFilter.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/RoleFilter.java index 7ab13628176b..8f0d2f40101a 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/RoleFilter.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/RoleFilter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/RosterBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/RosterBean.java index 24bb5ffa69df..5f626481804e 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/RosterBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/RosterBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/TestGradebookTool.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/TestGradebookTool.java index 1490a8221d80..416d6c8154b5 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/TestGradebookTool.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/TestGradebookTool.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/AssignmentCreator.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/AssignmentCreator.java index 71d10a89a87c..a91cf3d2c6d3 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/AssignmentCreator.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/AssignmentCreator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.beans; import org.sakaiproject.tool.gradebook.GradebookAssignment; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/AssignmentGradeRecordBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/AssignmentGradeRecordBean.java index 2bd76ef97a3b..214933012f1a 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/AssignmentGradeRecordBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/AssignmentGradeRecordBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.beans; import org.sakaiproject.service.gradebook.shared.GradebookService; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/AssignmentGradeRecordCreator.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/AssignmentGradeRecordCreator.java index 790febe9bc56..096088b9be0c 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/AssignmentGradeRecordCreator.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/AssignmentGradeRecordCreator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.beans; import org.sakaiproject.tool.gradebook.AssignmentGradeRecord; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/CommentCreator.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/CommentCreator.java index 089f8453f1b6..1925b7dccb41 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/CommentCreator.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/CommentCreator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.beans; import org.sakaiproject.tool.gradebook.Comment; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/GradebookItemBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/GradebookItemBean.java index f4e51ed93017..43587a23fd55 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/GradebookItemBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/GradebookItemBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.beans; import java.util.Map; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/locallogic/LocalPermissionLogic.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/locallogic/LocalPermissionLogic.java index 7e275d0c2a93..f82198af198e 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/locallogic/LocalPermissionLogic.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/beans/locallogic/LocalPermissionLogic.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.beans.locallogic; import org.sakaiproject.service.gradebook.shared.GradebookService; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradeAssignmentItem.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradeAssignmentItem.java index 688e372ea2e3..346c24fd1906 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradeAssignmentItem.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradeAssignmentItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.entity; import org.sakaiproject.service.gradebook.shared.Assignment; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradeAssignmentItemDetail.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradeAssignmentItemDetail.java index 1a3fb4d3b468..35a388fafb3f 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradeAssignmentItemDetail.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradeAssignmentItemDetail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.entity; import java.util.Date; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradeCourse.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradeCourse.java index bfeeb689aaab..d0fa27470538 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradeCourse.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradeCourse.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.entity; import java.util.ArrayList; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradebookEntityProvider.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradebookEntityProvider.java index 17b9065c89b9..88e2a985900f 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradebookEntityProvider.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/entity/GradebookEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.entity; import java.util.ArrayList; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/GradeGradebookItemViewParams.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/GradeGradebookItemViewParams.java index e6297e0ec2e7..60d915557bcd 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/GradeGradebookItemViewParams.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/GradeGradebookItemViewParams.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.params; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/GradebookItemViewParams.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/GradebookItemViewParams.java index 09e804223a68..62ed171a2a93 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/GradebookItemViewParams.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/GradebookItemViewParams.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.params; import java.util.Date; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/GradebookViewParamsInterceptor.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/GradebookViewParamsInterceptor.java index ecd7eccce690..36a4df7fdaee 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/GradebookViewParamsInterceptor.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/GradebookViewParamsInterceptor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.params; import org.sakaiproject.tool.gradebook.ui.helpers.producers.AuthorizationFailedProducer; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/HelperAwareViewParams.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/HelperAwareViewParams.java index a392300aa8d7..38d51b47acee 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/HelperAwareViewParams.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/params/HelperAwareViewParams.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.params; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/AuthorizationFailedProducer.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/AuthorizationFailedProducer.java index 145f9b0d93b3..2335ffa97bad 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/AuthorizationFailedProducer.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/AuthorizationFailedProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.producers; import uk.org.ponder.rsf.components.UIContainer; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/FinishedHelperProducer.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/FinishedHelperProducer.java index ca5983493d4b..287a8652ef4c 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/FinishedHelperProducer.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/FinishedHelperProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.producers; import uk.org.ponder.rsf.components.UIContainer; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/GradeGradebookItemProducer.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/GradeGradebookItemProducer.java index d0b4abc2c912..bf317f1197c7 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/GradeGradebookItemProducer.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/GradeGradebookItemProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.producers; import java.util.ArrayList; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/GradebookItemProducer.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/GradebookItemProducer.java index 392ab6b4f31d..d015d070c217 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/GradebookItemProducer.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/GradebookItemProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.producers; import java.util.Calendar; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/HelperAwareProducer.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/HelperAwareProducer.java index 7279e578c4dd..8ee8f20ba7d5 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/HelperAwareProducer.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/helpers/producers/HelperAwareProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.gradebook.ui.helpers.producers; diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/AuthnFilter.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/AuthnFilter.java index f9d78df8c53f..349bd97f09d0 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/AuthnFilter.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/AuthnFilter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/FrameworkManager.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/FrameworkManager.java index 56e08993236d..600ef612c484 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/FrameworkManager.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/FrameworkManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/FrameworkManagerSectionsImpl.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/FrameworkManagerSectionsImpl.java index 5199c445d776..d0b32c2df867 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/FrameworkManagerSectionsImpl.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/FrameworkManagerSectionsImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/SelectGradebookBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/SelectGradebookBean.java index 9ac5a09e8497..7ccec9be3e64 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/SelectGradebookBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/standalone/SelectGradebookBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/test/LoginAsBean.java b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/test/LoginAsBean.java index 0736c7e913ca..0576e20fa266 100644 --- a/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/test/LoginAsBean.java +++ b/gradebook/app/ui/src/java/org/sakaiproject/tool/gradebook/ui/test/LoginAsBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/GradebookNgApplication.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/GradebookNgApplication.java index 6433c2919da5..e860cfab9122 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/GradebookNgApplication.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/GradebookNgApplication.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng; import org.apache.wicket.core.request.handler.PageProvider; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/AssignmentGradeComparator.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/AssignmentGradeComparator.java index ac2cbb27ddb4..1431aabeb616 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/AssignmentGradeComparator.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/AssignmentGradeComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; import java.util.Comparator; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/CategorySubtotalComparator.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/CategorySubtotalComparator.java index 91185036a1aa..3d127c0dea59 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/CategorySubtotalComparator.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/CategorySubtotalComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; import java.util.Comparator; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/CourseGradeComparator.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/CourseGradeComparator.java index 59eb11d19d19..9e60c82e5a37 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/CourseGradeComparator.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/CourseGradeComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; import java.util.ArrayList; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/DoubleComparator.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/DoubleComparator.java index 86d4ecb0490c..72d1ce542381 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/DoubleComparator.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/DoubleComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/FirstNameComparator.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/FirstNameComparator.java index ea81953ad6a4..37ca0f019445 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/FirstNameComparator.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/FirstNameComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; import java.text.Collator; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GbCategoryType.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GbCategoryType.java index 67beada054ab..34ea4d2ac7e5 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GbCategoryType.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GbCategoryType.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; import java.util.HashMap; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GbPortalPermission.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GbPortalPermission.java index 1b8686b4e340..08435f6b4762 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GbPortalPermission.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GbPortalPermission.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; /** diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GbRole.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GbRole.java index 021144ea973c..e9eee3d9ac49 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GbRole.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GbRole.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; /** diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GradeSaveResponse.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GradeSaveResponse.java index f6a83d863d35..45c15daae4e5 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GradeSaveResponse.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GradeSaveResponse.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; public enum GradeSaveResponse { diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GradebookNgBusinessService.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GradebookNgBusinessService.java index 013b0cdab5e7..a35defa66349 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GradebookNgBusinessService.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/GradebookNgBusinessService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; import java.util.ArrayList; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/LastNameComparator.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/LastNameComparator.java index 716417db2f98..f5d54af2c760 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/LastNameComparator.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/LastNameComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; import java.text.Collator; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/LetterGradeComparator.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/LetterGradeComparator.java index c16996768661..509a9e247c14 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/LetterGradeComparator.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/LetterGradeComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/SortDirection.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/SortDirection.java index a6cd343f1a3e..cf8cdde8831b 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/SortDirection.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/SortDirection.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; /** diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/StudentNumberComparator.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/StudentNumberComparator.java index 2154d5dd6da5..a65ed092da26 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/StudentNumberComparator.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/StudentNumberComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; import java.util.Comparator; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbAccessDeniedException.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbAccessDeniedException.java index 05a18262c7d6..1b6215013cbf 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbAccessDeniedException.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbAccessDeniedException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.exception; /** diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbException.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbException.java index 181ac1f60ff9..0e1e73c1b340 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbException.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.exception; /** diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportCommentMissingItemException.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportCommentMissingItemException.java index c3dc462e8e48..ff19bd69a09f 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportCommentMissingItemException.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportCommentMissingItemException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.exception; /** diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportExportDuplicateColumnException.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportExportDuplicateColumnException.java index 8f6ffa607d8b..ec8a4d43b2ab 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportExportDuplicateColumnException.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportExportDuplicateColumnException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.exception; /** diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportExportInvalidColumnException.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportExportInvalidColumnException.java index f38b91ee06ec..f2dc1f8620e7 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportExportInvalidColumnException.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportExportInvalidColumnException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.exception; /** diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportExportInvalidFileTypeException.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportExportInvalidFileTypeException.java index 5a37eb728c24..9b0777e6e47f 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportExportInvalidFileTypeException.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/exception/GbImportExportInvalidFileTypeException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.exception; /** diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbAssignmentGradeSortOrder.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbAssignmentGradeSortOrder.java index 2dee54417b36..c9d355a43ee8 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbAssignmentGradeSortOrder.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbAssignmentGradeSortOrder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbCategoryAverageSortOrder.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbCategoryAverageSortOrder.java index 526c1672ab2b..ec5018cdcf8a 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbCategoryAverageSortOrder.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbCategoryAverageSortOrder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbCourseGrade.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbCourseGrade.java index 11eb8723a8cf..7620c1161859 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbCourseGrade.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbCourseGrade.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGradeCell.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGradeCell.java index f5f35caf61a4..01d0e0914aa6 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGradeCell.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGradeCell.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGradeInfo.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGradeInfo.java index 285837a26476..4ce1321575c1 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGradeInfo.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGradeInfo.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGradeLog.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGradeLog.java index 63cff93c9fd1..c9b195c1f97d 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGradeLog.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGradeLog.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGroup.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGroup.java index e905d5f85bf3..a13c42cf4fc7 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGroup.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbGroup.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbStudentGradeInfo.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbStudentGradeInfo.java index d49a34caf832..db3480d2922f 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbStudentGradeInfo.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbStudentGradeInfo.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbStudentNameSortOrder.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbStudentNameSortOrder.java index a37a31e9d6a0..08a16717d7e7 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbStudentNameSortOrder.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbStudentNameSortOrder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; /** diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbUser.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbUser.java index c3ac508e7552..74dfbf15fcb1 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbUser.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/GbUser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedCell.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedCell.java index bee8d92e0515..58f9e3b154c8 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedCell.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedCell.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedColumn.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedColumn.java index 0cdfef79ca47..db1d715ccafb 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedColumn.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedColumn.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedRow.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedRow.java index 8db0be17fb91..282b6d8e5c6c 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedRow.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedRow.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedSpreadsheetWrapper.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedSpreadsheetWrapper.java index fa5f71618687..d02576e9b389 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedSpreadsheetWrapper.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ImportedSpreadsheetWrapper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ProcessedGradeItem.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ProcessedGradeItem.java index d264dfd57707..847c00ce26c9 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ProcessedGradeItem.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ProcessedGradeItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ProcessedGradeItemDetail.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ProcessedGradeItemDetail.java index 5d5244d55aa6..d2311969ba35 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ProcessedGradeItemDetail.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/model/ProcessedGradeItemDetail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/CourseGradeFormatter.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/CourseGradeFormatter.java index 93ba751af4a7..ad2addf116c6 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/CourseGradeFormatter.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/CourseGradeFormatter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.util; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/FormatHelper.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/FormatHelper.java index 4cea8d559aa2..5a8cd8903c42 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/FormatHelper.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/FormatHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.util; import java.math.BigDecimal; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/GbStopWatch.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/GbStopWatch.java index ded523f36c94..00e45c2de4f9 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/GbStopWatch.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/GbStopWatch.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.util; import org.apache.commons.lang.time.StopWatch; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/ImportGradesHelper.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/ImportGradesHelper.java index beed7210cba2..db5f241ded3a 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/ImportGradesHelper.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/business/util/ImportGradesHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.util; import java.io.IOException; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/framework/GradebookNgContextObserver.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/framework/GradebookNgContextObserver.java index fb31a1e5849e..99f7b88b0036 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/framework/GradebookNgContextObserver.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/framework/GradebookNgContextObserver.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.framework; import lombok.extern.slf4j.Slf4j; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/framework/GradebookNgEntityProducer.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/framework/GradebookNgEntityProducer.java index e1a2d9b472a0..17ce62c15355 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/framework/GradebookNgEntityProducer.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/framework/GradebookNgEntityProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.framework; import java.util.Collection; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/framework/GradebookNgStringResourceLoader.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/framework/GradebookNgStringResourceLoader.java index fd2279d33044..62266f040de2 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/framework/GradebookNgStringResourceLoader.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/framework/GradebookNgStringResourceLoader.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.framework; import java.util.Locale; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/rest/GradebookNgEntityProvider.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/rest/GradebookNgEntityProvider.java index d6e385117f51..a2dacd364cb1 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/rest/GradebookNgEntityProvider.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/rest/GradebookNgEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.rest; import java.util.Date; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/Action.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/Action.java index 6e7af6a793bc..b8a946f2bcee 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/Action.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/Action.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ActionResponse.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ActionResponse.java index 625a3d952e27..7b3363165eec 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ActionResponse.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ActionResponse.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; public interface ActionResponse { diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ArgumentErrorResponse.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ArgumentErrorResponse.java index a68940b1368a..a8759bb4c04b 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ArgumentErrorResponse.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ArgumentErrorResponse.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.ObjectMapper; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/DeleteAssignmentAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/DeleteAssignmentAction.java index 3f4e2ed75359..4de051839cc8 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/DeleteAssignmentAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/DeleteAssignmentAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EditAssignmentAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EditAssignmentAction.java index 8eadec88ec11..fe41e4169c26 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EditAssignmentAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EditAssignmentAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EditCommentAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EditCommentAction.java index 2fdacf751cad..a5d5d4779802 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EditCommentAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EditCommentAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EditSettingsAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EditSettingsAction.java index 8af3e15c450b..fcdd04ba24de 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EditSettingsAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EditSettingsAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EmptyOkResponse.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EmptyOkResponse.java index 87cff551eacc..eef078ec4e6f 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EmptyOkResponse.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/EmptyOkResponse.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; class EmptyOkResponse implements ActionResponse { diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/GradeUpdateAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/GradeUpdateAction.java index 7d79da8984f1..618905b05064 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/GradeUpdateAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/GradeUpdateAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/InjectableAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/InjectableAction.java index 3ad449d63a87..c986209db7d5 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/InjectableAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/InjectableAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import org.apache.wicket.injection.Injector; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/MoveAssignmentAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/MoveAssignmentAction.java index 1e465fbc221b..8310d1208da7 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/MoveAssignmentAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/MoveAssignmentAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/MoveAssignmentLeftAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/MoveAssignmentLeftAction.java index b40568743280..7c997e367600 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/MoveAssignmentLeftAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/MoveAssignmentLeftAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/MoveAssignmentRightAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/MoveAssignmentRightAction.java index 8319b99251c9..59b0a9452fbd 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/MoveAssignmentRightAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/MoveAssignmentRightAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/OverrideCourseGradeAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/OverrideCourseGradeAction.java index e1b1abeb0697..157235c16294 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/OverrideCourseGradeAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/OverrideCourseGradeAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/SetScoreForUngradedAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/SetScoreForUngradedAction.java index 5b82f16a5ef9..78ac2b17d8d5 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/SetScoreForUngradedAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/SetScoreForUngradedAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/SetStudentNameOrderAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/SetStudentNameOrderAction.java index 6e2e040a0846..ffe20cc2a31a 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/SetStudentNameOrderAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/SetStudentNameOrderAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/SetZeroScoreAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/SetZeroScoreAction.java index 02542aeff229..2183a1df4218 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/SetZeroScoreAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/SetZeroScoreAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ToggleCourseGradePoints.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ToggleCourseGradePoints.java index a2de9d258fb0..7c75b54393e5 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ToggleCourseGradePoints.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ToggleCourseGradePoints.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewAssignmentStatisticsAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewAssignmentStatisticsAction.java index f5abaeb156af..41473341587d 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewAssignmentStatisticsAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewAssignmentStatisticsAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewCourseGradeLogAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewCourseGradeLogAction.java index 7635fc9a0026..be3f16357f52 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewCourseGradeLogAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewCourseGradeLogAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewGradeLogAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewGradeLogAction.java index eacb57bf0437..8bcd8d460235 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewGradeLogAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewGradeLogAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewGradeSummaryAction.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewGradeSummaryAction.java index 1ffd143b4ce8..865f552f9208 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewGradeSummaryAction.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/actions/ViewGradeSummaryAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.actions; import com.fasterxml.jackson.databind.JsonNode; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbAjaxButton.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbAjaxButton.java index 081be99c3822..bdc3d62400be 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbAjaxButton.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbAjaxButton.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.component; import org.apache.wicket.ajax.attributes.AjaxCallListener; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbAjaxLink.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbAjaxLink.java index 3daac2b5b692..9d2e277a4c20 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbAjaxLink.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbAjaxLink.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.component; import org.apache.wicket.ajax.AjaxChannel; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbFeedbackPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbFeedbackPanel.java index 043b93c6065f..64fb4166cb17 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbFeedbackPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbFeedbackPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.component; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbGradeTable.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbGradeTable.java index 4c3fa9b45d0f..1d7b9b13ee94 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbGradeTable.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbGradeTable.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.component; import java.io.IOException; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbStyle.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbStyle.java index cb225e68add2..fcc6fd5c3581 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbStyle.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbStyle.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.component; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbStyleableWebMarkupContainer.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbStyleableWebMarkupContainer.java index 6c4cffca0309..91efbf3f5148 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbStyleableWebMarkupContainer.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/GbStyleableWebMarkupContainer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.component; import java.util.ArrayList; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/JFreeChartImageWithToolTip.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/JFreeChartImageWithToolTip.java index e0b3c6a47ca8..a2742aacbd79 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/JFreeChartImageWithToolTip.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/component/JFreeChartImageWithToolTip.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.component; import java.io.ByteArrayOutputStream; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/AssignmentStudentGradeInfo.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/AssignmentStudentGradeInfo.java index f9997d821f31..455887c08b06 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/AssignmentStudentGradeInfo.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/AssignmentStudentGradeInfo.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbGradeTableData.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbGradeTableData.java index 17483aa6e1b4..b94614897561 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbGradeTableData.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbGradeTableData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.model; import java.util.HashMap; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbGradebookData.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbGradebookData.java index 0659b8721a50..e6fca1cf389e 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbGradebookData.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbGradebookData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.model; import lombok.Data; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbGradingSchemaEntry.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbGradingSchemaEntry.java index 64d7973efbfc..812a4af8baf7 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbGradingSchemaEntry.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbGradingSchemaEntry.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbModalWindow.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbModalWindow.java index de74dedbd256..f97bf092e976 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbModalWindow.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbModalWindow.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.model; import java.util.ArrayList; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbSettings.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbSettings.java index 8551c085d56d..0d5e0f8d5a85 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbSettings.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GbSettings.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GradebookUiSettings.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GradebookUiSettings.java index 4e840849a09f..f46517570cab 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GradebookUiSettings.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/GradebookUiSettings.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/ImportWizardModel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/ImportWizardModel.java index 26911a429ab8..6a700f6d9a29 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/ImportWizardModel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/ImportWizardModel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.model; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/ScoreChangedEvent.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/ScoreChangedEvent.java index ba30820c5e34..4150e6e21795 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/ScoreChangedEvent.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/model/ScoreChangedEvent.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.model; import org.apache.wicket.ajax.AjaxRequestTarget; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/AccessDeniedPage.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/AccessDeniedPage.java index 056596cc107f..22707b955c2d 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/AccessDeniedPage.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/AccessDeniedPage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.pages; import org.apache.wicket.markup.html.basic.Label; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/BasePage.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/BasePage.java index ad0e021af399..08373b2dc2e2 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/BasePage.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/BasePage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.pages; import java.util.Locale; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/ErrorPage.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/ErrorPage.java index 1e7774240edd..6085f8bdbaa6 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/ErrorPage.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/ErrorPage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.pages; import org.apache.commons.lang.RandomStringUtils; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/GradebookPage.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/GradebookPage.java index e115e1dca4c2..8611199e2a26 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/GradebookPage.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/GradebookPage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.pages; import org.apache.commons.lang.StringUtils; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/ImportExportPage.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/ImportExportPage.java index 661f96918dbf..1fb32e20cf90 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/ImportExportPage.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/ImportExportPage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.pages; import org.apache.wicket.markup.head.CssHeaderItem; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/PermissionsPage.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/PermissionsPage.java index 233a55cecd26..cb8607247c82 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/PermissionsPage.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/PermissionsPage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.pages; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/SettingsPage.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/SettingsPage.java index 331197f6c869..4e1e1c77f985 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/SettingsPage.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/SettingsPage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.pages; import java.math.BigDecimal; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/StudentPage.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/StudentPage.java index caede943a4c9..ae396ea518aa 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/StudentPage.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/pages/StudentPage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.pages; import java.util.HashMap; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/AddOrEditGradeItemPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/AddOrEditGradeItemPanel.java index d26709de848f..55218c4f5417 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/AddOrEditGradeItemPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/AddOrEditGradeItemPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.text.MessageFormat; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/AddOrEditGradeItemPanelContent.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/AddOrEditGradeItemPanelContent.java index 075f06131345..dbf99510627b 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/AddOrEditGradeItemPanelContent.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/AddOrEditGradeItemPanelContent.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.text.MessageFormat; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/AjaxBootstrapTabbedPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/AjaxBootstrapTabbedPanel.java index 6a2c9a432f04..2796ab88bec0 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/AjaxBootstrapTabbedPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/AjaxBootstrapTabbedPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.util.List; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/BasePanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/BasePanel.java index 6247b0a7fb8c..412b85d7200d 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/BasePanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/BasePanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import org.apache.wicket.RestartResponseException; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/CourseGradeOverrideLogPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/CourseGradeOverrideLogPanel.java index 0ea9267fb39e..03c7a1aea5b9 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/CourseGradeOverrideLogPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/CourseGradeOverrideLogPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.util.Collections; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/CourseGradeOverridePanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/CourseGradeOverridePanel.java index 2addb04103df..204316ec5f3f 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/CourseGradeOverridePanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/CourseGradeOverridePanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.text.NumberFormat; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/DeleteItemPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/DeleteItemPanel.java index d13c861b97ad..490d1e7bdc86 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/DeleteItemPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/DeleteItemPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.text.MessageFormat; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/EditGradeCommentPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/EditGradeCommentPanel.java index 2a67dd16d465..878fb8f957e2 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/EditGradeCommentPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/EditGradeCommentPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/GradeLogPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/GradeLogPanel.java index 5cab936c622e..8416f801fad1 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/GradeLogPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/GradeLogPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.util.List; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/GradeStatisticsPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/GradeStatisticsPanel.java index 65a2fd3b6d0b..b6740a8a3462 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/GradeStatisticsPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/GradeStatisticsPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.awt.Color; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/GradeSummaryTablePanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/GradeSummaryTablePanel.java index f2ea30751af3..9c485ca1e641 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/GradeSummaryTablePanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/GradeSummaryTablePanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.util.ArrayList; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/InstructorGradeSummaryGradesPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/InstructorGradeSummaryGradesPanel.java index 3f63f11230cb..ba92dcf14431 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/InstructorGradeSummaryGradesPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/InstructorGradeSummaryGradesPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.util.ArrayList; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsCategoryPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsCategoryPanel.java index 5f31e8d66ef5..c332d5d75fa5 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsCategoryPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsCategoryPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.math.BigDecimal; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsGradeEntryPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsGradeEntryPanel.java index 6a9518a8056e..62244cd9ac54 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsGradeEntryPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsGradeEntryPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import org.apache.wicket.AttributeModifier; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsGradeReleasePanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsGradeReleasePanel.java index 3480d0618e57..f789396f3e1e 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsGradeReleasePanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsGradeReleasePanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.util.ArrayList; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsGradingSchemaPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsGradingSchemaPanel.java index e4a39b579ed9..572336570573 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsGradingSchemaPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SettingsGradingSchemaPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.awt.Color; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SortGradeItemsByCategoryPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SortGradeItemsByCategoryPanel.java index 023b9657ff8b..68b419f2bea3 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SortGradeItemsByCategoryPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SortGradeItemsByCategoryPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import org.apache.wicket.AttributeModifier; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SortGradeItemsByGradeItemPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SortGradeItemsByGradeItemPanel.java index 63577531342b..2e0afab01909 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SortGradeItemsByGradeItemPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SortGradeItemsByGradeItemPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import org.apache.wicket.AttributeModifier; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SortGradeItemsPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SortGradeItemsPanel.java index 52dd4e25046b..113fcc3ce39e 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SortGradeItemsPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/SortGradeItemsPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import org.apache.wicket.ajax.AjaxRequestTarget; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/StudentGradeSummaryGradesPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/StudentGradeSummaryGradesPanel.java index 1d380b59addc..039773496aeb 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/StudentGradeSummaryGradesPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/StudentGradeSummaryGradesPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.util.ArrayList; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/StudentGradeSummaryPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/StudentGradeSummaryPanel.java index f0b2576ff80e..808a58440a53 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/StudentGradeSummaryPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/StudentGradeSummaryPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.util.ArrayList; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/ToggleGradeItemsToolbarPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/ToggleGradeItemsToolbarPanel.java index 7f8eaf445514..4cab94aa7960 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/ToggleGradeItemsToolbarPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/ToggleGradeItemsToolbarPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.util.ArrayList; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/UpdateUngradedItemsPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/UpdateUngradedItemsPanel.java index 58ef754e6b8e..2701eec21e0b 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/UpdateUngradedItemsPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/UpdateUngradedItemsPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.io.Serializable; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/ZeroUngradedItemsPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/ZeroUngradedItemsPanel.java index dbb1a2ebe40d..0f1205f1567c 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/ZeroUngradedItemsPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/ZeroUngradedItemsPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels; import java.util.List; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/CreateGradeItemStep.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/CreateGradeItemStep.java index d88891ad7c62..25a37e32e8d9 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/CreateGradeItemStep.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/CreateGradeItemStep.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels.importExport; import java.util.List; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/ExportPanel.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/ExportPanel.java index 78a512353f3d..09b39758fa79 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/ExportPanel.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/ExportPanel.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels.importExport; import java.io.File; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/GradeImportConfirmationStep.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/GradeImportConfirmationStep.java index d2a39eed6a1a..e2aeb2cfd27e 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/GradeImportConfirmationStep.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/GradeImportConfirmationStep.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels.importExport; import java.util.ArrayList; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/GradeImportUploadStep.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/GradeImportUploadStep.java index 6ba739f6086c..7a8c7653e80b 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/GradeImportUploadStep.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/GradeImportUploadStep.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels.importExport; import java.io.IOException; diff --git a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/GradeItemImportSelectionStep.java b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/GradeItemImportSelectionStep.java index 898391b75176..2f5bc77427fc 100644 --- a/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/GradeItemImportSelectionStep.java +++ b/gradebookng/tool/src/java/org/sakaiproject/gradebookng/tool/panels/importExport/GradeItemImportSelectionStep.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.tool.panels.importExport; import java.util.ArrayList; diff --git a/gradebookng/tool/src/test/org/sakaiproject/gradebookng/business/TestGradebookNgBusinessService.java b/gradebookng/tool/src/test/org/sakaiproject/gradebookng/business/TestGradebookNgBusinessService.java index 4aa5582ffa47..16ec038130c1 100644 --- a/gradebookng/tool/src/test/org/sakaiproject/gradebookng/business/TestGradebookNgBusinessService.java +++ b/gradebookng/tool/src/test/org/sakaiproject/gradebookng/business/TestGradebookNgBusinessService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business; import org.junit.Assert; diff --git a/gradebookng/tool/src/test/org/sakaiproject/gradebookng/business/util/TestImportGradesHelper.java b/gradebookng/tool/src/test/org/sakaiproject/gradebookng/business/util/TestImportGradesHelper.java index e59de1130e9b..5cb5709e4870 100644 --- a/gradebookng/tool/src/test/org/sakaiproject/gradebookng/business/util/TestImportGradesHelper.java +++ b/gradebookng/tool/src/test/org/sakaiproject/gradebookng/business/util/TestImportGradesHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.gradebookng.business.util; import java.io.InputStream; diff --git a/help/help-api/src/java/org/sakaiproject/api/app/help/TutorialEntityProvider.java b/help/help-api/src/java/org/sakaiproject/api/app/help/TutorialEntityProvider.java index 8e145630d6c9..33088417356a 100644 --- a/help/help-api/src/java/org/sakaiproject/api/app/help/TutorialEntityProvider.java +++ b/help/help-api/src/java/org/sakaiproject/api/app/help/TutorialEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.help; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/help/help-component/src/java/org/sakaiproject/component/app/help/TutorialEntityProviderImpl.java b/help/help-component/src/java/org/sakaiproject/component/app/help/TutorialEntityProviderImpl.java index 9df284fbe370..087fe1c39a0a 100644 --- a/help/help-component/src/java/org/sakaiproject/component/app/help/TutorialEntityProviderImpl.java +++ b/help/help-component/src/java/org/sakaiproject/component/app/help/TutorialEntityProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.help; import java.net.URL; diff --git a/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyNodeReader.java b/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyNodeReader.java index abdb2f6886df..257851353b63 100644 --- a/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyNodeReader.java +++ b/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyNodeReader.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyNodeWriter.java b/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyNodeWriter.java index 1cd3a2011aab..7429e48d7868 100644 --- a/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyNodeWriter.java +++ b/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyNodeWriter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyPermissions.java b/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyPermissions.java index 1249e1566519..b93b7c7af7e6 100644 --- a/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyPermissions.java +++ b/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyPermissions.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyProvider.java b/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyProvider.java index 7baeced172d5..f520745150e9 100644 --- a/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyProvider.java +++ b/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyService.java b/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyService.java index fe7ae07af948..ad6759e09a2d 100644 --- a/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyService.java +++ b/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyTokens.java b/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyTokens.java index 3b45e6289934..49c105dea9f7 100644 --- a/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyTokens.java +++ b/hierarchy/api/src/java/org/sakaiproject/hierarchy/HierarchyTokens.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/api/src/java/org/sakaiproject/hierarchy/dao/model/HierarchyNodeMetaData.java b/hierarchy/api/src/java/org/sakaiproject/hierarchy/dao/model/HierarchyNodeMetaData.java index 2027d1535208..261674173a77 100644 --- a/hierarchy/api/src/java/org/sakaiproject/hierarchy/dao/model/HierarchyNodeMetaData.java +++ b/hierarchy/api/src/java/org/sakaiproject/hierarchy/dao/model/HierarchyNodeMetaData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/api/src/java/org/sakaiproject/hierarchy/dao/model/HierarchyNodePermission.java b/hierarchy/api/src/java/org/sakaiproject/hierarchy/dao/model/HierarchyNodePermission.java index 06d00ee0fb86..124068a48b41 100644 --- a/hierarchy/api/src/java/org/sakaiproject/hierarchy/dao/model/HierarchyNodePermission.java +++ b/hierarchy/api/src/java/org/sakaiproject/hierarchy/dao/model/HierarchyNodePermission.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/api/src/java/org/sakaiproject/hierarchy/dao/model/HierarchyPersistentNode.java b/hierarchy/api/src/java/org/sakaiproject/hierarchy/dao/model/HierarchyPersistentNode.java index 6ccee846f709..b64581f15448 100644 --- a/hierarchy/api/src/java/org/sakaiproject/hierarchy/dao/model/HierarchyPersistentNode.java +++ b/hierarchy/api/src/java/org/sakaiproject/hierarchy/dao/model/HierarchyPersistentNode.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/api/src/java/org/sakaiproject/hierarchy/model/HierarchyNode.java b/hierarchy/api/src/java/org/sakaiproject/hierarchy/model/HierarchyNode.java index 86f1518d15be..92c83a524cf5 100644 --- a/hierarchy/api/src/java/org/sakaiproject/hierarchy/model/HierarchyNode.java +++ b/hierarchy/api/src/java/org/sakaiproject/hierarchy/model/HierarchyNode.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/api/src/java/org/sakaiproject/hierarchy/utils/HierarchyUtils.java b/hierarchy/api/src/java/org/sakaiproject/hierarchy/utils/HierarchyUtils.java index 15c05ff01b87..3eac3c3df7cc 100644 --- a/hierarchy/api/src/java/org/sakaiproject/hierarchy/utils/HierarchyUtils.java +++ b/hierarchy/api/src/java/org/sakaiproject/hierarchy/utils/HierarchyUtils.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/api/src/test/org/sakaiproject/hierarchy/test/HierarchyUtilsTest.java b/hierarchy/api/src/test/org/sakaiproject/hierarchy/test/HierarchyUtilsTest.java index c22188f00f1d..3df006277e0b 100644 --- a/hierarchy/api/src/test/org/sakaiproject/hierarchy/test/HierarchyUtilsTest.java +++ b/hierarchy/api/src/test/org/sakaiproject/hierarchy/test/HierarchyUtilsTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** * HierarchyUtilsTest.java - hierarchy - 2007 Sep 11, 2007 2:10:03 PM - azeckoski */ diff --git a/hierarchy/impl/src/java/org/sakaiproject/hierarchy/dao/HierarchyDao.java b/hierarchy/impl/src/java/org/sakaiproject/hierarchy/dao/HierarchyDao.java index 2b5f3a05e954..c6a703b970a6 100644 --- a/hierarchy/impl/src/java/org/sakaiproject/hierarchy/dao/HierarchyDao.java +++ b/hierarchy/impl/src/java/org/sakaiproject/hierarchy/dao/HierarchyDao.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/impl/src/java/org/sakaiproject/hierarchy/dao/HierarchyDaoImpl.java b/hierarchy/impl/src/java/org/sakaiproject/hierarchy/dao/HierarchyDaoImpl.java index 6e76cd51aeb3..f643d08c6ef7 100644 --- a/hierarchy/impl/src/java/org/sakaiproject/hierarchy/dao/HierarchyDaoImpl.java +++ b/hierarchy/impl/src/java/org/sakaiproject/hierarchy/dao/HierarchyDaoImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/impl/src/java/org/sakaiproject/hierarchy/dao/ResourceFinder.java b/hierarchy/impl/src/java/org/sakaiproject/hierarchy/dao/ResourceFinder.java index 7fca19e84f56..46ca36eb8b4a 100644 --- a/hierarchy/impl/src/java/org/sakaiproject/hierarchy/dao/ResourceFinder.java +++ b/hierarchy/impl/src/java/org/sakaiproject/hierarchy/dao/ResourceFinder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/impl/src/java/org/sakaiproject/hierarchy/impl/HierarchyServiceImpl.java b/hierarchy/impl/src/java/org/sakaiproject/hierarchy/impl/HierarchyServiceImpl.java index 55f13b328104..5473529bc849 100644 --- a/hierarchy/impl/src/java/org/sakaiproject/hierarchy/impl/HierarchyServiceImpl.java +++ b/hierarchy/impl/src/java/org/sakaiproject/hierarchy/impl/HierarchyServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/hierarchy/impl/src/java/org/sakaiproject/hierarchy/impl/utils/HierarchyImplUtils.java b/hierarchy/impl/src/java/org/sakaiproject/hierarchy/impl/utils/HierarchyImplUtils.java index acaa44a13d2b..22812c35c0b9 100644 --- a/hierarchy/impl/src/java/org/sakaiproject/hierarchy/impl/utils/HierarchyImplUtils.java +++ b/hierarchy/impl/src/java/org/sakaiproject/hierarchy/impl/utils/HierarchyImplUtils.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobBeanWrapper.java b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobBeanWrapper.java index e9a6d522af6c..0b7f91622e90 100644 --- a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobBeanWrapper.java +++ b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobBeanWrapper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL: https://source.sakaiproject.org/svn/jobscheduler/trunk/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/JobBeanWrapper.java $ * $Id: JobBeanWrapper.java 105077 2012-02-24 22:54:29Z ottenhoff@longsight.com $ diff --git a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobProperty.java b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobProperty.java index 1c43c0524d08..f8573ee5f88b 100644 --- a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobProperty.java +++ b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobProperty.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.scheduler; /** diff --git a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobPropertyValidationException.java b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobPropertyValidationException.java index e716c16ac3ce..01b23d408773 100644 --- a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobPropertyValidationException.java +++ b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobPropertyValidationException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.scheduler; /** diff --git a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobPropertyValidator.java b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobPropertyValidator.java index 4f2256309986..b16cfbcee875 100644 --- a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobPropertyValidator.java +++ b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ConfigurableJobPropertyValidator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.scheduler; /** diff --git a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/DefaultJobPropertyValidator.java b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/DefaultJobPropertyValidator.java index b338c6108a36..08f8e99ff12a 100644 --- a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/DefaultJobPropertyValidator.java +++ b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/DefaultJobPropertyValidator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL: https://source.sakaiproject.org/svn/jobscheduler/trunk/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/JobBeanWrapper.java $ * $Id: JobBeanWrapper.java 105077 2012-02-24 22:54:29Z ottenhoff@longsight.com $ diff --git a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/JobBeanWrapper.java b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/JobBeanWrapper.java index 9b4c92218403..b274e34bfb44 100755 --- a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/JobBeanWrapper.java +++ b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/JobBeanWrapper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ScheduledInvocationCommand.java b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ScheduledInvocationCommand.java index 14facfb622bb..79f05f685741 100644 --- a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ScheduledInvocationCommand.java +++ b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ScheduledInvocationCommand.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.scheduler; diff --git a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ScheduledInvocationManager.java b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ScheduledInvocationManager.java index 5c2deb8bc31a..6770d7e6b038 100644 --- a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ScheduledInvocationManager.java +++ b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/ScheduledInvocationManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.scheduler; import org.sakaiproject.time.api.Time; diff --git a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/events/TriggerEvent.java b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/events/TriggerEvent.java index fcc3837eea97..5ae16c683863 100644 --- a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/events/TriggerEvent.java +++ b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/events/TriggerEvent.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL: https://source.sakaiproject.org/svn/jobscheduler/trunk/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/JobBeanWrapper.java $ * $Id: JobBeanWrapper.java 105077 2012-02-24 22:54:29Z ottenhoff@longsight.com $ diff --git a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/events/TriggerEventManager.java b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/events/TriggerEventManager.java index 337a9a2d233d..c9f15883de1c 100644 --- a/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/events/TriggerEventManager.java +++ b/jobscheduler/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/events/TriggerEventManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL: https://source.sakaiproject.org/svn/jobscheduler/trunk/scheduler-api/src/java/org/sakaiproject/api/app/scheduler/JobBeanWrapper.java $ * $Id: JobBeanWrapper.java 105077 2012-02-24 22:54:29Z ottenhoff@longsight.com $ diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/AutowiredJobBeanWrapper.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/AutowiredJobBeanWrapper.java index 05c12d362819..a62604efa5f8 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/AutowiredJobBeanWrapper.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/AutowiredJobBeanWrapper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler; import org.quartz.Job; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/AutowiringSpringBeanJobFactory.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/AutowiringSpringBeanJobFactory.java index ada1b6036ae1..799a0751c40c 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/AutowiringSpringBeanJobFactory.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/AutowiringSpringBeanJobFactory.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler; import org.quartz.spi.TriggerFiredBundle; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/ConfigurableAutowiredJobBeanWrapper.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/ConfigurableAutowiredJobBeanWrapper.java index 96af1b0db637..1a3b45da7cbb 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/ConfigurableAutowiredJobBeanWrapper.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/ConfigurableAutowiredJobBeanWrapper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler; import org.quartz.Job; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/ContextMappingDAO.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/ContextMappingDAO.java index c343a07a883e..8a189e44dbbb 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/ContextMappingDAO.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/ContextMappingDAO.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler; import org.hibernate.Criteria; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/DelayedInvocationDAO.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/DelayedInvocationDAO.java index b4ee23836f43..b4501e01aef0 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/DelayedInvocationDAO.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/DelayedInvocationDAO.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler; import org.hibernate.SessionFactory; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/JobBeanWrapperRegistrar.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/JobBeanWrapperRegistrar.java index 91ba8d011bed..dac8da9f9183 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/JobBeanWrapperRegistrar.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/JobBeanWrapperRegistrar.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler; import org.sakaiproject.api.app.scheduler.JobBeanWrapper; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/NavigableEventLogListener.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/NavigableEventLogListener.java index 331773feba45..8638f1027a85 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/NavigableEventLogListener.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/NavigableEventLogListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler; import org.slf4j.Logger; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationManagerImpl.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationManagerImpl.java index 86e019c64bed..082b6e046146 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationManagerImpl.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationManagerImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler; import org.quartz.JobBuilder; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/events/TriggerEventManagerImpl.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/events/TriggerEventManagerImpl.java index 746b59e4b15f..6b4941976665 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/events/TriggerEventManagerImpl.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/events/TriggerEventManagerImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.events; import org.quartz.JobKey; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/events/hibernate/TriggerEventManagerHibernateImpl.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/events/hibernate/TriggerEventManagerHibernateImpl.java index eb4d4c43b4a8..53eeae5159ba 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/events/hibernate/TriggerEventManagerHibernateImpl.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/events/hibernate/TriggerEventManagerHibernateImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.events.hibernate; import java.util.Date; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/AbstractConfigurableJob.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/AbstractConfigurableJob.java index f07f22100a6c..eb4d35091c06 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/AbstractConfigurableJob.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/AbstractConfigurableJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.quartz.Job; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/AuthzGroupProviderSync.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/AuthzGroupProviderSync.java index 8fb6ed28df5d..108856266f10 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/AuthzGroupProviderSync.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/AuthzGroupProviderSync.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import java.util.Collections; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/ContentCheckJob.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/ContentCheckJob.java index 814a07c5a5e6..138ef707f2fe 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/ContentCheckJob.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/ContentCheckJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.apache.commons.collections.iterators.IteratorChain; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/LBCSSFolderHideJob.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/LBCSSFolderHideJob.java index 0b7219b118dc..e7b95ab3dbe9 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/LBCSSFolderHideJob.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/LBCSSFolderHideJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.apache.commons.logging.Log; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SakaiEventArchiveJob.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SakaiEventArchiveJob.java index 74cd1320523f..9fb767683b9c 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SakaiEventArchiveJob.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SakaiEventArchiveJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import java.sql.Connection; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/ScheduledInvocationJob.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/ScheduledInvocationJob.java index c1804504b965..84c2bfbb11eb 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/ScheduledInvocationJob.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/ScheduledInvocationJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.apache.commons.logging.Log; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SchedulerMigrationJob.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SchedulerMigrationJob.java index ad8fe36cfc0f..c50965786143 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SchedulerMigrationJob.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SchedulerMigrationJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.quartz.*; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SoftSiteDeletionJob.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SoftSiteDeletionJob.java index e4d427cf26b8..56fd1966eb73 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SoftSiteDeletionJob.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SoftSiteDeletionJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import java.util.Calendar; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringConfigurableJobBeanWrapper.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringConfigurableJobBeanWrapper.java index 2b8dfbdc0748..b846359b4205 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringConfigurableJobBeanWrapper.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringConfigurableJobBeanWrapper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.sakaiproject.api.app.scheduler.ConfigurableJobBeanWrapper; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringConfigurableJobProperty.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringConfigurableJobProperty.java index 011f45077215..90bbde31c4bf 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringConfigurableJobProperty.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringConfigurableJobProperty.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.sakaiproject.api.app.scheduler.ConfigurableJobProperty; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringInitialJobSchedule.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringInitialJobSchedule.java index b4fefbfedc1d..d7f5ddff550b 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringInitialJobSchedule.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringInitialJobSchedule.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import java.util.HashMap; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringJobBeanWrapper.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringJobBeanWrapper.java index 5ff8e5b8136e..8f374dbe000e 100755 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringJobBeanWrapper.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringJobBeanWrapper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringStatefulJobBeanWrapper.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringStatefulJobBeanWrapper.java index 8c0f3e854ec5..1c190b9a7960 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringStatefulJobBeanWrapper.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/SpringStatefulJobBeanWrapper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.quartz.Job; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/ValidateScheduledInvocations.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/ValidateScheduledInvocations.java index a3d79c18fb71..0af2900d0e09 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/ValidateScheduledInvocations.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/ValidateScheduledInvocations.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.apache.commons.lang.StringUtils; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/autoimport/GetArchivesJob.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/autoimport/GetArchivesJob.java index 46def84ae5d7..88d042c73c75 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/autoimport/GetArchivesJob.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/autoimport/GetArchivesJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs.autoimport; import org.quartz.Job; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/autoimport/ImportJob.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/autoimport/ImportJob.java index 8775402f57b4..a9e394b72a64 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/autoimport/ImportJob.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/autoimport/ImportJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs.autoimport; import org.quartz.Job; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/backfillrole/BackFillRoleJob.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/backfillrole/BackFillRoleJob.java index 3e64958a1834..5e0e5eaf245a 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/backfillrole/BackFillRoleJob.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/backfillrole/BackFillRoleJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs.backfillrole; import org.quartz.*; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/backfilltool/BackFillToolJob.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/backfilltool/BackFillToolJob.java index 2ea6eb8dd8ac..9aa5dcf22c55 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/backfilltool/BackFillToolJob.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/backfilltool/BackFillToolJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs.backfilltool; import org.quartz.*; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/eventpurge/EventLogPurgeJob.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/eventpurge/EventLogPurgeJob.java index 3b2eff192bba..551020afcfb5 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/eventpurge/EventLogPurgeJob.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/eventpurge/EventLogPurgeJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs.eventpurge; import org.quartz.JobExecutionException; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/eventpurge/EventPurgeConfigurationValidator.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/eventpurge/EventPurgeConfigurationValidator.java index 2759bc49b5dc..e293bcf42d49 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/eventpurge/EventPurgeConfigurationValidator.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/eventpurge/EventPurgeConfigurationValidator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs.eventpurge; import org.sakaiproject.api.app.scheduler.ConfigurableJobPropertyValidationException; diff --git a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/logmessage/LogMessageJob.java b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/logmessage/LogMessageJob.java index 09cda4f6e1f6..faccc36b0cd1 100644 --- a/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/logmessage/LogMessageJob.java +++ b/jobscheduler/scheduler-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/logmessage/LogMessageJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs.logmessage; import org.slf4j.Logger; diff --git a/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/ContextMappingConfiguration.java b/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/ContextMappingConfiguration.java index 9f9ab60b94c9..174e46225a04 100644 --- a/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/ContextMappingConfiguration.java +++ b/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/ContextMappingConfiguration.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler; import java.util.Properties; diff --git a/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/ContextMappingDAOTest.java b/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/ContextMappingDAOTest.java index eced35933999..67a0021adc5a 100644 --- a/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/ContextMappingDAOTest.java +++ b/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/ContextMappingDAOTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler; import org.hibernate.NonUniqueObjectException; diff --git a/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationTest.java b/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationTest.java index 3e43afa86665..aa3783b091a9 100644 --- a/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationTest.java +++ b/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler; import org.junit.After; diff --git a/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/events/hibernate/TestTriggerEventManagerHibernateImpl.java b/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/events/hibernate/TestTriggerEventManagerHibernateImpl.java index 6729bbf80c8b..53a960bef31f 100644 --- a/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/events/hibernate/TestTriggerEventManagerHibernateImpl.java +++ b/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/events/hibernate/TestTriggerEventManagerHibernateImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.events.hibernate; import java.util.Calendar; diff --git a/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/jobs/TestBeanJob.java b/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/jobs/TestBeanJob.java index d150094e60ec..c01ae1f5b34a 100755 --- a/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/jobs/TestBeanJob.java +++ b/jobscheduler/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/jobs/TestBeanJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/ContextMapping.java b/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/ContextMapping.java index b938ab87597d..074caab0a694 100644 --- a/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/ContextMapping.java +++ b/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/ContextMapping.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.scheduler.events.hibernate; import lombok.EqualsAndHashCode; diff --git a/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/DelayedInvocation.java b/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/DelayedInvocation.java index ea6e4e49274d..c6ccb13105d6 100644 --- a/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/DelayedInvocation.java +++ b/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/DelayedInvocation.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.scheduler.events.hibernate; import javax.persistence.Column; diff --git a/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/TriggerEventEnumUserType.java b/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/TriggerEventEnumUserType.java index cea79c039237..c478069d0b66 100644 --- a/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/TriggerEventEnumUserType.java +++ b/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/TriggerEventEnumUserType.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.scheduler.events.hibernate; import org.sakaiproject.api.app.scheduler.events.TriggerEvent; diff --git a/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/TriggerEventHibernateImpl.java b/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/TriggerEventHibernateImpl.java index 6decb2bce0db..0c089d7e0fc6 100644 --- a/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/TriggerEventHibernateImpl.java +++ b/jobscheduler/scheduler-events-model/src/java/org/sakaiproject/scheduler/events/hibernate/TriggerEventHibernateImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.scheduler.events.hibernate; import java.util.Date; diff --git a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationTestCommand.java b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationTestCommand.java index d1649db14ff7..d568d87fb442 100644 --- a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationTestCommand.java +++ b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationTestCommand.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler; import org.slf4j.Logger; diff --git a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationTestJob.java b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationTestJob.java index b427b9127b4e..4c4fac2f0e48 100644 --- a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationTestJob.java +++ b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/ScheduledInvocationTestJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler; import org.slf4j.Logger; diff --git a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/AutowiredTestJob.java b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/AutowiredTestJob.java index 421a8dfec222..1113ab1148a7 100644 --- a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/AutowiredTestJob.java +++ b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/AutowiredTestJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.quartz.Job; diff --git a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestBeanJob.java b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestBeanJob.java index 95bb28c4b031..17e511b76379 100644 --- a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestBeanJob.java +++ b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestBeanJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL: https://source.sakaiproject.org/svn/jobscheduler/trunk/scheduler-component-shared/src/test/java/org/sakaiproject/component/app/scheduler/jobs/TestBeanJob.java $ * $Id: TestBeanJob.java 83923 2010-10-29 17:07:57Z duffy@rsmart.com $ diff --git a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestConfigurableJob.java b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestConfigurableJob.java index 61d88d739753..7547fb267c2f 100644 --- a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestConfigurableJob.java +++ b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestConfigurableJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.slf4j.Logger; diff --git a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestConfigurableJobPropertyValidator.java b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestConfigurableJobPropertyValidator.java index 0a9d95b141d5..644eb2db5c08 100644 --- a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestConfigurableJobPropertyValidator.java +++ b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestConfigurableJobPropertyValidator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.sakaiproject.api.app.scheduler.ConfigurableJobPropertyValidationException; diff --git a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestEventGeneratorJob.java b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestEventGeneratorJob.java index 294fa7aad656..66edfd83141a 100644 --- a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestEventGeneratorJob.java +++ b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestEventGeneratorJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.slf4j.Logger; diff --git a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestEventGeneratorJobPropertyValidator.java b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestEventGeneratorJobPropertyValidator.java index ad828e9e2e29..c177d10f4da8 100644 --- a/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestEventGeneratorJobPropertyValidator.java +++ b/jobscheduler/scheduler-test-component-shared/src/java/org/sakaiproject/component/app/scheduler/jobs/TestEventGeneratorJobPropertyValidator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.scheduler.jobs; import org.sakaiproject.api.app.scheduler.ConfigurableJobPropertyValidationException; diff --git a/jobscheduler/scheduler-tool/src/java/org/sakaiproject/tool/app/scheduler/ConfigurablePropertyWrapper.java b/jobscheduler/scheduler-tool/src/java/org/sakaiproject/tool/app/scheduler/ConfigurablePropertyWrapper.java index 0ed1c1fcd651..4c8126201ee9 100644 --- a/jobscheduler/scheduler-tool/src/java/org/sakaiproject/tool/app/scheduler/ConfigurablePropertyWrapper.java +++ b/jobscheduler/scheduler-tool/src/java/org/sakaiproject/tool/app/scheduler/ConfigurablePropertyWrapper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.app.scheduler; import org.sakaiproject.api.app.scheduler.ConfigurableJobProperty; diff --git a/jobscheduler/scheduler-tool/src/java/org/sakaiproject/tool/app/scheduler/EventPager.java b/jobscheduler/scheduler-tool/src/java/org/sakaiproject/tool/app/scheduler/EventPager.java index e49cb180974a..9f3a848295df 100644 --- a/jobscheduler/scheduler-tool/src/java/org/sakaiproject/tool/app/scheduler/EventPager.java +++ b/jobscheduler/scheduler-tool/src/java/org/sakaiproject/tool/app/scheduler/EventPager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.app.scheduler; import org.sakaiproject.api.app.scheduler.events.TriggerEvent; diff --git a/jobscheduler/scheduler-tool/src/java/org/sakaiproject/tool/app/scheduler/JobExecutionContextWrapperBean.java b/jobscheduler/scheduler-tool/src/java/org/sakaiproject/tool/app/scheduler/JobExecutionContextWrapperBean.java index 7da79a9eaa1f..9cec60a6837b 100644 --- a/jobscheduler/scheduler-tool/src/java/org/sakaiproject/tool/app/scheduler/JobExecutionContextWrapperBean.java +++ b/jobscheduler/scheduler-tool/src/java/org/sakaiproject/tool/app/scheduler/JobExecutionContextWrapperBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.app.scheduler; import javax.faces.application.FacesMessage; diff --git a/kernel/api/src/main/java/org/sakaiproject/authz/api/RoleProvider.java b/kernel/api/src/main/java/org/sakaiproject/authz/api/RoleProvider.java index ca5da031add7..e5bde952449c 100644 --- a/kernel/api/src/main/java/org/sakaiproject/authz/api/RoleProvider.java +++ b/kernel/api/src/main/java/org/sakaiproject/authz/api/RoleProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.authz.api; import java.util.Collection; diff --git a/kernel/api/src/main/java/org/sakaiproject/cluster/api/ClusterNode.java b/kernel/api/src/main/java/org/sakaiproject/cluster/api/ClusterNode.java index ea308dc325fc..b7b0e94a0b23 100644 --- a/kernel/api/src/main/java/org/sakaiproject/cluster/api/ClusterNode.java +++ b/kernel/api/src/main/java/org/sakaiproject/cluster/api/ClusterNode.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cluster.api; import java.util.Date; diff --git a/kernel/api/src/main/java/org/sakaiproject/content/api/ContentChangeHandler.java b/kernel/api/src/main/java/org/sakaiproject/content/api/ContentChangeHandler.java index 59d64d5adab0..0b6027a2bec1 100644 --- a/kernel/api/src/main/java/org/sakaiproject/content/api/ContentChangeHandler.java +++ b/kernel/api/src/main/java/org/sakaiproject/content/api/ContentChangeHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/content/api/ContentChangeHandlerImpl.java b/kernel/api/src/main/java/org/sakaiproject/content/api/ContentChangeHandlerImpl.java index bc14ba7cfc90..33b7ddf2742b 100644 --- a/kernel/api/src/main/java/org/sakaiproject/content/api/ContentChangeHandlerImpl.java +++ b/kernel/api/src/main/java/org/sakaiproject/content/api/ContentChangeHandlerImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.api; public class ContentChangeHandlerImpl implements ContentChangeHandler { diff --git a/kernel/api/src/main/java/org/sakaiproject/content/api/ContentFilterService.java b/kernel/api/src/main/java/org/sakaiproject/content/api/ContentFilterService.java index 60c505fc8aad..742681ff3d45 100644 --- a/kernel/api/src/main/java/org/sakaiproject/content/api/ContentFilterService.java +++ b/kernel/api/src/main/java/org/sakaiproject/content/api/ContentFilterService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/content/api/ContentHostingHandler.java b/kernel/api/src/main/java/org/sakaiproject/content/api/ContentHostingHandler.java index 23be22bf4c06..5b5182d56149 100644 --- a/kernel/api/src/main/java/org/sakaiproject/content/api/ContentHostingHandler.java +++ b/kernel/api/src/main/java/org/sakaiproject/content/api/ContentHostingHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/kernel/api/src/main/java/org/sakaiproject/content/api/ContentHostingHandlerResolver.java b/kernel/api/src/main/java/org/sakaiproject/content/api/ContentHostingHandlerResolver.java index 44561c9c1bdc..1e7756e9537a 100644 --- a/kernel/api/src/main/java/org/sakaiproject/content/api/ContentHostingHandlerResolver.java +++ b/kernel/api/src/main/java/org/sakaiproject/content/api/ContentHostingHandlerResolver.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/kernel/api/src/main/java/org/sakaiproject/content/api/FileSystemHandler.java b/kernel/api/src/main/java/org/sakaiproject/content/api/FileSystemHandler.java index b8840f5cccff..c0793737e685 100644 --- a/kernel/api/src/main/java/org/sakaiproject/content/api/FileSystemHandler.java +++ b/kernel/api/src/main/java/org/sakaiproject/content/api/FileSystemHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.api; import java.io.IOException; diff --git a/kernel/api/src/main/java/org/sakaiproject/email/api/CharacterSet.java b/kernel/api/src/main/java/org/sakaiproject/email/api/CharacterSet.java index 442f1de93245..4b7f0f7cd236 100644 --- a/kernel/api/src/main/java/org/sakaiproject/email/api/CharacterSet.java +++ b/kernel/api/src/main/java/org/sakaiproject/email/api/CharacterSet.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.email.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/email/api/ContentType.java b/kernel/api/src/main/java/org/sakaiproject/email/api/ContentType.java index 714cfc8b11a2..e4e6bff831de 100644 --- a/kernel/api/src/main/java/org/sakaiproject/email/api/ContentType.java +++ b/kernel/api/src/main/java/org/sakaiproject/email/api/ContentType.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.email.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/email/api/EmailHeaders.java b/kernel/api/src/main/java/org/sakaiproject/email/api/EmailHeaders.java index 33fa88db50b2..9b223bf49f63 100644 --- a/kernel/api/src/main/java/org/sakaiproject/email/api/EmailHeaders.java +++ b/kernel/api/src/main/java/org/sakaiproject/email/api/EmailHeaders.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.email.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/email/api/MultipartType.java b/kernel/api/src/main/java/org/sakaiproject/email/api/MultipartType.java index d9cf2b2f67be..4683ed380ec0 100644 --- a/kernel/api/src/main/java/org/sakaiproject/email/api/MultipartType.java +++ b/kernel/api/src/main/java/org/sakaiproject/email/api/MultipartType.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.email.api; public interface MultipartType diff --git a/kernel/api/src/main/java/org/sakaiproject/email/api/PlainTextFormat.java b/kernel/api/src/main/java/org/sakaiproject/email/api/PlainTextFormat.java index 4a8303695eb6..26da5d23b52c 100644 --- a/kernel/api/src/main/java/org/sakaiproject/email/api/PlainTextFormat.java +++ b/kernel/api/src/main/java/org/sakaiproject/email/api/PlainTextFormat.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.email.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/email/api/RecipientType.java b/kernel/api/src/main/java/org/sakaiproject/email/api/RecipientType.java index 3badfe8e858f..864f76666337 100644 --- a/kernel/api/src/main/java/org/sakaiproject/email/api/RecipientType.java +++ b/kernel/api/src/main/java/org/sakaiproject/email/api/RecipientType.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.email.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/entity/api/ContentExistsAware.java b/kernel/api/src/main/java/org/sakaiproject/entity/api/ContentExistsAware.java index f650d54fae30..719291a48477 100644 --- a/kernel/api/src/main/java/org/sakaiproject/entity/api/ContentExistsAware.java +++ b/kernel/api/src/main/java/org/sakaiproject/entity/api/ContentExistsAware.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.entity.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/entity/api/EntitySummary.java b/kernel/api/src/main/java/org/sakaiproject/entity/api/EntitySummary.java index 03587c99e6f6..3a779e48cc17 100644 --- a/kernel/api/src/main/java/org/sakaiproject/entity/api/EntitySummary.java +++ b/kernel/api/src/main/java/org/sakaiproject/entity/api/EntitySummary.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/kernel/api/src/main/java/org/sakaiproject/entity/api/EntityTransferrerRefMigrator.java b/kernel/api/src/main/java/org/sakaiproject/entity/api/EntityTransferrerRefMigrator.java index 98b91e513929..f2d777566244 100644 --- a/kernel/api/src/main/java/org/sakaiproject/entity/api/EntityTransferrerRefMigrator.java +++ b/kernel/api/src/main/java/org/sakaiproject/entity/api/EntityTransferrerRefMigrator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.entity.api; import java.util.List; diff --git a/kernel/api/src/main/java/org/sakaiproject/entity/api/HardDeleteAware.java b/kernel/api/src/main/java/org/sakaiproject/entity/api/HardDeleteAware.java index ff1a59c41afd..0cf739344393 100644 --- a/kernel/api/src/main/java/org/sakaiproject/entity/api/HardDeleteAware.java +++ b/kernel/api/src/main/java/org/sakaiproject/entity/api/HardDeleteAware.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.entity.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/site/api/AllowedJoinableAccount.java b/kernel/api/src/main/java/org/sakaiproject/site/api/AllowedJoinableAccount.java index b7b051b9dce4..3cdd4d74ac25 100644 --- a/kernel/api/src/main/java/org/sakaiproject/site/api/AllowedJoinableAccount.java +++ b/kernel/api/src/main/java/org/sakaiproject/site/api/AllowedJoinableAccount.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/site/api/SiteRemovalAdvisor.java b/kernel/api/src/main/java/org/sakaiproject/site/api/SiteRemovalAdvisor.java index 7999cf09b230..4d29afbe57c3 100644 --- a/kernel/api/src/main/java/org/sakaiproject/site/api/SiteRemovalAdvisor.java +++ b/kernel/api/src/main/java/org/sakaiproject/site/api/SiteRemovalAdvisor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/tool/api/ClosingException.java b/kernel/api/src/main/java/org/sakaiproject/tool/api/ClosingException.java index 489bfda3edc7..e015c65c36d9 100644 --- a/kernel/api/src/main/java/org/sakaiproject/tool/api/ClosingException.java +++ b/kernel/api/src/main/java/org/sakaiproject/tool/api/ClosingException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/tool/api/SessionAttributeListener.java b/kernel/api/src/main/java/org/sakaiproject/tool/api/SessionAttributeListener.java index cf49d39f6057..2cdd0f7df5de 100644 --- a/kernel/api/src/main/java/org/sakaiproject/tool/api/SessionAttributeListener.java +++ b/kernel/api/src/main/java/org/sakaiproject/tool/api/SessionAttributeListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.api; public interface SessionAttributeListener { diff --git a/kernel/api/src/main/java/org/sakaiproject/user/api/AuthenticatedUserProvider.java b/kernel/api/src/main/java/org/sakaiproject/user/api/AuthenticatedUserProvider.java index a1c960617cd1..08b2d09fc729 100644 --- a/kernel/api/src/main/java/org/sakaiproject/user/api/AuthenticatedUserProvider.java +++ b/kernel/api/src/main/java/org/sakaiproject/user/api/AuthenticatedUserProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/api/src/main/java/org/sakaiproject/user/api/AuthenticationIdUDP.java b/kernel/api/src/main/java/org/sakaiproject/user/api/AuthenticationIdUDP.java index 338aa8264fff..438879cb758b 100644 --- a/kernel/api/src/main/java/org/sakaiproject/user/api/AuthenticationIdUDP.java +++ b/kernel/api/src/main/java/org/sakaiproject/user/api/AuthenticationIdUDP.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/user/api/AuthenticationMissingException.java b/kernel/api/src/main/java/org/sakaiproject/user/api/AuthenticationMissingException.java index 862b03ad4f16..61afb9f0ce3a 100644 --- a/kernel/api/src/main/java/org/sakaiproject/user/api/AuthenticationMissingException.java +++ b/kernel/api/src/main/java/org/sakaiproject/user/api/AuthenticationMissingException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.api; /** diff --git a/kernel/api/src/main/java/org/sakaiproject/user/api/CandidateDetailProvider.java b/kernel/api/src/main/java/org/sakaiproject/user/api/CandidateDetailProvider.java index 50c4ffc53c1b..d23089f858ac 100644 --- a/kernel/api/src/main/java/org/sakaiproject/user/api/CandidateDetailProvider.java +++ b/kernel/api/src/main/java/org/sakaiproject/user/api/CandidateDetailProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.api; import org.sakaiproject.site.api.Site; diff --git a/kernel/api/src/main/java/org/sakaiproject/user/api/ContextualUserDisplayService.java b/kernel/api/src/main/java/org/sakaiproject/user/api/ContextualUserDisplayService.java index 31f22ca12fd1..a244cc13c877 100644 --- a/kernel/api/src/main/java/org/sakaiproject/user/api/ContextualUserDisplayService.java +++ b/kernel/api/src/main/java/org/sakaiproject/user/api/ContextualUserDisplayService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/api/src/main/java/org/sakaiproject/user/api/ExternalUserSearchUDP.java b/kernel/api/src/main/java/org/sakaiproject/user/api/ExternalUserSearchUDP.java index f42e21b4f1e2..b61dedc0b706 100644 --- a/kernel/api/src/main/java/org/sakaiproject/user/api/ExternalUserSearchUDP.java +++ b/kernel/api/src/main/java/org/sakaiproject/user/api/ExternalUserSearchUDP.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.api; import java.util.List; diff --git a/kernel/api/src/main/java/org/sakaiproject/util/LinkMigrationHelper.java b/kernel/api/src/main/java/org/sakaiproject/util/LinkMigrationHelper.java index e69de29bb2d1..66a8470278a5 100644 --- a/kernel/api/src/main/java/org/sakaiproject/util/LinkMigrationHelper.java +++ b/kernel/api/src/main/java/org/sakaiproject/util/LinkMigrationHelper.java @@ -0,0 +1,15 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/kernel/api/src/main/java/org/sakaiproject/util/api/LinkMigrationHelper.java b/kernel/api/src/main/java/org/sakaiproject/util/api/LinkMigrationHelper.java index aeebddf2c93c..c3f124b981b2 100644 --- a/kernel/api/src/main/java/org/sakaiproject/util/api/LinkMigrationHelper.java +++ b/kernel/api/src/main/java/org/sakaiproject/util/api/LinkMigrationHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util.api; import java.util.Map.Entry; diff --git a/kernel/api/src/main/java/org/sakaiproject/util/cover/LinkMigrationHelper.java b/kernel/api/src/main/java/org/sakaiproject/util/cover/LinkMigrationHelper.java index c72df93c753b..77d21cc25ee5 100644 --- a/kernel/api/src/main/java/org/sakaiproject/util/cover/LinkMigrationHelper.java +++ b/kernel/api/src/main/java/org/sakaiproject/util/cover/LinkMigrationHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util.cover; import java.util.Iterator; diff --git a/kernel/api/src/main/java/org/sakaiproject/webapp/api/WebappResourceManager.java b/kernel/api/src/main/java/org/sakaiproject/webapp/api/WebappResourceManager.java index 4b1e3cba78ac..f3a485731c28 100644 --- a/kernel/api/src/main/java/org/sakaiproject/webapp/api/WebappResourceManager.java +++ b/kernel/api/src/main/java/org/sakaiproject/webapp/api/WebappResourceManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.webapp.api; import org.springframework.web.context.WebApplicationContext; diff --git a/kernel/api/src/test/java/org/sakaiproject/exception/PermissionExceptionTest.java b/kernel/api/src/test/java/org/sakaiproject/exception/PermissionExceptionTest.java index 32701877d5e6..39dbabf1b48c 100644 --- a/kernel/api/src/test/java/org/sakaiproject/exception/PermissionExceptionTest.java +++ b/kernel/api/src/test/java/org/sakaiproject/exception/PermissionExceptionTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.exception; import static org.junit.Assert.*; diff --git a/kernel/api/src/test/java/org/sakaiproject/util/RequestFilterTest.java b/kernel/api/src/test/java/org/sakaiproject/util/RequestFilterTest.java index eabb0f752c0d..4dcadc6b67aa 100644 --- a/kernel/api/src/test/java/org/sakaiproject/util/RequestFilterTest.java +++ b/kernel/api/src/test/java/org/sakaiproject/util/RequestFilterTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import org.junit.Before; diff --git a/kernel/component-manager/src/main/java/org/sakaiproject/component/impl/DynamicDefaultSakaiProperties.java b/kernel/component-manager/src/main/java/org/sakaiproject/component/impl/DynamicDefaultSakaiProperties.java index 752f5b5f3ca9..e4ce68f26907 100644 --- a/kernel/component-manager/src/main/java/org/sakaiproject/component/impl/DynamicDefaultSakaiProperties.java +++ b/kernel/component-manager/src/main/java/org/sakaiproject/component/impl/DynamicDefaultSakaiProperties.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/component-manager/src/main/java/org/sakaiproject/util/BeanFactoryPostProcessorCreator.java b/kernel/component-manager/src/main/java/org/sakaiproject/util/BeanFactoryPostProcessorCreator.java index 9ea6fddf6650..8780e3c2ade7 100644 --- a/kernel/component-manager/src/main/java/org/sakaiproject/util/BeanFactoryPostProcessorCreator.java +++ b/kernel/component-manager/src/main/java/org/sakaiproject/util/BeanFactoryPostProcessorCreator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/component-manager/src/main/java/org/sakaiproject/util/ReversiblePropertyOverrideConfigurer.java b/kernel/component-manager/src/main/java/org/sakaiproject/util/ReversiblePropertyOverrideConfigurer.java index ac780b96175b..abf4da256b19 100644 --- a/kernel/component-manager/src/main/java/org/sakaiproject/util/ReversiblePropertyOverrideConfigurer.java +++ b/kernel/component-manager/src/main/java/org/sakaiproject/util/ReversiblePropertyOverrideConfigurer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/component-manager/src/main/java/org/sakaiproject/util/SakaiApplicationContext.java b/kernel/component-manager/src/main/java/org/sakaiproject/util/SakaiApplicationContext.java index a62845edb8ea..1b032864dbc0 100644 --- a/kernel/component-manager/src/main/java/org/sakaiproject/util/SakaiApplicationContext.java +++ b/kernel/component-manager/src/main/java/org/sakaiproject/util/SakaiApplicationContext.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/component-manager/src/main/java/org/sakaiproject/util/SakaiComponentEvent.java b/kernel/component-manager/src/main/java/org/sakaiproject/util/SakaiComponentEvent.java index 05fcf5bc6093..3e7772bf31df 100644 --- a/kernel/component-manager/src/main/java/org/sakaiproject/util/SakaiComponentEvent.java +++ b/kernel/component-manager/src/main/java/org/sakaiproject/util/SakaiComponentEvent.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import org.springframework.context.ApplicationEvent; diff --git a/kernel/component-manager/src/main/java/org/sakaiproject/util/SakaiPropertyPromoter.java b/kernel/component-manager/src/main/java/org/sakaiproject/util/SakaiPropertyPromoter.java index 997e73ea8c22..a2652d964d09 100644 --- a/kernel/component-manager/src/main/java/org/sakaiproject/util/SakaiPropertyPromoter.java +++ b/kernel/component-manager/src/main/java/org/sakaiproject/util/SakaiPropertyPromoter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/component-manager/src/main/java/org/sakaiproject/util/TerracottaClassLoader.java b/kernel/component-manager/src/main/java/org/sakaiproject/util/TerracottaClassLoader.java index 0c50c7effa4d..1c7880ddeded 100644 --- a/kernel/component-manager/src/main/java/org/sakaiproject/util/TerracottaClassLoader.java +++ b/kernel/component-manager/src/main/java/org/sakaiproject/util/TerracottaClassLoader.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import java.lang.reflect.Method; diff --git a/kernel/component-manager/src/test/java/org/sakaiproject/util/Compiler.java b/kernel/component-manager/src/test/java/org/sakaiproject/util/Compiler.java index 60c809c8db51..110457401e20 100644 --- a/kernel/component-manager/src/test/java/org/sakaiproject/util/Compiler.java +++ b/kernel/component-manager/src/test/java/org/sakaiproject/util/Compiler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import java.io.File; diff --git a/kernel/component-manager/src/test/java/org/sakaiproject/util/Component.java b/kernel/component-manager/src/test/java/org/sakaiproject/util/Component.java index de7726a590ea..130c9e9149ab 100644 --- a/kernel/component-manager/src/test/java/org/sakaiproject/util/Component.java +++ b/kernel/component-manager/src/test/java/org/sakaiproject/util/Component.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import java.io.BufferedWriter; diff --git a/kernel/component-manager/src/test/java/org/sakaiproject/util/ComponentBuilder.java b/kernel/component-manager/src/test/java/org/sakaiproject/util/ComponentBuilder.java index 976819cd9590..7de5e33cd068 100644 --- a/kernel/component-manager/src/test/java/org/sakaiproject/util/ComponentBuilder.java +++ b/kernel/component-manager/src/test/java/org/sakaiproject/util/ComponentBuilder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import java.io.File; diff --git a/kernel/component-manager/src/test/java/org/sakaiproject/util/ComponentsLoaderTest.java b/kernel/component-manager/src/test/java/org/sakaiproject/util/ComponentsLoaderTest.java index 561b5c4805a5..a6030d217011 100644 --- a/kernel/component-manager/src/test/java/org/sakaiproject/util/ComponentsLoaderTest.java +++ b/kernel/component-manager/src/test/java/org/sakaiproject/util/ComponentsLoaderTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import java.io.File; diff --git a/kernel/component-manager/src/test/java/org/sakaiproject/util/JarBuilder.java b/kernel/component-manager/src/test/java/org/sakaiproject/util/JarBuilder.java index 81648a8ac66e..c201b73b61bf 100644 --- a/kernel/component-manager/src/test/java/org/sakaiproject/util/JarBuilder.java +++ b/kernel/component-manager/src/test/java/org/sakaiproject/util/JarBuilder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import java.io.*; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/authz/impl/ProviderMap.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/authz/impl/ProviderMap.java index 35260380f6ff..1830df66d318 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/authz/impl/ProviderMap.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/authz/impl/ProviderMap.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.authz.impl; import org.sakaiproject.authz.api.GroupProvider; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/cluster/impl/ClusterNodeImpl.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/cluster/impl/ClusterNodeImpl.java index 3b647c644782..9d202a5a1539 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/cluster/impl/ClusterNodeImpl.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/cluster/impl/ClusterNodeImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.cluster.impl; import org.sakaiproject.cluster.api.ClusterNode; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/component/impl/ToolConfigurationService.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/component/impl/ToolConfigurationService.java index 47719129b665..6a9ec2253e55 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/component/impl/ToolConfigurationService.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/component/impl/ToolConfigurationService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.impl; import org.apache.commons.lang3.StringUtils; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/config/impl/ConfigurationMBean.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/config/impl/ConfigurationMBean.java index 03544a71b970..61adfc7a4dab 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/config/impl/ConfigurationMBean.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/config/impl/ConfigurationMBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.config.impl; import org.sakaiproject.component.api.ServerConfigurationService; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/BaseContentHostingHandlerResolver.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/BaseContentHostingHandlerResolver.java index 63b69a28b585..60879c58fc8c 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/BaseContentHostingHandlerResolver.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/BaseContentHostingHandlerResolver.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/ContentFilterServiceImpl.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/ContentFilterServiceImpl.java index 63031d8fc722..a8cda9bb6f4e 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/ContentFilterServiceImpl.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/ContentFilterServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.impl; import org.sakaiproject.content.api.ContentFilter; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/ContentHostingHandlerResolverImpl.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/ContentHostingHandlerResolverImpl.java index f1b9b2c89852..f7d76ab0c76f 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/ContentHostingHandlerResolverImpl.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/ContentHostingHandlerResolverImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/DefaultFileSystemHandler.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/DefaultFileSystemHandler.java index 0324db69ba49..7e45911ac892 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/DefaultFileSystemHandler.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/DefaultFileSystemHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.impl; import org.sakaiproject.content.api.FileSystemHandler; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/util/StorageConverter.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/util/StorageConverter.java index 7ad8148da6c0..004fa8d6a8ca 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/util/StorageConverter.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/util/StorageConverter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.impl.util; import java.io.File; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/event/impl/ActivityServiceImpl.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/event/impl/ActivityServiceImpl.java index cd1728877d96..0b042706ea6f 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/event/impl/ActivityServiceImpl.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/event/impl/ActivityServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.event.impl; import java.util.ArrayList; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/event/impl/EventQueryServiceImpl.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/event/impl/EventQueryServiceImpl.java index 10080c55f418..2e750995e1cb 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/event/impl/EventQueryServiceImpl.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/event/impl/EventQueryServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.event.impl; import org.slf4j.Logger; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/event/impl/UsageSessionServiceAdaptor.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/event/impl/UsageSessionServiceAdaptor.java index 03dd2d11665c..8c6a6b91c9b6 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/event/impl/UsageSessionServiceAdaptor.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/event/impl/UsageSessionServiceAdaptor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/messagebundle/impl/CachingMessageBundleServiceImpl.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/messagebundle/impl/CachingMessageBundleServiceImpl.java index 9bb821a57feb..bfe847769d50 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/messagebundle/impl/CachingMessageBundleServiceImpl.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/messagebundle/impl/CachingMessageBundleServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.messagebundle.impl; import org.apache.commons.lang3.StringUtils; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/site/impl/JoinSiteDelegate.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/site/impl/JoinSiteDelegate.java index e54d7c5569df..fac40e5b151c 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/site/impl/JoinSiteDelegate.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/site/impl/JoinSiteDelegate.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.impl; import java.util.ArrayList; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/tool/impl/MySessionBindingEvent.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/tool/impl/MySessionBindingEvent.java index 85744444f787..41721dbddf7e 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/tool/impl/MySessionBindingEvent.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/tool/impl/MySessionBindingEvent.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.impl; import org.sakaiproject.tool.api.Session; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/tool/impl/ToolResourceFactory.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/tool/impl/ToolResourceFactory.java index 26ce31ac57c6..6996896bd78a 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/tool/impl/ToolResourceFactory.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/tool/impl/ToolResourceFactory.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.impl; import org.sakaiproject.component.api.ServerConfigurationService; diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/user/impl/BaseUserDirectoryService.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/user/impl/BaseUserDirectoryService.java index 29f049dfb47d..7da641aab075 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/user/impl/BaseUserDirectoryService.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/user/impl/BaseUserDirectoryService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** /********************************************************************************** * $URL$ diff --git a/kernel/kernel-impl/src/main/java/org/sakaiproject/util/impl/LinkMigrationHelperImpl.java b/kernel/kernel-impl/src/main/java/org/sakaiproject/util/impl/LinkMigrationHelperImpl.java index 1fb938ac3a8e..90c6d1025e08 100644 --- a/kernel/kernel-impl/src/main/java/org/sakaiproject/util/impl/LinkMigrationHelperImpl.java +++ b/kernel/kernel-impl/src/main/java/org/sakaiproject/util/impl/LinkMigrationHelperImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util.impl; import java.util.ArrayList; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/alias/impl/test/ConcreteAliasService.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/alias/impl/test/ConcreteAliasService.java index d6a6589e85ac..9519ccb202ef 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/alias/impl/test/ConcreteAliasService.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/alias/impl/test/ConcreteAliasService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.alias.impl.test; import org.sakaiproject.alias.impl.BaseAliasService; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/AuthzGroupBuilder.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/AuthzGroupBuilder.java index 3ce34db844e7..6d74e48aeefd 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/AuthzGroupBuilder.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/AuthzGroupBuilder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.authz.impl; import org.sakaiproject.authz.api.AuthzGroup; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/DummyUserEncodingTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/DummyUserEncodingTest.java index 28f8f13fff8b..1a238454d3c4 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/DummyUserEncodingTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/DummyUserEncodingTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.authz.impl; import org.slf4j.Logger; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/RoleProviderTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/RoleProviderTest.java index 0c774156a834..72f21c4b5351 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/RoleProviderTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/RoleProviderTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.authz.impl; import java.util.Collection; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/RoleSwapMembershipTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/RoleSwapMembershipTest.java index 657de911ac54..3cb0216a0ced 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/RoleSwapMembershipTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/RoleSwapMembershipTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.authz.impl; import org.slf4j.Logger; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/SakaiSecurityConcrete.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/SakaiSecurityConcrete.java index 6e3e29f4f169..91b6be3b3e5e 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/SakaiSecurityConcrete.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/SakaiSecurityConcrete.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.authz.impl; import org.sakaiproject.authz.api.AuthzGroupService; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/SakaiSecurityTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/SakaiSecurityTest.java index 7b7f0ae52f2c..6e127cef7114 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/SakaiSecurityTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/SakaiSecurityTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.authz.impl; import org.junit.Before; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/test/AuthzTestEntityParsing.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/test/AuthzTestEntityParsing.java index 9e82328daa9f..d1392a64633d 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/test/AuthzTestEntityParsing.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/test/AuthzTestEntityParsing.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.authz.impl.test; import static org.junit.Assert.assertFalse; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/test/ContreteAuthzGroupService.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/test/ContreteAuthzGroupService.java index 77ed47004509..2d8fc9fdf1bb 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/test/ContreteAuthzGroupService.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/test/ContreteAuthzGroupService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.authz.impl.test; import org.sakaiproject.authz.api.FunctionManager; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/test/DbAuthzTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/test/DbAuthzTest.java index 6b56af30ee7f..994b5c9bc41e 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/test/DbAuthzTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/authz/impl/test/DbAuthzTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.authz.impl.test; import java.util.HashSet; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/impl/ToolConfigurationServiceTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/impl/ToolConfigurationServiceTest.java index d3d3262c230f..d31c45181bcf 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/impl/ToolConfigurationServiceTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/impl/ToolConfigurationServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.impl; import org.junit.Before; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/ConfigurationLoadingTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/ConfigurationLoadingTest.java index 70f32c436af9..9622e9e64bd7 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/ConfigurationLoadingTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/ConfigurationLoadingTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/DynamicConfigurationTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/DynamicConfigurationTest.java index 2c76d0f783e0..f6ce9ea6ffe2 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/DynamicConfigurationTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/DynamicConfigurationTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/ITestComponent.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/ITestComponent.java index 432d73fc22ef..cef258666af1 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/ITestComponent.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/ITestComponent.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/ITestProvider.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/ITestProvider.java index 4187f58bb5ea..7505ae6d5356 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/ITestProvider.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/ITestProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/MockComponent.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/MockComponent.java index f87eeeebd377..91f0081f6e3d 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/MockComponent.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/MockComponent.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/MockProvider1.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/MockProvider1.java index 4cffcf54f105..8c3425aa6d36 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/MockProvider1.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/MockProvider1.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/MockProvider2.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/MockProvider2.java index 89f163dbc6d8..1fcb230a5b3e 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/MockProvider2.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/MockProvider2.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/dynamic/DbPropertiesDao.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/dynamic/DbPropertiesDao.java index e1def8a71ba4..ffa7af6b4650 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/dynamic/DbPropertiesDao.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/component/test/dynamic/DbPropertiesDao.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/MyConditionTemplate.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/MyConditionTemplate.java index cbc3a98cd7da..adc4ea036691 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/MyConditionTemplate.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/MyConditionTemplate.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.conditions.impl; import java.util.Map; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/MyConditionTemplateSet.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/MyConditionTemplateSet.java index 7bd08fbe5a19..d2c046e1ff76 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/MyConditionTemplateSet.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/MyConditionTemplateSet.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.conditions.impl; import java.util.HashSet; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/TestConditionService.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/TestConditionService.java index f543e3f9fd59..c5df063d276c 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/TestConditionService.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/TestConditionService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.conditions.impl; import java.util.ArrayList; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyCommand.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyCommand.java index e6aff5811cf8..f07dfd939d25 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyCommand.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyCommand.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.conditions.impl; import org.sakaiproject.conditions.api.EvaluationAction; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyConditionsService.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyConditionsService.java index 67d8f33d7df5..205090bd02e6 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyConditionsService.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyConditionsService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.conditions.impl; import java.util.ArrayList; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyGradebook.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyGradebook.java index 41ba6f37551e..85f4f440f029 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyGradebook.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyGradebook.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.conditions.impl; public class ToyGradebook { diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyMessagePad.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyMessagePad.java index 66fdbb16b92b..9504985b5d61 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyMessagePad.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyMessagePad.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.conditions.impl; import java.util.ArrayList; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyTool.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyTool.java index 0272e1828fd4..588b9ac7ee35 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyTool.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/conditions/impl/ToyTool.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.conditions.impl; public class ToyTool { diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/BaseContentServiceTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/BaseContentServiceTest.java index 15d4378c52e0..7a51ac37b654 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/BaseContentServiceTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/BaseContentServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.impl; import org.junit.Before; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/serialize/impl/test/SaxSerializerTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/serialize/impl/test/SaxSerializerTest.java index b9e4486000f3..d2dafaa41b75 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/serialize/impl/test/SaxSerializerTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/serialize/impl/test/SaxSerializerTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.impl.serialize.impl.test; import org.junit.Assert; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/ContentHostingServiceRecycleTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/ContentHostingServiceRecycleTest.java index f526590d5c49..a7d46508a689 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/ContentHostingServiceRecycleTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/ContentHostingServiceRecycleTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.impl.test; import java.nio.file.FileSystems; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/ContentHostingServiceTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/ContentHostingServiceTest.java index 920a2943b82d..5db8a32d4b1c 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/ContentHostingServiceTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/ContentHostingServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.impl.test; import static org.junit.runners.MethodSorters.NAME_ASCENDING; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/ContentIntegrationTestDisabled.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/ContentIntegrationTestDisabled.java index d3c8e9f06821..045156648a3e 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/ContentIntegrationTestDisabled.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/ContentIntegrationTestDisabled.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.impl.test; import java.nio.ByteBuffer; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/RoleAccessTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/RoleAccessTest.java index d5008bc4f2aa..0185ce42affc 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/RoleAccessTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/RoleAccessTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.impl.test; import junit.extensions.TestSetup; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/RoleViewTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/RoleViewTest.java index 38b50700a9e7..ba405987c0d6 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/RoleViewTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/content/impl/test/RoleViewTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.impl.test; import org.slf4j.Logger; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/email/impl/test/ConcreteDigestService.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/email/impl/test/ConcreteDigestService.java index ae69b27711f5..a6a731ee534e 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/email/impl/test/ConcreteDigestService.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/email/impl/test/ConcreteDigestService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.email.impl.test; import org.sakaiproject.email.impl.BaseDigestService; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/site/impl/BaseSitePageTitleTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/site/impl/BaseSitePageTitleTest.java index b356568b7c7c..36bc925c78a8 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/site/impl/BaseSitePageTitleTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/site/impl/BaseSitePageTitleTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.impl; import static org.junit.Assert.*; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/site/impl/test/SiteSearchTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/site/impl/test/SiteSearchTest.java index 31e809e9beab..c3cb8147772b 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/site/impl/test/SiteSearchTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/site/impl/test/SiteSearchTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.impl.test; import org.slf4j.Logger; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/site/impl/test/SiteServiceTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/site/impl/test/SiteServiceTest.java index 905f937366d1..9faee17cf943 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/site/impl/test/SiteServiceTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/site/impl/test/SiteServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.impl.test; import java.util.Set; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/time/impl/test/BaseTimeServiceTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/time/impl/test/BaseTimeServiceTest.java index 92f90e4c9836..b9fc28455131 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/time/impl/test/BaseTimeServiceTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/time/impl/test/BaseTimeServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.time.impl.test; import org.junit.Before; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/ActiveToolComponentTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/ActiveToolComponentTest.java index 7d13816fe976..da753cfabfb4 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/ActiveToolComponentTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/ActiveToolComponentTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.impl; import static org.junit.Assert.assertEquals; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/BaseSessionComponentTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/BaseSessionComponentTest.java index a34ca559c5d2..e6e02a2da6a0 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/BaseSessionComponentTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/BaseSessionComponentTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.impl; import org.hamcrest.Description; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/MySessionTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/MySessionTest.java index 9241ab8a29f3..35b74044fd39 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/MySessionTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/tool/impl/MySessionTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.impl; import org.apache.commons.lang.mutable.MutableLong; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/BasePreferencesServiceTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/BasePreferencesServiceTest.java index 951121088035..36635908ccf7 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/BasePreferencesServiceTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/BasePreferencesServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.impl; import org.slf4j.Logger; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/BaseUserDirectoryServiceTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/BaseUserDirectoryServiceTest.java index 78762b4dbdb5..ac0a1d3241d9 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/BaseUserDirectoryServiceTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/BaseUserDirectoryServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.impl; import java.util.HashMap; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/BaseUserEqualsTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/BaseUserEqualsTest.java index 35174d3abf20..6dbc195f5a1c 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/BaseUserEqualsTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/BaseUserEqualsTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.impl; import org.junit.Before; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/ConcretePreferencesService.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/ConcretePreferencesService.java index e7564b8d5ca5..2cee067d96a5 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/ConcretePreferencesService.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/ConcretePreferencesService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.impl; import org.sakaiproject.authz.api.FunctionManager; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/ConcreteUserDirectoryService.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/ConcreteUserDirectoryService.java index 403e34285d8c..e349d5b49c6d 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/ConcreteUserDirectoryService.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/ConcreteUserDirectoryService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.impl; import org.sakaiproject.authz.api.AuthzGroupService; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/PasswordServiceTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/PasswordServiceTest.java index b99552fa750b..27e6acb28c69 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/PasswordServiceTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/PasswordServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.impl; import org.junit.Assert; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/AuthenticatedUserProviderTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/AuthenticatedUserProviderTest.java index 1675d61885b0..3bf866f6b0ba 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/AuthenticatedUserProviderTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/AuthenticatedUserProviderTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/AuthenticationCacheTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/AuthenticationCacheTest.java index 08da292dfd8c..1db9e9e886a9 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/AuthenticationCacheTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/AuthenticationCacheTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/ContextualDisplayServiceTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/ContextualDisplayServiceTest.java index 7fbe69eece71..e7021e630f49 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/ContextualDisplayServiceTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/ContextualDisplayServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/GetUsersByEidTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/GetUsersByEidTest.java index 20e7ecf5731f..92482f2f65c0 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/GetUsersByEidTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/GetUsersByEidTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/RequireLocalAccountLegacyAuthenticationTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/RequireLocalAccountLegacyAuthenticationTest.java index 3bc1d10a56a3..e1475286beb4 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/RequireLocalAccountLegacyAuthenticationTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/RequireLocalAccountLegacyAuthenticationTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/UserDirectoryServiceGetTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/UserDirectoryServiceGetTest.java index c770db10f597..c7953effb536 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/UserDirectoryServiceGetTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/user/impl/test/UserDirectoryServiceGetTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/util/impl/LinkMigrationHelperImplTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/util/impl/LinkMigrationHelperImplTest.java index b71d7893ffe0..b816e0c09ead 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/util/impl/LinkMigrationHelperImplTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/util/impl/LinkMigrationHelperImplTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util.impl; import org.junit.Before; diff --git a/kernel/kernel-impl/src/test/java/org/sakaiproject/util/impl/ResourceTest.java b/kernel/kernel-impl/src/test/java/org/sakaiproject/util/impl/ResourceTest.java index 700670f06bce..d037583a4420 100644 --- a/kernel/kernel-impl/src/test/java/org/sakaiproject/util/impl/ResourceTest.java +++ b/kernel/kernel-impl/src/test/java/org/sakaiproject/util/impl/ResourceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util.impl; import static org.junit.Assert.*; diff --git a/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/CrudRepository.java b/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/CrudRepository.java index fa5bd47395d7..5f3919861dad 100644 --- a/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/CrudRepository.java +++ b/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/CrudRepository.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.hibernate; import java.io.Serializable; diff --git a/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/HibernateCriterionUtils.java b/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/HibernateCriterionUtils.java index 51f485dfdc81..c645c8e14a33 100644 --- a/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/HibernateCriterionUtils.java +++ b/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/HibernateCriterionUtils.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.hibernate; import java.util.ArrayList; diff --git a/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/HibernateCrudRepository.java b/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/HibernateCrudRepository.java index 8d0d0bd7a490..e3e34e6f4299 100644 --- a/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/HibernateCrudRepository.java +++ b/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/HibernateCrudRepository.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.hibernate; import lombok.Getter; diff --git a/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/Repository.java b/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/Repository.java index 11eacc9855e8..a2b6a3bf3b3c 100644 --- a/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/Repository.java +++ b/kernel/kernel-private/src/main/java/org/sakaiproject/hibernate/Repository.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.hibernate; import java.io.Serializable; diff --git a/kernel/kernel-private/src/main/java/org/sakaiproject/serialization/BasicSerializableRepository.java b/kernel/kernel-private/src/main/java/org/sakaiproject/serialization/BasicSerializableRepository.java index b9be61637473..ee7112ad40c0 100644 --- a/kernel/kernel-private/src/main/java/org/sakaiproject/serialization/BasicSerializableRepository.java +++ b/kernel/kernel-private/src/main/java/org/sakaiproject/serialization/BasicSerializableRepository.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.serialization; import java.io.IOException; diff --git a/kernel/kernel-private/src/main/java/org/sakaiproject/serialization/SerializableRepository.java b/kernel/kernel-private/src/main/java/org/sakaiproject/serialization/SerializableRepository.java index f53647fd4277..a02d207bdcd3 100644 --- a/kernel/kernel-private/src/main/java/org/sakaiproject/serialization/SerializableRepository.java +++ b/kernel/kernel-private/src/main/java/org/sakaiproject/serialization/SerializableRepository.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.serialization; import java.io.Serializable; diff --git a/kernel/kernel-private/src/test/java/org/sakaiproject/hibernate/HibernateCriterionUtilsTest.java b/kernel/kernel-private/src/test/java/org/sakaiproject/hibernate/HibernateCriterionUtilsTest.java index af613294218f..7881f6b6be50 100644 --- a/kernel/kernel-private/src/test/java/org/sakaiproject/hibernate/HibernateCriterionUtilsTest.java +++ b/kernel/kernel-private/src/test/java/org/sakaiproject/hibernate/HibernateCriterionUtilsTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.hibernate; import static org.junit.Assert.*; diff --git a/kernel/kernel-util/src/main/java/org/sakaiproject/content/util/ZipContentUtil.java b/kernel/kernel-util/src/main/java/org/sakaiproject/content/util/ZipContentUtil.java index 76a555fd67fd..fe9875642aad 100644 --- a/kernel/kernel-util/src/main/java/org/sakaiproject/content/util/ZipContentUtil.java +++ b/kernel/kernel-util/src/main/java/org/sakaiproject/content/util/ZipContentUtil.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.content.util; import java.io.BufferedOutputStream; diff --git a/kernel/kernel-util/src/main/java/org/sakaiproject/memory/util/CacheInitializer.java b/kernel/kernel-util/src/main/java/org/sakaiproject/memory/util/CacheInitializer.java index b050a7fc31ab..42df6fbb5c40 100644 --- a/kernel/kernel-util/src/main/java/org/sakaiproject/memory/util/CacheInitializer.java +++ b/kernel/kernel-util/src/main/java/org/sakaiproject/memory/util/CacheInitializer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.memory.util; import net.sf.ehcache.config.CacheConfiguration; diff --git a/kernel/kernel-util/src/main/java/org/sakaiproject/util/MapResourceBundle.java b/kernel/kernel-util/src/main/java/org/sakaiproject/util/MapResourceBundle.java index b931b1916b09..23b254cdc2e1 100644 --- a/kernel/kernel-util/src/main/java/org/sakaiproject/util/MapResourceBundle.java +++ b/kernel/kernel-util/src/main/java/org/sakaiproject/util/MapResourceBundle.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import java.util.Collections; diff --git a/kernel/kernel-util/src/test/java/org/sakaiproject/util/EntityCollectionsTest.java b/kernel/kernel-util/src/test/java/org/sakaiproject/util/EntityCollectionsTest.java index 6415b8ff3768..df82dba9c03d 100644 --- a/kernel/kernel-util/src/test/java/org/sakaiproject/util/EntityCollectionsTest.java +++ b/kernel/kernel-util/src/test/java/org/sakaiproject/util/EntityCollectionsTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import static org.junit.Assert.assertFalse; diff --git a/kernel/kernel-util/src/test/java/org/sakaiproject/util/MapResourceBundleTest.java b/kernel/kernel-util/src/test/java/org/sakaiproject/util/MapResourceBundleTest.java index eb9606d5c059..1b4178819834 100644 --- a/kernel/kernel-util/src/test/java/org/sakaiproject/util/MapResourceBundleTest.java +++ b/kernel/kernel-util/src/test/java/org/sakaiproject/util/MapResourceBundleTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import java.util.HashMap; diff --git a/kernel/kernel-util/src/test/java/org/sakaiproject/util/WebTest.java b/kernel/kernel-util/src/test/java/org/sakaiproject/util/WebTest.java index 2e40afe39fab..daf02fcae378 100644 --- a/kernel/kernel-util/src/test/java/org/sakaiproject/util/WebTest.java +++ b/kernel/kernel-util/src/test/java/org/sakaiproject/util/WebTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.util; import org.slf4j.Logger; diff --git a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePageComment.java b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePageComment.java index 8f98eed95fff..0ce09feb7c26 100644 --- a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePageComment.java +++ b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePageComment.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool; import java.util.Date; diff --git a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePagePeerEval.java b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePagePeerEval.java index 5c8988f7fe3d..62bf9a516f84 100644 --- a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePagePeerEval.java +++ b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePagePeerEval.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool; import java.util.Date; diff --git a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePagePeerEvalResult.java b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePagePeerEvalResult.java index b187ce513cc7..2da7382debc9 100644 --- a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePagePeerEvalResult.java +++ b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePagePeerEvalResult.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool; diff --git a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePageQuestionAnswer.java b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePageQuestionAnswer.java index 9895779c81bc..20652de9bf6f 100644 --- a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePageQuestionAnswer.java +++ b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimplePageQuestionAnswer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool; public interface SimplePageQuestionAnswer { diff --git a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimpleStudentPage.java b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimpleStudentPage.java index a2f99ed6a941..1b71b71f9510 100644 --- a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimpleStudentPage.java +++ b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/SimpleStudentPage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool; import java.util.Date; diff --git a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/ToolApi.java b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/ToolApi.java index 0c4f72817b92..584264590090 100644 --- a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/ToolApi.java +++ b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/ToolApi.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool; import java.io.File; diff --git a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/api/LessonBuilderConstants.java b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/api/LessonBuilderConstants.java index ee52b1e9c1dc..35284765b76d 100644 --- a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/api/LessonBuilderConstants.java +++ b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/api/LessonBuilderConstants.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.api; public class LessonBuilderConstants { diff --git a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/api/LessonBuilderEvents.java b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/api/LessonBuilderEvents.java index 4d3c08b262d2..66c4d8201479 100644 --- a/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/api/LessonBuilderEvents.java +++ b/lessonbuilder/api/src/java/org/sakaiproject/lessonbuildertool/api/LessonBuilderEvents.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.api; public class LessonBuilderEvents { diff --git a/lessonbuilder/hbm/src/java/org/sakaiproject/lessonbuildertool/SimplePageCommentImpl.java b/lessonbuilder/hbm/src/java/org/sakaiproject/lessonbuildertool/SimplePageCommentImpl.java index 78e8de76199b..d64924a99270 100644 --- a/lessonbuilder/hbm/src/java/org/sakaiproject/lessonbuildertool/SimplePageCommentImpl.java +++ b/lessonbuilder/hbm/src/java/org/sakaiproject/lessonbuildertool/SimplePageCommentImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool; import java.util.Date; diff --git a/lessonbuilder/hbm/src/java/org/sakaiproject/lessonbuildertool/SimplePagePeerEvalImpl.java b/lessonbuilder/hbm/src/java/org/sakaiproject/lessonbuildertool/SimplePagePeerEvalImpl.java index c06c35ff3e96..ae26f18d6d91 100644 --- a/lessonbuilder/hbm/src/java/org/sakaiproject/lessonbuildertool/SimplePagePeerEvalImpl.java +++ b/lessonbuilder/hbm/src/java/org/sakaiproject/lessonbuildertool/SimplePagePeerEvalImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL: $ diff --git a/lessonbuilder/hbm/src/java/org/sakaiproject/lessonbuildertool/SimpleStudentPageImpl.java b/lessonbuilder/hbm/src/java/org/sakaiproject/lessonbuildertool/SimpleStudentPageImpl.java index 5ea5daef8414..bbafde78bde9 100644 --- a/lessonbuilder/hbm/src/java/org/sakaiproject/lessonbuildertool/SimpleStudentPageImpl.java +++ b/lessonbuilder/hbm/src/java/org/sakaiproject/lessonbuildertool/SimpleStudentPageImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool; import java.util.Date; diff --git a/lessonbuilder/tool/opt-src/java/org/sakaiproject/lessonbuildertool/service/MnemeEntity.java b/lessonbuilder/tool/opt-src/java/org/sakaiproject/lessonbuildertool/service/MnemeEntity.java index f9f98ff360b3..8e3eef6bd0b5 100644 --- a/lessonbuilder/tool/opt-src/java/org/sakaiproject/lessonbuildertool/service/MnemeEntity.java +++ b/lessonbuilder/tool/opt-src/java/org/sakaiproject/lessonbuildertool/service/MnemeEntity.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL: $ * $Id: $ diff --git a/lessonbuilder/tool/opt-src/test/org/sakaiproject/lessonbuildertool/service/MnemeEntityTest.java b/lessonbuilder/tool/opt-src/test/org/sakaiproject/lessonbuildertool/service/MnemeEntityTest.java index 6405fdb0652b..29c12abbbb72 100644 --- a/lessonbuilder/tool/opt-src/test/org/sakaiproject/lessonbuildertool/service/MnemeEntityTest.java +++ b/lessonbuilder/tool/opt-src/test/org/sakaiproject/lessonbuildertool/service/MnemeEntityTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.service; import org.junit.Assert; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AbstractParser.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AbstractParser.java index 6b67191d7945..d5b37f19c943 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AbstractParser.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AbstractParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AbstractQTIParser.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AbstractQTIParser.java index 3a01f503b1d3..ca20168e97c3 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AbstractQTIParser.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AbstractQTIParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AssessmentHandler.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AssessmentHandler.java index 0b8a9ada0a0b..cb6989e977fd 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AssessmentHandler.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AssessmentHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AssessmentParser.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AssessmentParser.java index 7ee91970767b..0da2c97c1be6 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AssessmentParser.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AssessmentParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AuthorizationHandler.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AuthorizationHandler.java index 3ee5a6ddd961..9730e14aa1a2 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AuthorizationHandler.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/AuthorizationHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/BLTIParser.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/BLTIParser.java index 257247b50f50..168ca984af13 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/BLTIParser.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/BLTIParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/CartridgeLoader.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/CartridgeLoader.java index 35a8ab0f6c78..2a826890c595 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/CartridgeLoader.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/CartridgeLoader.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/ContentParser.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/ContentParser.java index e7b971b24e0a..e0ac05ced667 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/ContentParser.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/ContentParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/DefaultHandler.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/DefaultHandler.java index 30da3c790de5..55aa97b0978b 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/DefaultHandler.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/DefaultHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/DiscussionHandler.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/DiscussionHandler.java index 12df9fd820f6..8b70fa757460 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/DiscussionHandler.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/DiscussionHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/DiscussionParser.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/DiscussionParser.java index 0e7cc4388e88..38433fa71557 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/DiscussionParser.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/DiscussionParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/Handler.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/Handler.java index d27fa3c46647..bc2c15168c50 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/Handler.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/Handler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LearningApplicationResourceHandler.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LearningApplicationResourceHandler.java index 82d383bafe22..5cab36488d5f 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LearningApplicationResourceHandler.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LearningApplicationResourceHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LearningApplicationResourceParser.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LearningApplicationResourceParser.java index 8d4371ff42b9..1e1cc96a4c19 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LearningApplicationResourceParser.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LearningApplicationResourceParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LtiHandler.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LtiHandler.java index d5ee0bec95a2..5ca83cc21b1e 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LtiHandler.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LtiHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LtiParser.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LtiParser.java index 289f0f168dce..a816e1458477 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LtiParser.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/LtiParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/MetadataHandler.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/MetadataHandler.java index ccea3cfa05f9..19c8fa92b31e 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/MetadataHandler.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/MetadataHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/Ns.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/Ns.java index c14ec4b1d95c..0ec83366a515 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/Ns.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/Ns.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; import java.util.Map; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/ParseException.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/ParseException.java index 937c8f3c8cd9..7dd942ca1b55 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/ParseException.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/ParseException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/Parser.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/Parser.java index b4dd1340adbe..bd01675966ff 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/Parser.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/Parser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/PrintHandler.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/PrintHandler.java index 9198f9826e60..032c606aeb3a 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/PrintHandler.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/PrintHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; import org.slf4j.Logger; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QTIHandler.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QTIHandler.java index 97cf580b786d..219169fbb894 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QTIHandler.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QTIHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QTIItem.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QTIItem.java index f814507af22d..2874dd4b51be 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QTIItem.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QTIItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QTIItemBuilder.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QTIItemBuilder.java index c13c8f676826..591b3b986334 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QTIItemBuilder.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QTIItemBuilder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QtiImport.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QtiImport.java index 7014f703da42..74202f9a8bae 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QtiImport.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QtiImport.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; import java.io.*; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QuestionBankHandler.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QuestionBankHandler.java index 06e8cb0ce069..64c2f2c82cf6 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QuestionBankHandler.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QuestionBankHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QuestionBankParser.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QuestionBankParser.java index 2f9892a477b8..fb598b24f589 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QuestionBankParser.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/QuestionBankParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebContentHandler.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebContentHandler.java index 4959ab253fd9..67021c8ef391 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebContentHandler.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebContentHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebContentParser.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebContentParser.java index d1daf3ee5224..40f08c47dce3 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebContentParser.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebContentParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebLinkHandler.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebLinkHandler.java index 45df737a610c..23287c9fe369 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebLinkHandler.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebLinkHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebLinkParser.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebLinkParser.java index fc5373777f1d..5d5d0c77daf8 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebLinkParser.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/WebLinkParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/ZipLoader.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/ZipLoader.java index 143867998fd6..fc549243acc0 100755 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/ZipLoader.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/cc/ZipLoader.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.cc; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/ccexport/BltiExport.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/ccexport/BltiExport.java index b730ac5d53fb..40fc98d48dbd 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/ccexport/BltiExport.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/ccexport/BltiExport.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.ccexport; import java.io.PrintStream; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/ccexport/CCExport.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/ccexport/CCExport.java index a33d5cb1a052..6340ea82ee8f 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/ccexport/CCExport.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/ccexport/CCExport.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.ccexport; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/ccexport/ZipPrintStream.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/ccexport/ZipPrintStream.java index d66478f8c321..54868442c224 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/ccexport/ZipPrintStream.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/ccexport/ZipPrintStream.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.ccexport; /*********** diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/resolver/MultiCommonsMultipartResolver.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/resolver/MultiCommonsMultipartResolver.java index 5d171685646e..8be09088ee73 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/resolver/MultiCommonsMultipartResolver.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/resolver/MultiCommonsMultipartResolver.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.resolver; import org.apache.commons.fileupload.FileItem; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/service/BltiInterface.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/service/BltiInterface.java index 05660ab6beb5..dfec6674b159 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/service/BltiInterface.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/service/BltiInterface.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.service; public interface BltiInterface { diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/service/LessonBuilderEntityProducer.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/service/LessonBuilderEntityProducer.java index 12e54e981261..8eedb9568b6d 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/service/LessonBuilderEntityProducer.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/service/LessonBuilderEntityProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL: $ diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/beans/GradingBean.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/beans/GradingBean.java index 40115da143fc..c322e3b68329 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/beans/GradingBean.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/beans/GradingBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.tool.beans; import java.util.ArrayList; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/beans/OrphanPageFinder.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/beans/OrphanPageFinder.java index 549da2883de0..22b4fb68e661 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/beans/OrphanPageFinder.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/beans/OrphanPageFinder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.tool.beans; import java.util.ArrayList; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/beans/helpers/ResourceHelper.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/beans/helpers/ResourceHelper.java index 84e0cdbe6ce2..99da739662de 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/beans/helpers/ResourceHelper.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/beans/helpers/ResourceHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.tool.beans.helpers; import org.apache.commons.lang.StringUtils; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/evolvers/SakaiFCKTextEvolver.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/evolvers/SakaiFCKTextEvolver.java index 9e5aed36aa5e..6645b0553d0f 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/evolvers/SakaiFCKTextEvolver.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/evolvers/SakaiFCKTextEvolver.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Created on 22 Sep 2006 Temp fix for http://www.caret.cam.ac.uk/jira/browse/RSF-44 from * http://ponder.org.uk/rsf/posts/list/184.page diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/CommentGradingPaneProducer.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/CommentGradingPaneProducer.java index 9d01270121f6..7b56a6841c69 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/CommentGradingPaneProducer.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/CommentGradingPaneProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.tool.producers; import java.util.ArrayList; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/CommentsProducer.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/CommentsProducer.java index b32b7723e2ed..30bfb0791e3f 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/CommentsProducer.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/CommentsProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.tool.producers; import java.util.ArrayList; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/FolderPickerProducer.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/FolderPickerProducer.java index 07f9bcc7fe55..7c34498f1fa3 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/FolderPickerProducer.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/FolderPickerProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.tool.producers; import org.apache.commons.logging.Log; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/QuestionGradingPaneProducer.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/QuestionGradingPaneProducer.java index 88f70bc9719e..9d49f4c306b6 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/QuestionGradingPaneProducer.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/QuestionGradingPaneProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.tool.producers; import java.util.ArrayList; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/ShowItemProducer.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/ShowItemProducer.java index a4c4ee5f53fa..92ce94d8d6a7 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/ShowItemProducer.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/producers/ShowItemProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL: $ * $Id: $ diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/view/CommentsGradingPaneViewParameters.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/view/CommentsGradingPaneViewParameters.java index 5bcf1dcc2a56..91589fee4178 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/view/CommentsGradingPaneViewParameters.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/view/CommentsGradingPaneViewParameters.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.tool.view; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/view/CommentsViewParameters.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/view/CommentsViewParameters.java index ae82dca7c7d9..514e9517f553 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/view/CommentsViewParameters.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/view/CommentsViewParameters.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.tool.view; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/view/QuestionGradingPaneViewParameters.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/view/QuestionGradingPaneViewParameters.java index 4ec01cde9a82..6566d687b21e 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/view/QuestionGradingPaneViewParameters.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/tool/view/QuestionGradingPaneViewParameters.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.tool.view; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/OverridedServletRootHandlerBean.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/OverridedServletRootHandlerBean.java index 2dc53b164f0a..84671f5ab602 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/OverridedServletRootHandlerBean.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/OverridedServletRootHandlerBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.util; import uk.org.ponder.rsf.servlet.ServletRootHandlerBean; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/RootHandlerBeanOverride.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/RootHandlerBeanOverride.java index 5dec8886ef99..1432544823df 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/RootHandlerBeanOverride.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/RootHandlerBeanOverride.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.util; import uk.org.ponder.rsf.processor.support.RootHandlerBeanBase; diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/SakaiBaseURLProviderFactory.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/SakaiBaseURLProviderFactory.java index 28c70da320d9..cf25f062fe09 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/SakaiBaseURLProviderFactory.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/SakaiBaseURLProviderFactory.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Created on 21 Nov 2006 */ diff --git a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/SakaiViewIDInferrer.java b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/SakaiViewIDInferrer.java index 7ac8350aa66f..5fbc7888c315 100644 --- a/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/SakaiViewIDInferrer.java +++ b/lessonbuilder/tool/src/java/org/sakaiproject/lessonbuildertool/util/SakaiViewIDInferrer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Created on 11 Jul 2006 */ diff --git a/lessonbuilder/tool/src/test/org/sakaiproject/lessonbuildertool/service/LessonBuilderEntityProducerTest.java b/lessonbuilder/tool/src/test/org/sakaiproject/lessonbuildertool/service/LessonBuilderEntityProducerTest.java index 42517ef9d137..15ec18d8de32 100644 --- a/lessonbuilder/tool/src/test/org/sakaiproject/lessonbuildertool/service/LessonBuilderEntityProducerTest.java +++ b/lessonbuilder/tool/src/test/org/sakaiproject/lessonbuildertool/service/LessonBuilderEntityProducerTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.lessonbuildertool.service; import org.junit.Before; diff --git a/login/login-api/api/src/java/org/sakaiproject/login/api/Login.java b/login/login-api/api/src/java/org/sakaiproject/login/api/Login.java index cc3e7d8b1528..7b8eda260dcf 100644 --- a/login/login-api/api/src/java/org/sakaiproject/login/api/Login.java +++ b/login/login-api/api/src/java/org/sakaiproject/login/api/Login.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.login.api; public interface Login { diff --git a/login/login-api/api/src/java/org/sakaiproject/login/api/LoginAdvisor.java b/login/login-api/api/src/java/org/sakaiproject/login/api/LoginAdvisor.java index 2b13d286ca33..7a6ff371b90f 100644 --- a/login/login-api/api/src/java/org/sakaiproject/login/api/LoginAdvisor.java +++ b/login/login-api/api/src/java/org/sakaiproject/login/api/LoginAdvisor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.login.api; diff --git a/login/login-render-engine-impl/impl/src/java/org/sakaiproject/login/impl/velocity/VelocityLoginRenderContext.java b/login/login-render-engine-impl/impl/src/java/org/sakaiproject/login/impl/velocity/VelocityLoginRenderContext.java index dd65ca171050..3833c2e01ea0 100644 --- a/login/login-render-engine-impl/impl/src/java/org/sakaiproject/login/impl/velocity/VelocityLoginRenderContext.java +++ b/login/login-render-engine-impl/impl/src/java/org/sakaiproject/login/impl/velocity/VelocityLoginRenderContext.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.login.impl.velocity; import java.util.Collection; diff --git a/login/login-render-engine-impl/impl/src/java/org/sakaiproject/login/impl/velocity/VelocityLoginRenderEngine.java b/login/login-render-engine-impl/impl/src/java/org/sakaiproject/login/impl/velocity/VelocityLoginRenderEngine.java index 8dc1281b6a60..bea70a96abc9 100644 --- a/login/login-render-engine-impl/impl/src/java/org/sakaiproject/login/impl/velocity/VelocityLoginRenderEngine.java +++ b/login/login-render-engine-impl/impl/src/java/org/sakaiproject/login/impl/velocity/VelocityLoginRenderEngine.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.login.impl.velocity; import java.io.InputStream; diff --git a/login/login-tool/tool/src/java/org/sakaiproject/login/filter/EppnSamlFilter.java b/login/login-tool/tool/src/java/org/sakaiproject/login/filter/EppnSamlFilter.java index 44c7bfd6b450..6cbe0d585c86 100644 --- a/login/login-tool/tool/src/java/org/sakaiproject/login/filter/EppnSamlFilter.java +++ b/login/login-tool/tool/src/java/org/sakaiproject/login/filter/EppnSamlFilter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.login.filter; import org.opensaml.saml2.core.Attribute; diff --git a/login/login-tool/tool/src/java/org/sakaiproject/login/filter/SakaiLogoutSamlFilter.java b/login/login-tool/tool/src/java/org/sakaiproject/login/filter/SakaiLogoutSamlFilter.java index 228c7de0de34..d15b27d864ad 100644 --- a/login/login-tool/tool/src/java/org/sakaiproject/login/filter/SakaiLogoutSamlFilter.java +++ b/login/login-tool/tool/src/java/org/sakaiproject/login/filter/SakaiLogoutSamlFilter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.login.filter; import lombok.Getter; diff --git a/login/login-tool/tool/src/java/org/sakaiproject/login/filter/UpnSamlFilter.java b/login/login-tool/tool/src/java/org/sakaiproject/login/filter/UpnSamlFilter.java index 5cb0b622a537..c83118303ea6 100644 --- a/login/login-tool/tool/src/java/org/sakaiproject/login/filter/UpnSamlFilter.java +++ b/login/login-tool/tool/src/java/org/sakaiproject/login/filter/UpnSamlFilter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.login.filter; import org.opensaml.saml2.core.Attribute; diff --git a/login/login-tool/tool/src/java/org/sakaiproject/login/tool/ContainerLogout.java b/login/login-tool/tool/src/java/org/sakaiproject/login/tool/ContainerLogout.java index 1eea6d2397d5..2a4797f6e938 100644 --- a/login/login-tool/tool/src/java/org/sakaiproject/login/tool/ContainerLogout.java +++ b/login/login-tool/tool/src/java/org/sakaiproject/login/tool/ContainerLogout.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.login.tool; import java.io.IOException; diff --git a/mailarchive/mailarchive-subetha/src/java/org/sakaiproject/mailarchive/SakaiMessageHandlerFactory.java b/mailarchive/mailarchive-subetha/src/java/org/sakaiproject/mailarchive/SakaiMessageHandlerFactory.java index 04208945d51a..4d6574638dba 100644 --- a/mailarchive/mailarchive-subetha/src/java/org/sakaiproject/mailarchive/SakaiMessageHandlerFactory.java +++ b/mailarchive/mailarchive-subetha/src/java/org/sakaiproject/mailarchive/SakaiMessageHandlerFactory.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2014-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.mailarchive; import org.apache.commons.io.FilenameUtils; diff --git a/mailarchive/mailarchive-subetha/src/java/org/sakaiproject/mailarchive/SplitEmailAddress.java b/mailarchive/mailarchive-subetha/src/java/org/sakaiproject/mailarchive/SplitEmailAddress.java index b4c2c0550035..ed018d0d92c3 100644 --- a/mailarchive/mailarchive-subetha/src/java/org/sakaiproject/mailarchive/SplitEmailAddress.java +++ b/mailarchive/mailarchive-subetha/src/java/org/sakaiproject/mailarchive/SplitEmailAddress.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2014-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.mailarchive; import java.util.regex.Matcher; diff --git a/mailarchive/mailarchive-subetha/src/test/org/sakaiproject/mailarchive/SakaiMessageHandlerTest.java b/mailarchive/mailarchive-subetha/src/test/org/sakaiproject/mailarchive/SakaiMessageHandlerTest.java index ce3f66b6abd6..37694a113d39 100644 --- a/mailarchive/mailarchive-subetha/src/test/org/sakaiproject/mailarchive/SakaiMessageHandlerTest.java +++ b/mailarchive/mailarchive-subetha/src/test/org/sakaiproject/mailarchive/SakaiMessageHandlerTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2014-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.mailarchive; import org.apache.commons.io.IOUtils; diff --git a/mailarchive/mailarchive-subetha/src/test/org/sakaiproject/mailarchive/SplitEmailAddressTest.java b/mailarchive/mailarchive-subetha/src/test/org/sakaiproject/mailarchive/SplitEmailAddressTest.java index 8199f2105aec..70d7b04e7d61 100644 --- a/mailarchive/mailarchive-subetha/src/test/org/sakaiproject/mailarchive/SplitEmailAddressTest.java +++ b/mailarchive/mailarchive-subetha/src/test/org/sakaiproject/mailarchive/SplitEmailAddressTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2014-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.mailarchive; import org.junit.Test; diff --git a/mailsender/impl/src/test/org/sakaiproject/mailsender/logic/impl/ComposeLogicImplTest.java b/mailsender/impl/src/test/org/sakaiproject/mailsender/logic/impl/ComposeLogicImplTest.java index 26d3b8690ae7..e611cf54ae35 100644 --- a/mailsender/impl/src/test/org/sakaiproject/mailsender/logic/impl/ComposeLogicImplTest.java +++ b/mailsender/impl/src/test/org/sakaiproject/mailsender/logic/impl/ComposeLogicImplTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.mailsender.logic.impl; import static junit.framework.Assert.assertEquals; diff --git a/mailsender/tool/src/java/org/sakaiproject/mailsender/tool/evolvers/SakaiRichTextEvolver.java b/mailsender/tool/src/java/org/sakaiproject/mailsender/tool/evolvers/SakaiRichTextEvolver.java index 948b6d8e9768..1f0cf1b6e19c 100644 --- a/mailsender/tool/src/java/org/sakaiproject/mailsender/tool/evolvers/SakaiRichTextEvolver.java +++ b/mailsender/tool/src/java/org/sakaiproject/mailsender/tool/evolvers/SakaiRichTextEvolver.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.mailsender.tool.evolvers; import java.util.Iterator; diff --git a/master/pom.xml b/master/pom.xml index d96d0fdc45d5..569472da4c86 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -2069,7 +2069,7 @@ com.mycila license-maven-plugin - 2.11 + 3.0
https://raw.githubusercontent.com/sakaiproject/sakai/master/ECLv2-header-template.txt
@@ -2078,13 +2078,24 @@ target/** **/org/sakaiproject/rsf/** + + **/delegatedaccess/** + **/jsf/** - ${project.inceptionYear} The Apereo Foundation UTF-8 + true
+ + + com.mycila + license-maven-plugin-git + + 3.0 + +
diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/AnonymousManager.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/AnonymousManager.java index 000bddae0410..8f52f8cd5b9f 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/AnonymousManager.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/AnonymousManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums; import java.util.List; diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/AnonymousMapping.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/AnonymousMapping.java index 19c221563e05..de978afb118c 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/AnonymousMapping.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/AnonymousMapping.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums; /** diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/ForumScheduleNotification.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/ForumScheduleNotification.java index a4e7e97eed1f..a7ebb115b902 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/ForumScheduleNotification.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/ForumScheduleNotification.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums; import java.util.Date; diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/HiddenGroup.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/HiddenGroup.java index 9e067759402c..3f7859f4f459 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/HiddenGroup.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/HiddenGroup.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums; public interface HiddenGroup { diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/SynopticMsgcntrItem.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/SynopticMsgcntrItem.java index 351162824c01..8079898e54dd 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/SynopticMsgcntrItem.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/SynopticMsgcntrItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums; import java.util.Date; diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/SynopticMsgcntrManager.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/SynopticMsgcntrManager.java index 848ea2a6484b..7809f4f3c4be 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/SynopticMsgcntrManager.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/SynopticMsgcntrManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums; import java.util.HashMap; diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/UserPreferencesManager.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/UserPreferencesManager.java index edc2879f02fc..95858aadb4da 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/UserPreferencesManager.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/UserPreferencesManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/UserStatistics.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/UserStatistics.java index 3335607cfed0..1631fbd49690 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/UserStatistics.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/UserStatistics.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums; import java.util.Date; diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/cover/ForumScheduleNotificationCover.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/cover/ForumScheduleNotificationCover.java index 10a6858a4f43..1a96036188ea 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/cover/ForumScheduleNotificationCover.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/cover/ForumScheduleNotificationCover.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums.cover; import java.util.Date; diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/cover/SynopticMsgcntrManagerCover.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/cover/SynopticMsgcntrManagerCover.java index a913a9ffcf8c..c20ba1a237ff 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/cover/SynopticMsgcntrManagerCover.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/cover/SynopticMsgcntrManagerCover.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums.cover; import java.util.HashMap; diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/DecoratedForumInfo.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/DecoratedForumInfo.java index 253401dec7f5..21794cbf3cd6 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/DecoratedForumInfo.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/DecoratedForumInfo.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums.entity; import java.util.ArrayList; diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/DecoratedTopicInfo.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/DecoratedTopicInfo.java index 0f86fc90988a..30ae6701e51f 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/DecoratedTopicInfo.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/DecoratedTopicInfo.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums.entity; import java.util.List; diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/ForumEntityProvider.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/ForumEntityProvider.java index a5b21a8ba7fb..9e417f2d489e 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/ForumEntityProvider.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/ForumEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums.entity; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/ForumMessageEntityProvider.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/ForumMessageEntityProvider.java index 399426c468a5..fb46cbec98e5 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/ForumMessageEntityProvider.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/ForumMessageEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums.entity; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/ForumTopicEntityProvider.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/ForumTopicEntityProvider.java index 17bce3f33c03..f9c49ed14f19 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/ForumTopicEntityProvider.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/ForumTopicEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums.entity; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/SynopticMsgcntrItemEntityProvider.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/SynopticMsgcntrItemEntityProvider.java index 2f37c785e180..f6b76e6d058f 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/SynopticMsgcntrItemEntityProvider.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/SynopticMsgcntrItemEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums.entity; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/TopicEntityProvider.java b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/TopicEntityProvider.java index efb1d8432ede..728ce16b874d 100644 --- a/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/TopicEntityProvider.java +++ b/msgcntr/messageforums-api/src/java/org/sakaiproject/api/app/messageforums/entity/TopicEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.api.app.messageforums.entity; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/SynopticSiteSemesterComparator.java b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/SynopticSiteSemesterComparator.java index 97d4f6af0314..552f42a9f1c4 100644 --- a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/SynopticSiteSemesterComparator.java +++ b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/SynopticSiteSemesterComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.messageforums; import java.util.Comparator; diff --git a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/SynopticSitesPreferencesComparator.java b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/SynopticSitesPreferencesComparator.java index a248d987ec04..9279905e6780 100644 --- a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/SynopticSitesPreferencesComparator.java +++ b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/SynopticSitesPreferencesComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.messageforums; import java.util.Comparator; diff --git a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/ForumsEntityProviderImpl.java b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/ForumsEntityProviderImpl.java index c37e822711df..224532f43a80 100644 --- a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/ForumsEntityProviderImpl.java +++ b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/ForumsEntityProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.messageforums.entityproviders; import java.util.*; diff --git a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseAttachment.java b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseAttachment.java index 58d5e4523b51..ea03a1671e9b 100644 --- a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseAttachment.java +++ b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseAttachment.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.messageforums.entityproviders.sparsepojos; import lombok.Getter; diff --git a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseForum.java b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseForum.java index f78ba28bf776..474b581f8906 100644 --- a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseForum.java +++ b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseForum.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.messageforums.entityproviders.sparsepojos; import java.util.List; diff --git a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseMessage.java b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseMessage.java index 6f697a4df663..bba3c992d8f0 100644 --- a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseMessage.java +++ b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseMessage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.messageforums.entityproviders.sparsepojos; import java.util.ArrayList; diff --git a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseThread.java b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseThread.java index 01aecde37179..87cd0b96821b 100644 --- a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseThread.java +++ b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseThread.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.messageforums.entityproviders.sparsepojos; import lombok.Getter; diff --git a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseTopic.java b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseTopic.java index 385b14052487..1a8a99056b6f 100644 --- a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseTopic.java +++ b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparseTopic.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.messageforums.entityproviders.sparsepojos; import java.util.List; diff --git a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparsestForum.java b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparsestForum.java index 74a789f456f2..68280b5ff26c 100644 --- a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparsestForum.java +++ b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparsestForum.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.messageforums.entityproviders.sparsepojos; import java.util.ArrayList; diff --git a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparsestTopic.java b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparsestTopic.java index b3c6c8111df2..a2bc56dc7a4b 100644 --- a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparsestTopic.java +++ b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/sparsepojos/SparsestTopic.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.messageforums.entityproviders.sparsepojos; import java.util.ArrayList; diff --git a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/utils/MessageUtils.java b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/utils/MessageUtils.java index 219224b2970e..65c6b3b8c166 100644 --- a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/utils/MessageUtils.java +++ b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/entityproviders/utils/MessageUtils.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.messageforums.entityproviders.utils; import java.util.ArrayList; diff --git a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/ui/EmailNotificationBean.java b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/ui/EmailNotificationBean.java index e82f2598abf4..f81aa1b05e8b 100644 --- a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/ui/EmailNotificationBean.java +++ b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/ui/EmailNotificationBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.messageforums.ui; import org.slf4j.Logger; diff --git a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/ui/MessageForumSynopticBeanLite.java b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/ui/MessageForumSynopticBeanLite.java index 81fc9ded5ce5..417304ebccd4 100644 --- a/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/ui/MessageForumSynopticBeanLite.java +++ b/msgcntr/messageforums-app/src/java/org/sakaiproject/tool/messageforums/ui/MessageForumSynopticBeanLite.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.messageforums.ui; import java.text.DateFormat; diff --git a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/AnonymousManagerImpl.java b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/AnonymousManagerImpl.java index 24e3599d470a..6612b99eee51 100644 --- a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/AnonymousManagerImpl.java +++ b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/AnonymousManagerImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums; import java.util.ArrayList; diff --git a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/ForumScheduleNotificationImpl.java b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/ForumScheduleNotificationImpl.java index e2f9122a3dfe..ab23801e5b94 100644 --- a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/ForumScheduleNotificationImpl.java +++ b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/ForumScheduleNotificationImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums; import java.util.Date; diff --git a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/SakaiUserPreferencesManagerImpl.java b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/SakaiUserPreferencesManagerImpl.java index 74428b22cf53..09e44250daa8 100644 --- a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/SakaiUserPreferencesManagerImpl.java +++ b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/SakaiUserPreferencesManagerImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/SynopticMsgcntrManagerImpl.java b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/SynopticMsgcntrManagerImpl.java index 2fb33511fefe..bb881541e35d 100644 --- a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/SynopticMsgcntrManagerImpl.java +++ b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/SynopticMsgcntrManagerImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums; import java.sql.Connection; diff --git a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/ForumEntityProviderImpl.java b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/ForumEntityProviderImpl.java index b6f5adc6b1d8..9e1cc55d3b82 100644 --- a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/ForumEntityProviderImpl.java +++ b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/ForumEntityProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.entity; import java.text.DateFormat; diff --git a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/ForumMessageEntityProviderImpl.java b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/ForumMessageEntityProviderImpl.java index d0561a77299b..ab16e64752c0 100644 --- a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/ForumMessageEntityProviderImpl.java +++ b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/ForumMessageEntityProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.entity; import java.text.DateFormat; diff --git a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/ForumTopicEntityProviderImpl.java b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/ForumTopicEntityProviderImpl.java index 04b3099688c9..2e7163df06a0 100644 --- a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/ForumTopicEntityProviderImpl.java +++ b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/ForumTopicEntityProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.entity; import java.text.DateFormat; diff --git a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/MessageForumsEntityContentProducer.java b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/MessageForumsEntityContentProducer.java index f46a99040c06..f3ebc49d07a6 100644 --- a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/MessageForumsEntityContentProducer.java +++ b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/MessageForumsEntityContentProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.entity; import java.io.Reader; diff --git a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/SynopticMsgcntrItemEntityProviderImpl.java b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/SynopticMsgcntrItemEntityProviderImpl.java index c8b4a1168fb2..7b633242c2c7 100644 --- a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/SynopticMsgcntrItemEntityProviderImpl.java +++ b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/SynopticMsgcntrItemEntityProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.entity; import java.util.Arrays; diff --git a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/TopicEntityProviderImpl.java b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/TopicEntityProviderImpl.java index 29b46b2a3ce3..06606a39fb8f 100644 --- a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/TopicEntityProviderImpl.java +++ b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/entity/TopicEntityProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.entity; import java.text.DateFormat; diff --git a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/jobs/UpdateSynopticMessageCounts.java b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/jobs/UpdateSynopticMessageCounts.java index f68e3baee297..4addab329c14 100644 --- a/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/jobs/UpdateSynopticMessageCounts.java +++ b/msgcntr/messageforums-component-impl/src/java/org/sakaiproject/component/app/messageforums/jobs/UpdateSynopticMessageCounts.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.jobs; import java.sql.Connection; diff --git a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/AnonymousMappingImpl.java b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/AnonymousMappingImpl.java index a392fda12e7c..6c2cda2df596 100644 --- a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/AnonymousMappingImpl.java +++ b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/AnonymousMappingImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.dao.hibernate; import java.io.Serializable; diff --git a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/HiddenGroupImpl.java b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/HiddenGroupImpl.java index a87c9ef81879..6cfe632c8bd3 100644 --- a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/HiddenGroupImpl.java +++ b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/HiddenGroupImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.dao.hibernate; import org.sakaiproject.api.app.messageforums.Area; diff --git a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/SynopticMsgcntrItemImpl.java b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/SynopticMsgcntrItemImpl.java index 5a76505fcd49..30586d882963 100644 --- a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/SynopticMsgcntrItemImpl.java +++ b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/SynopticMsgcntrItemImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.dao.hibernate; import java.util.Date; diff --git a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/AttachmentByCreatedDateDesc.java b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/AttachmentByCreatedDateDesc.java index 5c9be0bd627c..769812d852b8 100644 --- a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/AttachmentByCreatedDateDesc.java +++ b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/AttachmentByCreatedDateDesc.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.dao.hibernate.util.comparator; import java.util.Comparator; diff --git a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/ForumBySortIndexAscAndCreatedDateDesc.java b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/ForumBySortIndexAscAndCreatedDateDesc.java index bfb491b26377..95dda14bead2 100644 --- a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/ForumBySortIndexAscAndCreatedDateDesc.java +++ b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/ForumBySortIndexAscAndCreatedDateDesc.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.dao.hibernate.util.comparator; import java.util.Comparator; diff --git a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/MessageByCreatedDateDesc.java b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/MessageByCreatedDateDesc.java index e8a1dc34f4e8..cd412f91ec9a 100644 --- a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/MessageByCreatedDateDesc.java +++ b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/MessageByCreatedDateDesc.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.dao.hibernate.util.comparator; import java.util.Comparator; diff --git a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/RankImageByCreatedDateDesc.java b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/RankImageByCreatedDateDesc.java index 2a3399944ce5..77c5eb57963b 100644 --- a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/RankImageByCreatedDateDesc.java +++ b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/RankImageByCreatedDateDesc.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.dao.hibernate.util.comparator; import java.util.Comparator; diff --git a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/TopicBySortIndexAscAndCreatedDateDesc.java b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/TopicBySortIndexAscAndCreatedDateDesc.java index 8761be6a8483..337b909e96c9 100644 --- a/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/TopicBySortIndexAscAndCreatedDateDesc.java +++ b/msgcntr/messageforums-hbm/src/java/org/sakaiproject/component/app/messageforums/dao/hibernate/util/comparator/TopicBySortIndexAscAndCreatedDateDesc.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.messageforums.dao.hibernate.util.comparator; import java.util.Comparator; diff --git a/mycalendar/src/java/org/sakaiproject/mycalendar/WidgetApplication.java b/mycalendar/src/java/org/sakaiproject/mycalendar/WidgetApplication.java index 5ff4a39567e8..9717233629d5 100644 --- a/mycalendar/src/java/org/sakaiproject/mycalendar/WidgetApplication.java +++ b/mycalendar/src/java/org/sakaiproject/mycalendar/WidgetApplication.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.mycalendar; import org.apache.wicket.protocol.http.WebApplication; diff --git a/mycalendar/src/java/org/sakaiproject/mycalendar/ui/WidgetPage.java b/mycalendar/src/java/org/sakaiproject/mycalendar/ui/WidgetPage.java index c4076ccd0520..b3d742159cca 100644 --- a/mycalendar/src/java/org/sakaiproject/mycalendar/ui/WidgetPage.java +++ b/mycalendar/src/java/org/sakaiproject/mycalendar/ui/WidgetPage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.mycalendar.ui; import java.util.TimeZone; diff --git a/myconnections/src/java/org/sakaiproject/myconnections/WidgetApplication.java b/myconnections/src/java/org/sakaiproject/myconnections/WidgetApplication.java index 4941f2c2aa2f..ec02ded62de5 100644 --- a/myconnections/src/java/org/sakaiproject/myconnections/WidgetApplication.java +++ b/myconnections/src/java/org/sakaiproject/myconnections/WidgetApplication.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.myconnections; import org.apache.wicket.protocol.http.WebApplication; diff --git a/myconnections/src/java/org/sakaiproject/myconnections/ui/WidgetPage.java b/myconnections/src/java/org/sakaiproject/myconnections/ui/WidgetPage.java index 939e6af7045d..4c9dcb6f7b14 100644 --- a/myconnections/src/java/org/sakaiproject/myconnections/ui/WidgetPage.java +++ b/myconnections/src/java/org/sakaiproject/myconnections/ui/WidgetPage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.myconnections.ui; import java.util.Arrays; diff --git a/myconnections/src/java/org/sakaiproject/myconnections/ui/components/ConnectionsGrid.java b/myconnections/src/java/org/sakaiproject/myconnections/ui/components/ConnectionsGrid.java index edbc9e8f25d1..2cb02c4f3b2d 100644 --- a/myconnections/src/java/org/sakaiproject/myconnections/ui/components/ConnectionsGrid.java +++ b/myconnections/src/java/org/sakaiproject/myconnections/ui/components/ConnectionsGrid.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.myconnections.ui.components; import java.util.List; diff --git a/myconnections/src/java/org/sakaiproject/myconnections/ui/components/ProfileThumbnail.java b/myconnections/src/java/org/sakaiproject/myconnections/ui/components/ProfileThumbnail.java index eefe74cb3273..59461c6d69f8 100644 --- a/myconnections/src/java/org/sakaiproject/myconnections/ui/components/ProfileThumbnail.java +++ b/myconnections/src/java/org/sakaiproject/myconnections/ui/components/ProfileThumbnail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.myconnections.ui.components; import java.util.concurrent.TimeUnit; diff --git a/oauth/api/src/java/org/sakaiproject/oauth/filter/OAuthPostFilter.java b/oauth/api/src/java/org/sakaiproject/oauth/filter/OAuthPostFilter.java index 1d4d0639b122..9e254343f798 100644 --- a/oauth/api/src/java/org/sakaiproject/oauth/filter/OAuthPostFilter.java +++ b/oauth/api/src/java/org/sakaiproject/oauth/filter/OAuthPostFilter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.oauth.filter; diff --git a/oauth/api/src/java/org/sakaiproject/oauth/service/OAuthHttpService.java b/oauth/api/src/java/org/sakaiproject/oauth/service/OAuthHttpService.java index 7418a0ef24b3..c3c18a2a95cd 100644 --- a/oauth/api/src/java/org/sakaiproject/oauth/service/OAuthHttpService.java +++ b/oauth/api/src/java/org/sakaiproject/oauth/service/OAuthHttpService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.oauth.service; diff --git a/oauth/tool/src/java/org/sakaiproject/oauth/tool/admin/OauthAdminApplication.java b/oauth/tool/src/java/org/sakaiproject/oauth/tool/admin/OauthAdminApplication.java index 59f839013f92..b0eb8a50610e 100755 --- a/oauth/tool/src/java/org/sakaiproject/oauth/tool/admin/OauthAdminApplication.java +++ b/oauth/tool/src/java/org/sakaiproject/oauth/tool/admin/OauthAdminApplication.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.oauth.tool.admin; diff --git a/pasystem/pasystem-impl/impl/src/java/org/sakaiproject/pasystem/impl/handlebars/ForeverTemplateCache.java b/pasystem/pasystem-impl/impl/src/java/org/sakaiproject/pasystem/impl/handlebars/ForeverTemplateCache.java index 8d84e40f71b3..6a2cdb628877 100644 --- a/pasystem/pasystem-impl/impl/src/java/org/sakaiproject/pasystem/impl/handlebars/ForeverTemplateCache.java +++ b/pasystem/pasystem-impl/impl/src/java/org/sakaiproject/pasystem/impl/handlebars/ForeverTemplateCache.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.pasystem.impl.handlebars; import com.github.jknack.handlebars.Parser; diff --git a/podcasts/podcasts-app/src/java/org/sakaiproject/tool/podcasts/entityproviders/PodcastEntityProvider.java b/podcasts/podcasts-app/src/java/org/sakaiproject/tool/podcasts/entityproviders/PodcastEntityProvider.java index d4db4633f38a..9c567fd42048 100644 --- a/podcasts/podcasts-app/src/java/org/sakaiproject/tool/podcasts/entityproviders/PodcastEntityProvider.java +++ b/podcasts/podcasts-app/src/java/org/sakaiproject/tool/podcasts/entityproviders/PodcastEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.podcasts.entityproviders; import java.util.ArrayList; diff --git a/podcasts/podcasts-impl/src/java/org/sakaiproject/component/app/podcasts/Utilities.java b/podcasts/podcasts-impl/src/java/org/sakaiproject/component/app/podcasts/Utilities.java index f49826ab6069..8079da6ccc2e 100644 --- a/podcasts/podcasts-impl/src/java/org/sakaiproject/component/app/podcasts/Utilities.java +++ b/podcasts/podcasts-impl/src/java/org/sakaiproject/component/app/podcasts/Utilities.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2004-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.app.podcasts; public class Utilities { diff --git a/polls/impl/src/test/org/sakaiproject/poll/logic/test/PollListManagerImplTest.java b/polls/impl/src/test/org/sakaiproject/poll/logic/test/PollListManagerImplTest.java index a73c81e81d6b..7f5c0192c648 100644 --- a/polls/impl/src/test/org/sakaiproject/poll/logic/test/PollListManagerImplTest.java +++ b/polls/impl/src/test/org/sakaiproject/poll/logic/test/PollListManagerImplTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.poll.logic.test; import org.junit.Assert; diff --git a/polls/tool/src/java/org/sakaiproject/poll/tool/evolvers/SakaiFCKTextEvolver.java b/polls/tool/src/java/org/sakaiproject/poll/tool/evolvers/SakaiFCKTextEvolver.java index 0c7473924a25..f62971bc07c3 100644 --- a/polls/tool/src/java/org/sakaiproject/poll/tool/evolvers/SakaiFCKTextEvolver.java +++ b/polls/tool/src/java/org/sakaiproject/poll/tool/evolvers/SakaiFCKTextEvolver.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Created on 22 Sep 2006 Temp fix for http://www.caret.cam.ac.uk/jira/browse/RSF-44 from * http://ponder.org.uk/rsf/posts/list/184.page diff --git a/portal/portal-api/api/src/java/org/sakaiproject/portal/beans/BullhornAlert.java b/portal/portal-api/api/src/java/org/sakaiproject/portal/beans/BullhornAlert.java index faadfb82b0ee..07e2b6e0f958 100644 --- a/portal/portal-api/api/src/java/org/sakaiproject/portal/beans/BullhornAlert.java +++ b/portal/portal-api/api/src/java/org/sakaiproject/portal/beans/BullhornAlert.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.beans; import java.sql.ResultSet; diff --git a/portal/portal-api/api/src/java/org/sakaiproject/portal/beans/PortalNotifications.java b/portal/portal-api/api/src/java/org/sakaiproject/portal/beans/PortalNotifications.java index b36e5c6b4821..90a11769bf72 100644 --- a/portal/portal-api/api/src/java/org/sakaiproject/portal/beans/PortalNotifications.java +++ b/portal/portal-api/api/src/java/org/sakaiproject/portal/beans/PortalNotifications.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.beans; import java.util.List; diff --git a/portal/portal-chat/tool/src/java/org/sakaiproject/portal/chat/entity/PCServiceEntityProvider.java b/portal/portal-chat/tool/src/java/org/sakaiproject/portal/chat/entity/PCServiceEntityProvider.java index a9cbbf447bff..a44b595a12c7 100644 --- a/portal/portal-chat/tool/src/java/org/sakaiproject/portal/chat/entity/PCServiceEntityProvider.java +++ b/portal/portal-chat/tool/src/java/org/sakaiproject/portal/chat/entity/PCServiceEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.chat.entity; import java.io.File; diff --git a/portal/portal-chat/tool/src/test/org/sakaiproject/portal/chat/entity/PCServiceEntityProviderTest.java b/portal/portal-chat/tool/src/test/org/sakaiproject/portal/chat/entity/PCServiceEntityProviderTest.java index 9402691da078..5f5a0744a188 100644 --- a/portal/portal-chat/tool/src/test/org/sakaiproject/portal/chat/entity/PCServiceEntityProviderTest.java +++ b/portal/portal-chat/tool/src/test/org/sakaiproject/portal/chat/entity/PCServiceEntityProviderTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.chat.entity; import junit.framework.TestCase; diff --git a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/BufferedContentRenderResult.java b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/BufferedContentRenderResult.java index d552dc433362..077078003764 100644 --- a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/BufferedContentRenderResult.java +++ b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/BufferedContentRenderResult.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.charon; diff --git a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/FavoritesHandler.java b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/FavoritesHandler.java index 6b971cc6da59..e272732a176a 100644 --- a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/FavoritesHandler.java +++ b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/FavoritesHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.charon.handlers; import javax.servlet.http.HttpServletRequest; diff --git a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/GenerateBugReportHandler.java b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/GenerateBugReportHandler.java index 3ebaab5c9fff..795dc6d768e7 100644 --- a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/GenerateBugReportHandler.java +++ b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/GenerateBugReportHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.charon.handlers; import javax.servlet.http.HttpServletRequest; diff --git a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/JoinHandler.java b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/JoinHandler.java index 3fd385e9615d..13ad89964c6e 100644 --- a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/JoinHandler.java +++ b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/JoinHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.charon.handlers; import java.io.IOException; diff --git a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/RoleSwitchHandler.java b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/RoleSwitchHandler.java index 7fe6651f0f85..954c09d84b06 100644 --- a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/RoleSwitchHandler.java +++ b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/RoleSwitchHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.charon.handlers; import java.util.Set; diff --git a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/RoleSwitchOutHandler.java b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/RoleSwitchOutHandler.java index 53f9fe000624..7a02319d46fc 100644 --- a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/RoleSwitchOutHandler.java +++ b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/charon/handlers/RoleSwitchOutHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.charon.handlers; import javax.servlet.http.HttpServletRequest; diff --git a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/entityprovider/PortalEntityProvider.java b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/entityprovider/PortalEntityProvider.java index 83693e22afd8..ddb8ad3dbdec 100644 --- a/portal/portal-impl/impl/src/java/org/sakaiproject/portal/entityprovider/PortalEntityProvider.java +++ b/portal/portal-impl/impl/src/java/org/sakaiproject/portal/entityprovider/PortalEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.entityprovider; import java.io.IOException; diff --git a/portal/portal-impl/impl/src/test/org/sakaiproject/portal/charon/handlers/SiteHandlerTest.java b/portal/portal-impl/impl/src/test/org/sakaiproject/portal/charon/handlers/SiteHandlerTest.java index c99be0b1d284..d542a9a30753 100644 --- a/portal/portal-impl/impl/src/test/org/sakaiproject/portal/charon/handlers/SiteHandlerTest.java +++ b/portal/portal-impl/impl/src/test/org/sakaiproject/portal/charon/handlers/SiteHandlerTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.charon.handlers; import junit.framework.Assert; diff --git a/portal/portal-impl/impl/src/test/org/sakaiproject/portal/charon/site/PortalSiteHelperTest.java b/portal/portal-impl/impl/src/test/org/sakaiproject/portal/charon/site/PortalSiteHelperTest.java index e69de29bb2d1..165d30c52e31 100644 --- a/portal/portal-impl/impl/src/test/org/sakaiproject/portal/charon/site/PortalSiteHelperTest.java +++ b/portal/portal-impl/impl/src/test/org/sakaiproject/portal/charon/site/PortalSiteHelperTest.java @@ -0,0 +1,15 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/portal/portal-render-api/api/src/java/org/sakaiproject/portal/render/api/RenderResult.java b/portal/portal-render-api/api/src/java/org/sakaiproject/portal/render/api/RenderResult.java index 05a3a71fafe7..8e2299f0c4d4 100644 --- a/portal/portal-render-api/api/src/java/org/sakaiproject/portal/render/api/RenderResult.java +++ b/portal/portal-render-api/api/src/java/org/sakaiproject/portal/render/api/RenderResult.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.render.api; /** diff --git a/portal/portal-render-api/api/src/java/org/sakaiproject/portal/render/api/ToolRenderException.java b/portal/portal-render-api/api/src/java/org/sakaiproject/portal/render/api/ToolRenderException.java index dddf34555005..42fcf57502e1 100644 --- a/portal/portal-render-api/api/src/java/org/sakaiproject/portal/render/api/ToolRenderException.java +++ b/portal/portal-render-api/api/src/java/org/sakaiproject/portal/render/api/ToolRenderException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.render.api; import java.io.IOException; diff --git a/portal/portal-render-api/api/src/java/org/sakaiproject/portal/render/api/ToolRenderService.java b/portal/portal-render-api/api/src/java/org/sakaiproject/portal/render/api/ToolRenderService.java index 57967f9b42cf..e69febaa149a 100644 --- a/portal/portal-render-api/api/src/java/org/sakaiproject/portal/render/api/ToolRenderService.java +++ b/portal/portal-render-api/api/src/java/org/sakaiproject/portal/render/api/ToolRenderService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.render.api; import java.io.IOException; diff --git a/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/PortletToolRenderServiceTest.java b/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/PortletToolRenderServiceTest.java index ddb526ac5341..e898f9a16cb8 100644 --- a/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/PortletToolRenderServiceTest.java +++ b/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/PortletToolRenderServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.render.portlet; import junit.framework.TestCase; diff --git a/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/Base64RecoderTest.java b/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/Base64RecoderTest.java index 671b111fe46c..d03266d1651d 100644 --- a/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/Base64RecoderTest.java +++ b/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/Base64RecoderTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.render.portlet.services.state; import junit.framework.TestCase; diff --git a/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/BasicWebRecoderTest.java b/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/BasicWebRecoderTest.java index ce44c118d762..7e5cd79a33ae 100644 --- a/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/BasicWebRecoderTest.java +++ b/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/BasicWebRecoderTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.render.portlet.services.state; import junit.framework.TestCase; diff --git a/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/EnhancedPortletStateEncoderTest.java b/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/EnhancedPortletStateEncoderTest.java index f9aa56c9f79c..6ae0cc8c97cd 100644 --- a/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/EnhancedPortletStateEncoderTest.java +++ b/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/EnhancedPortletStateEncoderTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.render.portlet.services.state; import java.util.HashMap; diff --git a/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/PortletStateTest.java b/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/PortletStateTest.java index f7bc7c16ee87..79be4911fef6 100644 --- a/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/PortletStateTest.java +++ b/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/PortletStateTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.render.portlet.services.state; import java.io.ByteArrayInputStream; diff --git a/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/SimplePortletStateEncoderTest.java b/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/SimplePortletStateEncoderTest.java index 69df93590194..ba964d68958d 100644 --- a/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/SimplePortletStateEncoderTest.java +++ b/portal/portal-render-impl/impl/src/test/org/sakaiproject/portal/render/portlet/services/state/SimplePortletStateEncoderTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.render.portlet.services.state; import javax.portlet.PortletMode; diff --git a/portal/portal-service-impl/impl/src/java/org/sakaiproject/portal/service/AliasingSiteAdvisor.java b/portal/portal-service-impl/impl/src/java/org/sakaiproject/portal/service/AliasingSiteAdvisor.java index 9aeaa49add52..a4aed44be158 100644 --- a/portal/portal-service-impl/impl/src/java/org/sakaiproject/portal/service/AliasingSiteAdvisor.java +++ b/portal/portal-service-impl/impl/src/java/org/sakaiproject/portal/service/AliasingSiteAdvisor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.service; import java.util.List; diff --git a/portal/portal-service-impl/impl/src/java/org/sakaiproject/portal/service/BullhornServiceImpl.java b/portal/portal-service-impl/impl/src/java/org/sakaiproject/portal/service/BullhornServiceImpl.java index 601d6a78817b..60c0c0a3608f 100644 --- a/portal/portal-service-impl/impl/src/java/org/sakaiproject/portal/service/BullhornServiceImpl.java +++ b/portal/portal-service-impl/impl/src/java/org/sakaiproject/portal/service/BullhornServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.service; import java.lang.reflect.Method; diff --git a/portal/portal-service-impl/impl/src/test/org/sakaiproject/portal/service/SiteNeighbourhoodServiceImplTest.java b/portal/portal-service-impl/impl/src/test/org/sakaiproject/portal/service/SiteNeighbourhoodServiceImplTest.java index 0053bbfaebaa..121c89f88ea3 100644 --- a/portal/portal-service-impl/impl/src/test/org/sakaiproject/portal/service/SiteNeighbourhoodServiceImplTest.java +++ b/portal/portal-service-impl/impl/src/test/org/sakaiproject/portal/service/SiteNeighbourhoodServiceImplTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portal.service; import java.util.ArrayList; diff --git a/postem/postem-app/src/java/org/sakaiproject/tool/postem/URLConnectionReader.java b/postem/postem-app/src/java/org/sakaiproject/tool/postem/URLConnectionReader.java index a5618e080967..ac933ee3a9c3 100644 --- a/postem/postem-app/src/java/org/sakaiproject/tool/postem/URLConnectionReader.java +++ b/postem/postem-app/src/java/org/sakaiproject/tool/postem/URLConnectionReader.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2004-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ //http://stackoverflow.com/questions/4328711/read-url-to-string-in-few-lines-of-java-code //Added maxlines limiter diff --git a/profile2/api/src/java/org/sakaiproject/profile2/model/MyProfilePanelState.java b/profile2/api/src/java/org/sakaiproject/profile2/model/MyProfilePanelState.java index ab805c07acf4..a146700b74f3 100644 --- a/profile2/api/src/java/org/sakaiproject/profile2/model/MyProfilePanelState.java +++ b/profile2/api/src/java/org/sakaiproject/profile2/model/MyProfilePanelState.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2008-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.profile2.model; public class MyProfilePanelState { diff --git a/profile2/api/src/java/org/sakaiproject/profile2/service/ProfileImageService.java b/profile2/api/src/java/org/sakaiproject/profile2/service/ProfileImageService.java index 718f41bccf6a..783ec7ba4ef3 100644 --- a/profile2/api/src/java/org/sakaiproject/profile2/service/ProfileImageService.java +++ b/profile2/api/src/java/org/sakaiproject/profile2/service/ProfileImageService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2008-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.profile2.service; public interface ProfileImageService { diff --git a/profile2/impl/src/java/org/sakaiproject/profile2/service/ProfileImageServiceImpl.java b/profile2/impl/src/java/org/sakaiproject/profile2/service/ProfileImageServiceImpl.java index 5f33d887e701..19c13045f192 100644 --- a/profile2/impl/src/java/org/sakaiproject/profile2/service/ProfileImageServiceImpl.java +++ b/profile2/impl/src/java/org/sakaiproject/profile2/service/ProfileImageServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2008-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.profile2.service; import lombok.Setter; diff --git a/profile2/tool/src/java/org/sakaiproject/profile2/tool/components/JavascriptEventConfirmation.java b/profile2/tool/src/java/org/sakaiproject/profile2/tool/components/JavascriptEventConfirmation.java index bd0b2cb5744b..a40c33a3c684 100644 --- a/profile2/tool/src/java/org/sakaiproject/profile2/tool/components/JavascriptEventConfirmation.java +++ b/profile2/tool/src/java/org/sakaiproject/profile2/tool/components/JavascriptEventConfirmation.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2008-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.profile2.tool.components; import org.apache.wicket.AttributeModifier; diff --git a/profile2/tool/src/java/org/sakaiproject/profile2/tool/components/LocaleAwareHtmlTag.java b/profile2/tool/src/java/org/sakaiproject/profile2/tool/components/LocaleAwareHtmlTag.java index 6e2230254cba..8e6ffd14e363 100644 --- a/profile2/tool/src/java/org/sakaiproject/profile2/tool/components/LocaleAwareHtmlTag.java +++ b/profile2/tool/src/java/org/sakaiproject/profile2/tool/components/LocaleAwareHtmlTag.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2008-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.profile2.tool.components; import org.apache.wicket.AttributeModifier; diff --git a/profile2/tool/src/java/org/sakaiproject/profile2/tool/components/ProfileImage.java b/profile2/tool/src/java/org/sakaiproject/profile2/tool/components/ProfileImage.java index adcb8cfaf947..bd0ecff28a70 100644 --- a/profile2/tool/src/java/org/sakaiproject/profile2/tool/components/ProfileImage.java +++ b/profile2/tool/src/java/org/sakaiproject/profile2/tool/components/ProfileImage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2008-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.profile2.tool.components; import org.apache.wicket.markup.ComponentTag; diff --git a/profile2/tool/src/java/org/sakaiproject/profile2/tool/entityprovider/ProfileImageEntityProvider.java b/profile2/tool/src/java/org/sakaiproject/profile2/tool/entityprovider/ProfileImageEntityProvider.java index 09c3806faaa0..0345011e5660 100644 --- a/profile2/tool/src/java/org/sakaiproject/profile2/tool/entityprovider/ProfileImageEntityProvider.java +++ b/profile2/tool/src/java/org/sakaiproject/profile2/tool/entityprovider/ProfileImageEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2008-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.profile2.tool.entityprovider; import lombok.extern.slf4j.Slf4j; diff --git a/profile2/tool/src/java/org/sakaiproject/profile2/tool/entityprovider/RosterEntityProvider.java b/profile2/tool/src/java/org/sakaiproject/profile2/tool/entityprovider/RosterEntityProvider.java index ba80df5a8db9..b1fca888b267 100644 --- a/profile2/tool/src/java/org/sakaiproject/profile2/tool/entityprovider/RosterEntityProvider.java +++ b/profile2/tool/src/java/org/sakaiproject/profile2/tool/entityprovider/RosterEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2008-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.profile2.tool.entityprovider; import java.util.ArrayList; diff --git a/providers/cm-authz-provider/src/java/org/sakaiproject/coursemanagement/impl/provider/BaseRoleResolver.java b/providers/cm-authz-provider/src/java/org/sakaiproject/coursemanagement/impl/provider/BaseRoleResolver.java index da5ce0321962..0d264c35f452 100644 --- a/providers/cm-authz-provider/src/java/org/sakaiproject/coursemanagement/impl/provider/BaseRoleResolver.java +++ b/providers/cm-authz-provider/src/java/org/sakaiproject/coursemanagement/impl/provider/BaseRoleResolver.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * * $Id$ diff --git a/providers/cm-authz-provider/test/org/sakaiproject/coursemanagement/impl/provider/CourseManagementGroupProviderTest.java b/providers/cm-authz-provider/test/org/sakaiproject/coursemanagement/impl/provider/CourseManagementGroupProviderTest.java index ac6e81f90779..8e61ff042b1c 100644 --- a/providers/cm-authz-provider/test/org/sakaiproject/coursemanagement/impl/provider/CourseManagementGroupProviderTest.java +++ b/providers/cm-authz-provider/test/org/sakaiproject/coursemanagement/impl/provider/CourseManagementGroupProviderTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.coursemanagement.impl.provider; import org.junit.Before; diff --git a/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/AbstractAuthenticateTest.java b/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/AbstractAuthenticateTest.java index 002d0dafb9d2..7afe57684651 100644 --- a/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/AbstractAuthenticateTest.java +++ b/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/AbstractAuthenticateTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.kerberos.user; import java.io.IOException; diff --git a/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/SimpleJassAuthenticateTest.java b/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/SimpleJassAuthenticateTest.java index 847aa7d0227d..acb563786fa6 100644 --- a/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/SimpleJassAuthenticateTest.java +++ b/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/SimpleJassAuthenticateTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.kerberos.user; diff --git a/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/ThreadedJaasAuthenticateTest.java b/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/ThreadedJaasAuthenticateTest.java index b1a39c208d56..4c11701b4eb6 100644 --- a/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/ThreadedJaasAuthenticateTest.java +++ b/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/ThreadedJaasAuthenticateTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.kerberos.user; import java.lang.Thread.UncaughtExceptionHandler; diff --git a/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/VerifyJassAuthenticateTest.java b/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/VerifyJassAuthenticateTest.java index f0d736242f8c..c8cd6f3ac988 100644 --- a/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/VerifyJassAuthenticateTest.java +++ b/providers/kerberos/src/test/org/sakaiproject/component/kerberos/user/VerifyJassAuthenticateTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.component.kerberos.user; diff --git a/providers/userdetail/src/java/org/sakaiproject/user/detail/CandidateDetailProviderImpl.java b/providers/userdetail/src/java/org/sakaiproject/user/detail/CandidateDetailProviderImpl.java index 46c8f05f13ce..22a769322bf5 100644 --- a/providers/userdetail/src/java/org/sakaiproject/user/detail/CandidateDetailProviderImpl.java +++ b/providers/userdetail/src/java/org/sakaiproject/user/detail/CandidateDetailProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.detail; import org.apache.commons.lang.StringUtils; diff --git a/providers/userdetail/src/java/org/sakaiproject/user/detail/ChainedDetailProvider.java b/providers/userdetail/src/java/org/sakaiproject/user/detail/ChainedDetailProvider.java index d55e08d1f0a9..ff699244858a 100644 --- a/providers/userdetail/src/java/org/sakaiproject/user/detail/ChainedDetailProvider.java +++ b/providers/userdetail/src/java/org/sakaiproject/user/detail/ChainedDetailProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.detail; import org.apache.commons.lang.StringUtils; diff --git a/providers/userdetail/src/java/org/sakaiproject/user/detail/FallbackDetailProvider.java b/providers/userdetail/src/java/org/sakaiproject/user/detail/FallbackDetailProvider.java index 64f6fe3b0b1e..bd9c49dc4527 100644 --- a/providers/userdetail/src/java/org/sakaiproject/user/detail/FallbackDetailProvider.java +++ b/providers/userdetail/src/java/org/sakaiproject/user/detail/FallbackDetailProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.detail; import java.util.List; diff --git a/providers/userdetail/src/java/org/sakaiproject/user/detail/MappingDetailProvider.java b/providers/userdetail/src/java/org/sakaiproject/user/detail/MappingDetailProvider.java index 8f6fc369b877..1e7d5f4c46b2 100644 --- a/providers/userdetail/src/java/org/sakaiproject/user/detail/MappingDetailProvider.java +++ b/providers/userdetail/src/java/org/sakaiproject/user/detail/MappingDetailProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.detail; import org.sakaiproject.site.api.Site; diff --git a/providers/userdetail/src/java/org/sakaiproject/user/detail/ValueEncryptionUtilities.java b/providers/userdetail/src/java/org/sakaiproject/user/detail/ValueEncryptionUtilities.java index ba9acac3d710..62299475cd30 100644 --- a/providers/userdetail/src/java/org/sakaiproject/user/detail/ValueEncryptionUtilities.java +++ b/providers/userdetail/src/java/org/sakaiproject/user/detail/ValueEncryptionUtilities.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.detail; import org.slf4j.Logger; diff --git a/providers/userdetail/src/test/org/sakaiproject/user/detail/ValueEncryptionUtilitiesTest.java b/providers/userdetail/src/test/org/sakaiproject/user/detail/ValueEncryptionUtilitiesTest.java index e8c91e2a3d6e..9a10330ab061 100644 --- a/providers/userdetail/src/test/org/sakaiproject/user/detail/ValueEncryptionUtilitiesTest.java +++ b/providers/userdetail/src/test/org/sakaiproject/user/detail/ValueEncryptionUtilitiesTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.detail; diff --git a/reset-pass/account-validator-api/src/java/org/sakaiproject/accountvalidator/entity/ValidationEntityProvider.java b/reset-pass/account-validator-api/src/java/org/sakaiproject/accountvalidator/entity/ValidationEntityProvider.java index c1f599ef3825..e49544d50c1c 100644 --- a/reset-pass/account-validator-api/src/java/org/sakaiproject/accountvalidator/entity/ValidationEntityProvider.java +++ b/reset-pass/account-validator-api/src/java/org/sakaiproject/accountvalidator/entity/ValidationEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.accountvalidator.entity; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/reset-pass/account-validator-tool/src/java/org/sakaiproject/accountvalidator/tool/producers/BaseValidationProducer.java b/reset-pass/account-validator-tool/src/java/org/sakaiproject/accountvalidator/tool/producers/BaseValidationProducer.java index f01d5cb76fa1..0b3aa9484977 100644 --- a/reset-pass/account-validator-tool/src/java/org/sakaiproject/accountvalidator/tool/producers/BaseValidationProducer.java +++ b/reset-pass/account-validator-tool/src/java/org/sakaiproject/accountvalidator/tool/producers/BaseValidationProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.accountvalidator.tool.producers; import org.slf4j.Logger; diff --git a/reset-pass/account-validator-tool/src/java/org/sakaiproject/accountvalidator/tool/producers/RequestAccountProducer.java b/reset-pass/account-validator-tool/src/java/org/sakaiproject/accountvalidator/tool/producers/RequestAccountProducer.java index 8c858f5acd73..54919f50ff31 100644 --- a/reset-pass/account-validator-tool/src/java/org/sakaiproject/accountvalidator/tool/producers/RequestAccountProducer.java +++ b/reset-pass/account-validator-tool/src/java/org/sakaiproject/accountvalidator/tool/producers/RequestAccountProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.accountvalidator.tool.producers; import org.slf4j.Logger; diff --git a/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/ConfirmProducer.java b/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/ConfirmProducer.java index 704449f85bcb..21178553f3ce 100644 --- a/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/ConfirmProducer.java +++ b/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/ConfirmProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.resetpass; diff --git a/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/FormHandler.java b/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/FormHandler.java index cccfb09b00a6..999cd7264f4b 100644 --- a/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/FormHandler.java +++ b/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/FormHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.resetpass; import java.util.ArrayList; diff --git a/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/FormProducer.java b/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/FormProducer.java index 555ff32bdcae..b0180efa69fd 100644 --- a/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/FormProducer.java +++ b/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/FormProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/RetUser.java b/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/RetUser.java index 1ea60875fc04..3c6ebd9cdfb7 100644 --- a/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/RetUser.java +++ b/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/RetUser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.resetpass; import org.sakaiproject.user.api.User; diff --git a/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/UserValidator.java b/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/UserValidator.java index c506bab6db4e..2275095135ae 100644 --- a/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/UserValidator.java +++ b/reset-pass/reset-pass/src/java/org/sakaiproject/tool/resetpass/UserValidator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.resetpass; import java.util.Arrays; diff --git a/roster2/src/java/org/sakaiproject/roster/api/RosterData.java b/roster2/src/java/org/sakaiproject/roster/api/RosterData.java index 704b4cc8f056..5cf2a6d5ce36 100644 --- a/roster2/src/java/org/sakaiproject/roster/api/RosterData.java +++ b/roster2/src/java/org/sakaiproject/roster/api/RosterData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.roster.api; import java.util.List; diff --git a/roster2/src/java/org/sakaiproject/roster/api/RosterEnrollment.java b/roster2/src/java/org/sakaiproject/roster/api/RosterEnrollment.java index 9ad1b927b07d..47f4fadedb0f 100644 --- a/roster2/src/java/org/sakaiproject/roster/api/RosterEnrollment.java +++ b/roster2/src/java/org/sakaiproject/roster/api/RosterEnrollment.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/roster2/src/java/org/sakaiproject/roster/api/RosterFunctions.java b/roster2/src/java/org/sakaiproject/roster/api/RosterFunctions.java index 0c91fe79bc55..f7d6726138eb 100644 --- a/roster2/src/java/org/sakaiproject/roster/api/RosterFunctions.java +++ b/roster2/src/java/org/sakaiproject/roster/api/RosterFunctions.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/roster2/src/java/org/sakaiproject/roster/api/RosterGroup.java b/roster2/src/java/org/sakaiproject/roster/api/RosterGroup.java index 1b8de8c11934..fe726914d8c1 100644 --- a/roster2/src/java/org/sakaiproject/roster/api/RosterGroup.java +++ b/roster2/src/java/org/sakaiproject/roster/api/RosterGroup.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/roster2/src/java/org/sakaiproject/roster/api/RosterMember.java b/roster2/src/java/org/sakaiproject/roster/api/RosterMember.java index 050ec814ca2a..d3ad5e825e28 100644 --- a/roster2/src/java/org/sakaiproject/roster/api/RosterMember.java +++ b/roster2/src/java/org/sakaiproject/roster/api/RosterMember.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/roster2/src/java/org/sakaiproject/roster/api/RosterMemberComparator.java b/roster2/src/java/org/sakaiproject/roster/api/RosterMemberComparator.java index d350a2dab6f3..eeddfa095f0b 100644 --- a/roster2/src/java/org/sakaiproject/roster/api/RosterMemberComparator.java +++ b/roster2/src/java/org/sakaiproject/roster/api/RosterMemberComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/roster2/src/java/org/sakaiproject/roster/api/RosterSite.java b/roster2/src/java/org/sakaiproject/roster/api/RosterSite.java index 607c80ec7226..ce07df6f77df 100644 --- a/roster2/src/java/org/sakaiproject/roster/api/RosterSite.java +++ b/roster2/src/java/org/sakaiproject/roster/api/RosterSite.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/roster2/src/java/org/sakaiproject/roster/api/SakaiProxy.java b/roster2/src/java/org/sakaiproject/roster/api/SakaiProxy.java index 4e03e1b44466..a6573f47f551 100644 --- a/roster2/src/java/org/sakaiproject/roster/api/SakaiProxy.java +++ b/roster2/src/java/org/sakaiproject/roster/api/SakaiProxy.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/roster2/src/java/org/sakaiproject/roster/impl/SakaiProxyImpl.java b/roster2/src/java/org/sakaiproject/roster/impl/SakaiProxyImpl.java index 4d1833262d4b..e37a10ed1580 100644 --- a/roster2/src/java/org/sakaiproject/roster/impl/SakaiProxyImpl.java +++ b/roster2/src/java/org/sakaiproject/roster/impl/SakaiProxyImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/roster2/src/java/org/sakaiproject/roster/tool/RosterTool.java b/roster2/src/java/org/sakaiproject/roster/tool/RosterTool.java index 3546874b6d5a..0d034f5e2d92 100644 --- a/roster2/src/java/org/sakaiproject/roster/tool/RosterTool.java +++ b/roster2/src/java/org/sakaiproject/roster/tool/RosterTool.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/roster2/src/java/org/sakaiproject/roster/tool/entityprovider/RosterPOIEntityProvider.java b/roster2/src/java/org/sakaiproject/roster/tool/entityprovider/RosterPOIEntityProvider.java index b3fa5163d947..325da3769c6b 100644 --- a/roster2/src/java/org/sakaiproject/roster/tool/entityprovider/RosterPOIEntityProvider.java +++ b/roster2/src/java/org/sakaiproject/roster/tool/entityprovider/RosterPOIEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/roster2/src/java/org/sakaiproject/roster/tool/entityprovider/RosterSiteEntityProvider.java b/roster2/src/java/org/sakaiproject/roster/tool/entityprovider/RosterSiteEntityProvider.java index 492c6a8f40ac..f45f8d0b0e87 100644 --- a/roster2/src/java/org/sakaiproject/roster/tool/entityprovider/RosterSiteEntityProvider.java +++ b/roster2/src/java/org/sakaiproject/roster/tool/entityprovider/RosterSiteEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/rubrics/services/src/main/java/org/sakaiproject/rubrics/model/projections/InlineRubricResourceProcessor.java b/rubrics/services/src/main/java/org/sakaiproject/rubrics/model/projections/InlineRubricResourceProcessor.java index 3fedc4693a91..38c09d863d51 100644 --- a/rubrics/services/src/main/java/org/sakaiproject/rubrics/model/projections/InlineRubricResourceProcessor.java +++ b/rubrics/services/src/main/java/org/sakaiproject/rubrics/model/projections/InlineRubricResourceProcessor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.rubrics.model.projections; import org.springframework.hateoas.Resource; diff --git a/rubrics/services/src/main/java/org/sakaiproject/rubrics/repository/RubricResourceProcessor.java b/rubrics/services/src/main/java/org/sakaiproject/rubrics/repository/RubricResourceProcessor.java index 53a893276531..5c8d76596cf2 100644 --- a/rubrics/services/src/main/java/org/sakaiproject/rubrics/repository/RubricResourceProcessor.java +++ b/rubrics/services/src/main/java/org/sakaiproject/rubrics/repository/RubricResourceProcessor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.rubrics.repository; import org.sakaiproject.rubrics.model.Rubric; diff --git a/rubrics/services/src/main/java/org/sakaiproject/rubrics/security/model/Role.java b/rubrics/services/src/main/java/org/sakaiproject/rubrics/security/model/Role.java index 3447c4a6eddc..d1d0be4ae12b 100644 --- a/rubrics/services/src/main/java/org/sakaiproject/rubrics/security/model/Role.java +++ b/rubrics/services/src/main/java/org/sakaiproject/rubrics/security/model/Role.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.rubrics.security.model; import org.sakaiproject.rubrics.model.BaseResource; diff --git a/rubrics/tool/src/java/org/sakaiproject/rubrics/tool/pages/BasePage.java b/rubrics/tool/src/java/org/sakaiproject/rubrics/tool/pages/BasePage.java index 0a15fddf5bb5..2a307e39f2ae 100644 --- a/rubrics/tool/src/java/org/sakaiproject/rubrics/tool/pages/BasePage.java +++ b/rubrics/tool/src/java/org/sakaiproject/rubrics/tool/pages/BasePage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.rubrics.tool.pages; import javax.servlet.http.HttpServletRequest; diff --git a/rubrics/tool/src/java/org/sakaiproject/rubrics/tool/pages/FirstPage.java b/rubrics/tool/src/java/org/sakaiproject/rubrics/tool/pages/FirstPage.java index 16e401035118..b1dd93134e22 100644 --- a/rubrics/tool/src/java/org/sakaiproject/rubrics/tool/pages/FirstPage.java +++ b/rubrics/tool/src/java/org/sakaiproject/rubrics/tool/pages/FirstPage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.rubrics.tool.pages; import java.text.SimpleDateFormat; diff --git a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/data/ifc/assessment/RegisteredSecureDeliveryModuleIfc.java b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/data/ifc/assessment/RegisteredSecureDeliveryModuleIfc.java index 8631ab2be81f..a75ce635f725 100644 --- a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/data/ifc/assessment/RegisteredSecureDeliveryModuleIfc.java +++ b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/data/ifc/assessment/RegisteredSecureDeliveryModuleIfc.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.data.ifc.assessment; /** diff --git a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/data/ifc/assessment/SecureDeliveryModuleIfc.java b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/data/ifc/assessment/SecureDeliveryModuleIfc.java index 155d9af48cfd..5300de803ff6 100644 --- a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/data/ifc/assessment/SecureDeliveryModuleIfc.java +++ b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/data/ifc/assessment/SecureDeliveryModuleIfc.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.data.ifc.assessment; import java.util.Locale; diff --git a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/CoreAssessmentEntityProvider.java b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/CoreAssessmentEntityProvider.java index a5854c5d6649..be3a4bf62c4d 100644 --- a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/CoreAssessmentEntityProvider.java +++ b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/CoreAssessmentEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.entity.api; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/ItemEntityProvider.java b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/ItemEntityProvider.java index 9474f135dc3a..3f664086ff5b 100644 --- a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/ItemEntityProvider.java +++ b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/ItemEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.entity.api; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/PublishedAssessmentEntityProvider.java b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/PublishedAssessmentEntityProvider.java index 22073c5f5b10..1140d7aeff2a 100644 --- a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/PublishedAssessmentEntityProvider.java +++ b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/PublishedAssessmentEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.entity.api; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/PublishedItemEntityProvider.java b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/PublishedItemEntityProvider.java index d8593b64751b..49f2ab4a0892 100644 --- a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/PublishedItemEntityProvider.java +++ b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/entity/api/PublishedItemEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.entity.api; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/Answer.java b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/Answer.java index f279520a7321..a8bde36a723c 100644 --- a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/Answer.java +++ b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/Answer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.samlite.api; public class Answer { diff --git a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/Question.java b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/Question.java index 28106b1e2f55..130afeaacb0d 100644 --- a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/Question.java +++ b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/Question.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.samlite.api; import java.util.ArrayList; diff --git a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/QuestionGroup.java b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/QuestionGroup.java index 76d1938df0b6..d2c35beeda16 100644 --- a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/QuestionGroup.java +++ b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/QuestionGroup.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.samlite.api; import java.util.LinkedList; diff --git a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/SamLiteService.java b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/SamLiteService.java index b35bc1fb7584..d3119c3056b3 100644 --- a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/SamLiteService.java +++ b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/samlite/api/SamLiteService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.samlite.api; import org.w3c.dom.Document; diff --git a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/shared/api/assessment/SecureDeliveryServiceAPI.java b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/shared/api/assessment/SecureDeliveryServiceAPI.java index ffa53c70a7bf..e7e9ae786aee 100644 --- a/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/shared/api/assessment/SecureDeliveryServiceAPI.java +++ b/samigo/samigo-api/src/java/org/sakaiproject/tool/assessment/shared/api/assessment/SecureDeliveryServiceAPI.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.shared.api.assessment; import java.util.Locale; diff --git a/samigo/samigo-api/src/java/org/sakaiproject/tool/dummy/ifc/DummyIfc.java b/samigo/samigo-api/src/java/org/sakaiproject/tool/dummy/ifc/DummyIfc.java index c45708606772..032aa84a9cb9 100755 --- a/samigo/samigo-api/src/java/org/sakaiproject/tool/dummy/ifc/DummyIfc.java +++ b/samigo/samigo-api/src/java/org/sakaiproject/tool/dummy/ifc/DummyIfc.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2006 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.dummy.ifc; import java.io.Serializable; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/pdf/HTMLWorker.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/pdf/HTMLWorker.java index 9aabb7336913..b4f32a4ee412 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/pdf/HTMLWorker.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/pdf/HTMLWorker.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.pdf; import java.util.ArrayList; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/bean/BeginAssessmentDeliveryBean.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/bean/BeginAssessmentDeliveryBean.java index 85373140f7b0..daa0d69b67ca 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/bean/BeginAssessmentDeliveryBean.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/bean/BeginAssessmentDeliveryBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.rsf.bean; import javax.servlet.http.HttpServletRequest; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/bean/PublishedAssessmentVPInferrer.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/bean/PublishedAssessmentVPInferrer.java index 548d089dc427..5ac9cbb97349 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/bean/PublishedAssessmentVPInferrer.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/bean/PublishedAssessmentVPInferrer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.rsf.bean; import org.sakaiproject.entitybroker.IdEntityReference; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/params/BeginAssessmentViewParameters.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/params/BeginAssessmentViewParameters.java index 0f343fad07eb..1a007d5e7e50 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/params/BeginAssessmentViewParameters.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/params/BeginAssessmentViewParameters.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.rsf.params; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/params/TakeAssessmentViewParameters.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/params/TakeAssessmentViewParameters.java index 9176ba272f7f..b79256f7a67a 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/params/TakeAssessmentViewParameters.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/rsf/params/TakeAssessmentViewParameters.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.rsf.params; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/EventLogBean.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/EventLogBean.java index 74fe81ceb6ac..38e8527b9580 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/EventLogBean.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/EventLogBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.bean.author; import java.io.Serializable; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/ImageMapItemBean.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/ImageMapItemBean.java index b8d09d5fc2fd..61812ea99e4a 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/ImageMapItemBean.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/ImageMapItemBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/PublishRepublishNotificationBean.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/PublishRepublishNotificationBean.java index f60ee0f7f12b..eef40e13d790 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/PublishRepublishNotificationBean.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/PublishRepublishNotificationBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.bean.author; import java.io.Serializable; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/SectionActivityBean.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/SectionActivityBean.java index fdee95f11785..8abac2b0a3ca 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/SectionActivityBean.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/author/SectionActivityBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.bean.author; import java.io.Serializable; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/evaluation/ItemBarBean.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/evaluation/ItemBarBean.java index 1381e9b3052f..cf32ef630063 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/evaluation/ItemBarBean.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/evaluation/ItemBarBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.bean.evaluation; import java.io.Serializable; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFAssessmentBean.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFAssessmentBean.java index 289914222fe8..7283ff6888b8 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFAssessmentBean.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFAssessmentBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.bean.print; import java.awt.Color; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFItemBean.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFItemBean.java index eb0bb28cbf4e..8dd62d582bb0 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFItemBean.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFItemBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.bean.print; /** diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFPartBean.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFPartBean.java index 3fef4e0ff717..ecb7ce8dd3ce 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFPartBean.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/PDFPartBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.bean.print; import java.util.List; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/SectionContentsBean.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/SectionContentsBean.java index 609615587fcc..6018e6f5c987 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/SectionContentsBean.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/SectionContentsBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.bean.print; import java.util.ArrayList; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/settings/PrintSettingsBean.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/settings/PrintSettingsBean.java index f5e6b4403a2c..6d2bd6750de1 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/settings/PrintSettingsBean.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/print/settings/PrintSettingsBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.bean.print.settings; import java.io.Serializable; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/samlite/SamLiteBean.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/samlite/SamLiteBean.java index ed6354ef606e..c74b9b63c170 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/samlite/SamLiteBean.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/bean/samlite/SamLiteBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.bean.samlite; import java.io.Serializable; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ConfirmCopyAssessmentListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ConfirmCopyAssessmentListener.java index 94f1660badcc..d9a148199aaf 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ConfirmCopyAssessmentListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ConfirmCopyAssessmentListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import javax.faces.context.FacesContext; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ConfirmEditPublishedAssessmentListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ConfirmEditPublishedAssessmentListener.java index 276c8b93f8a1..455f3ba7aaec 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ConfirmEditPublishedAssessmentListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ConfirmEditPublishedAssessmentListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import javax.faces.application.FacesMessage; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ConfirmRepublishAssessmentListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ConfirmRepublishAssessmentListener.java index 3892a94967cd..ad361e28b1f6 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ConfirmRepublishAssessmentListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ConfirmRepublishAssessmentListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import java.util.ArrayList; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/CopyAssessmentListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/CopyAssessmentListener.java index dfef2e1c094b..7e0ca73836d7 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/CopyAssessmentListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/CopyAssessmentListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import javax.faces.event.AbortProcessingException; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EditPublishedQuestionPoolPartListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EditPublishedQuestionPoolPartListener.java index 416878e94157..f979654ca56d 100755 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EditPublishedQuestionPoolPartListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EditPublishedQuestionPoolPartListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import javax.faces.context.FacesContext; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EventLogListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EventLogListener.java index d02d1e079c21..1d10a7977880 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EventLogListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EventLogListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import java.util.ArrayList; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EventLogNextPageListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EventLogNextPageListener.java index c82511e7f413..49fdf7c2a35c 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EventLogNextPageListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EventLogNextPageListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import java.util.ArrayList; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EventLogPreviousPageListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EventLogPreviousPageListener.java index 69d458776ea8..21241edc0816 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EventLogPreviousPageListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/EventLogPreviousPageListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import java.util.ArrayList; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/FavoriteColChoiceListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/FavoriteColChoiceListener.java index bc3e9da24e10..d38239c77624 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/FavoriteColChoiceListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/FavoriteColChoiceListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import javax.faces.event.AbortProcessingException; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ItemRemoveListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ItemRemoveListener.java index ccc0d0f3ef0a..cebb710e9dcb 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ItemRemoveListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ItemRemoveListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import java.util.ArrayList; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/RepublishAssessmentListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/RepublishAssessmentListener.java index 53bd2677a593..9b9a785e0857 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/RepublishAssessmentListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/RepublishAssessmentListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import java.util.Date; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ResetPublishedAssessmentAttachmentListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ResetPublishedAssessmentAttachmentListener.java index 9803316c8249..9cf7acd8ad2b 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ResetPublishedAssessmentAttachmentListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/ResetPublishedAssessmentAttachmentListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import java.util.ArrayList; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SectionActivityListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SectionActivityListener.java index 64d6bdb77cce..668412ada347 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SectionActivityListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SectionActivityListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import java.io.Serializable; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SetFromPageAsAuthorSettingsListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SetFromPageAsAuthorSettingsListener.java index 49ff60d66f2d..4c5126cb1420 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SetFromPageAsAuthorSettingsListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SetFromPageAsAuthorSettingsListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import javax.faces.event.AbortProcessingException; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SetFromPageAsEditAssessmentListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SetFromPageAsEditAssessmentListener.java index 2bd896074980..81f931062e3a 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SetFromPageAsEditAssessmentListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SetFromPageAsEditAssessmentListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import javax.faces.event.AbortProcessingException; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SetFromPageAsPublishAssessmentListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SetFromPageAsPublishAssessmentListener.java index bb039ab0faed..c6dd58eb69ad 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SetFromPageAsPublishAssessmentListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/SetFromPageAsPublishAssessmentListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import javax.faces.event.AbortProcessingException; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/UpdateAssessmentQuestionsOrder.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/UpdateAssessmentQuestionsOrder.java index b2ac67f824da..d8dfb5c539de 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/UpdateAssessmentQuestionsOrder.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/UpdateAssessmentQuestionsOrder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import java.util.ArrayList; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/UpdateAssessmentTotalPointsListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/UpdateAssessmentTotalPointsListener.java index d66e1111408c..7e8cf298822d 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/UpdateAssessmentTotalPointsListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/UpdateAssessmentTotalPointsListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import javax.faces.application.FacesMessage; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/UpdateRandomPoolQuestionsListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/UpdateRandomPoolQuestionsListener.java index fa91151b3db5..c0e5a207b4a0 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/UpdateRandomPoolQuestionsListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/author/UpdateRandomPoolQuestionsListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.author; import javax.faces.application.FacesMessage; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/delivery/SaCharCountListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/delivery/SaCharCountListener.java index 4d1d7fc5cf3d..36a8c19f6afc 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/delivery/SaCharCountListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/delivery/SaCharCountListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.delivery; import java.util.ArrayList; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/evaluation/HistogramListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/evaluation/HistogramListener.java index a74f88263d76..b9db02779c46 100755 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/evaluation/HistogramListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/evaluation/HistogramListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.evaluation; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/evaluation/StudentScoreAttachmentListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/evaluation/StudentScoreAttachmentListener.java index 82c2f17a17e6..061b9648640f 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/evaluation/StudentScoreAttachmentListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/evaluation/StudentScoreAttachmentListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.evaluation; import javax.faces.event.AbortProcessingException; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/questionpool/QuestionPoolListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/questionpool/QuestionPoolListener.java index 555520e3bf84..66300b75db56 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/questionpool/QuestionPoolListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/questionpool/QuestionPoolListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.questionpool; import javax.faces.event.AbortProcessingException; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/AssessmentListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/AssessmentListener.java index 8d9037ebdbd3..92d31ee56bbd 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/AssessmentListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/AssessmentListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.samlite; import javax.faces.event.ActionEvent; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/NameListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/NameListener.java index e437a594fc1c..9248c47ab117 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/NameListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/NameListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.samlite; import javax.faces.application.FacesMessage; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/ParserListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/ParserListener.java index 096098a3746c..4978bbca4188 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/ParserListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/ParserListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.samlite; import lombok.extern.slf4j.Slf4j; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/QuestionPoolListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/QuestionPoolListener.java index dd0257b1e897..62a00f1def68 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/QuestionPoolListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/samlite/QuestionPoolListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.samlite; import javax.faces.event.ActionEvent; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/select/SelectRecordedListener.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/select/SelectRecordedListener.java index c6a172c5e8a4..82ea5413227d 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/select/SelectRecordedListener.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/ui/listener/select/SelectRecordedListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.ui.listener.select; import javax.faces.event.AbortProcessingException; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/util/AttachmentUtil.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/util/AttachmentUtil.java index b67121760ad7..a447d6437d87 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/util/AttachmentUtil.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/util/AttachmentUtil.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.util; import java.util.ArrayList; diff --git a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/util/DownloadFileUtil.java b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/util/DownloadFileUtil.java index 910376532e2d..72b83c312681 100644 --- a/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/util/DownloadFileUtil.java +++ b/samigo/samigo-app/src/java/org/sakaiproject/tool/assessment/util/DownloadFileUtil.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.util; import java.io.BufferedInputStream; diff --git a/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/business/entity/helper/AuthoringHelperTest.java b/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/business/entity/helper/AuthoringHelperTest.java index 01371bca874a..9e7189d0e0a8 100755 --- a/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/business/entity/helper/AuthoringHelperTest.java +++ b/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/business/entity/helper/AuthoringHelperTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/business/entity/helper/QTITester.java b/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/business/entity/helper/QTITester.java index a5a5d0c3a3e7..a657e96d373c 100755 --- a/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/business/entity/helper/QTITester.java +++ b/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/business/entity/helper/QTITester.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/ui/listener/FakeBeginDeliveryActionListener.java b/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/ui/listener/FakeBeginDeliveryActionListener.java index f5af0920bb5f..396dee69c8ab 100755 --- a/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/ui/listener/FakeBeginDeliveryActionListener.java +++ b/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/ui/listener/FakeBeginDeliveryActionListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/ui/listener/TestActionListener.java b/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/ui/listener/TestActionListener.java index 288169e476c2..c41f68c44f17 100644 --- a/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/ui/listener/TestActionListener.java +++ b/samigo/samigo-app/src/test/org/sakaiproject/tool/assessment/ui/listener/TestActionListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ * $Id$ diff --git a/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/assessment/data/dao/assessment/EventLogData.java b/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/assessment/data/dao/assessment/EventLogData.java index 1e0f4108f4db..dfc9b02ec0da 100644 --- a/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/assessment/data/dao/assessment/EventLogData.java +++ b/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/assessment/data/dao/assessment/EventLogData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.data.dao.assessment; import java.util.Date; diff --git a/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/assessment/data/dao/assessment/ItemData.java b/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/assessment/data/dao/assessment/ItemData.java index 7c2fd0938b64..66cb1e76a58f 100644 --- a/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/assessment/data/dao/assessment/ItemData.java +++ b/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/assessment/data/dao/assessment/ItemData.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.data.dao.assessment; import java.io.IOException; import java.util.ArrayList; diff --git a/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/assessment/data/dao/grading/AssessmentGradingComparatorByScoreAndUniqueIdentifier.java b/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/assessment/data/dao/grading/AssessmentGradingComparatorByScoreAndUniqueIdentifier.java index 011fc29ae12a..40f9f79f22c2 100644 --- a/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/assessment/data/dao/grading/AssessmentGradingComparatorByScoreAndUniqueIdentifier.java +++ b/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/assessment/data/dao/grading/AssessmentGradingComparatorByScoreAndUniqueIdentifier.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.data.dao.grading; import java.util.Comparator; diff --git a/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/dummy/impl/DummyImpl.java b/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/dummy/impl/DummyImpl.java index 764ecde9c0b8..9914dddc047c 100755 --- a/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/dummy/impl/DummyImpl.java +++ b/samigo/samigo-hibernate/src/java/org/sakaiproject/tool/dummy/impl/DummyImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2006 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.dummy.impl; import org.sakaiproject.tool.dummy.ifc.DummyIfc; diff --git a/samigo/samigo-impl/src/java/org/sakaiproject/samigo/search/ItemContentProducer.java b/samigo/samigo-impl/src/java/org/sakaiproject/samigo/search/ItemContentProducer.java index aab0fb974cfb..8cf91800fe00 100644 --- a/samigo/samigo-impl/src/java/org/sakaiproject/samigo/search/ItemContentProducer.java +++ b/samigo/samigo-impl/src/java/org/sakaiproject/samigo/search/ItemContentProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.samigo.search; diff --git a/samigo/samigo-impl/src/java/org/sakaiproject/samigo/search/PublishedItemContentProducer.java b/samigo/samigo-impl/src/java/org/sakaiproject/samigo/search/PublishedItemContentProducer.java index 156bf58f3689..52807145aaca 100644 --- a/samigo/samigo-impl/src/java/org/sakaiproject/samigo/search/PublishedItemContentProducer.java +++ b/samigo/samigo-impl/src/java/org/sakaiproject/samigo/search/PublishedItemContentProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.samigo.search; diff --git a/samigo/samigo-qti/src/java/org/sakaiproject/tool/assessment/qti/asi/PrintUtil.java b/samigo/samigo-qti/src/java/org/sakaiproject/tool/assessment/qti/asi/PrintUtil.java index 8b4c66f8d0de..20a0146a9afa 100644 --- a/samigo/samigo-qti/src/java/org/sakaiproject/tool/assessment/qti/asi/PrintUtil.java +++ b/samigo/samigo-qti/src/java/org/sakaiproject/tool/assessment/qti/asi/PrintUtil.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.qti.asi; import java.util.Collection; diff --git a/samigo/samigo-qti/src/java/org/sakaiproject/tool/assessment/qti/exception/RespondusMatchingException.java b/samigo/samigo-qti/src/java/org/sakaiproject/tool/assessment/qti/exception/RespondusMatchingException.java index 119f7963efcf..f97aee852965 100644 --- a/samigo/samigo-qti/src/java/org/sakaiproject/tool/assessment/qti/exception/RespondusMatchingException.java +++ b/samigo/samigo-qti/src/java/org/sakaiproject/tool/assessment/qti/exception/RespondusMatchingException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.qti.exception; public class RespondusMatchingException extends RuntimeException { diff --git a/samigo/samigo-qti/src/test/org/sakaiproject/tool/assessment/services/qti/QTIServiceTest.java b/samigo/samigo-qti/src/test/org/sakaiproject/tool/assessment/services/qti/QTIServiceTest.java index 7012e006f047..13640862e447 100644 --- a/samigo/samigo-qti/src/test/org/sakaiproject/tool/assessment/services/qti/QTIServiceTest.java +++ b/samigo/samigo-qti/src/test/org/sakaiproject/tool/assessment/services/qti/QTIServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.services.qti; import java.io.OutputStream; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/spring/SpringBeanLocator.java b/samigo/samigo-services/src/java/org/sakaiproject/spring/SpringBeanLocator.java index 991bdfa06c35..cf33d1858f3c 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/spring/SpringBeanLocator.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/spring/SpringBeanLocator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$URL: https://source.sakaiproject.org/svn/sam/trunk/component/src/java/org/sakaiproject/spring/SpringBeanLocator.java $ * $Id$ diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/CoreAssessmentEntityProviderImpl.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/CoreAssessmentEntityProviderImpl.java index 02268d4e0cba..a18e4d676658 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/CoreAssessmentEntityProviderImpl.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/CoreAssessmentEntityProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.entity.impl; import java.text.DateFormat; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/ItemEntityProviderImpl.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/ItemEntityProviderImpl.java index 174d4b5a24d0..aa566c826bd7 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/ItemEntityProviderImpl.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/ItemEntityProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.entity.impl; import org.osid.assessment.Assessment; import org.sakaiproject.site.api.SiteService; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/PublishedAssessmentEntityProviderImpl.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/PublishedAssessmentEntityProviderImpl.java index 2e0c39cc3832..b330a95f66e6 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/PublishedAssessmentEntityProviderImpl.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/PublishedAssessmentEntityProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.entity.impl; import java.text.DateFormat; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/PublishedItemEntityProviderImpl.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/PublishedItemEntityProviderImpl.java index e8e9cb4480d0..3c58dc847510 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/PublishedItemEntityProviderImpl.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/entity/impl/PublishedItemEntityProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.entity.impl; import org.apache.commons.lang.StringUtils; import org.sakaiproject.site.api.SiteService; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/BackfillItemHashResult.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/BackfillItemHashResult.java index 0cd410358b7e..a74307804031 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/BackfillItemHashResult.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/BackfillItemHashResult.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import java.util.Map; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/EventLogFacade.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/EventLogFacade.java index d8ccd37529a2..d411fcf18803 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/EventLogFacade.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/EventLogFacade.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import org.slf4j.Logger; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/EventLogFacadeQueries.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/EventLogFacadeQueries.java index 095344a16205..386e8a2463ba 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/EventLogFacadeQueries.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/EventLogFacadeQueries.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import java.sql.SQLException; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/EventLogFacadeQueriesAPI.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/EventLogFacadeQueriesAPI.java index 715dde0d2e75..4f79cb491780 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/EventLogFacadeQueriesAPI.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/EventLogFacadeQueriesAPI.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import java.util.List; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/FavoriteColChoicesFacadeQueries.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/FavoriteColChoicesFacadeQueries.java index 23ac34d8f608..738c94480ccd 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/FavoriteColChoicesFacadeQueries.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/FavoriteColChoicesFacadeQueries.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import java.util.Iterator; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/FavoriteColChoicesFacadeQueriesAPI.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/FavoriteColChoicesFacadeQueriesAPI.java index 17a7222e40ae..79e7969083a1 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/FavoriteColChoicesFacadeQueriesAPI.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/FavoriteColChoicesFacadeQueriesAPI.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import java.util.List; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/ItemHashUtil.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/ItemHashUtil.java index 65e094755b83..ee89443c2b43 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/ItemHashUtil.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/ItemHashUtil.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import org.apache.commons.codec.binary.Base64; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedItemFacade.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedItemFacade.java index 2cc9d38e0504..7fb561859372 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedItemFacade.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedItemFacade.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import java.io.Serializable; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedItemFacadeQueries.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedItemFacadeQueries.java index 21ab0f0f2099..7dba659e81a8 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedItemFacadeQueries.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedItemFacadeQueries.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import java.util.Date; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedItemFacadeQueriesAPI.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedItemFacadeQueriesAPI.java index dc3a3ba34762..8a1129c3affd 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedItemFacadeQueriesAPI.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedItemFacadeQueriesAPI.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import org.sakaiproject.tool.assessment.integration.helper.ifc.TagServiceHelper; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedSectionFacadeQueries.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedSectionFacadeQueries.java index 13594f109ff9..caae992cfef8 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedSectionFacadeQueries.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedSectionFacadeQueries.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import org.slf4j.Logger; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedSectionFacadeQueriesAPI.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedSectionFacadeQueriesAPI.java index b2ec28b57ef8..96014060f131 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedSectionFacadeQueriesAPI.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/PublishedSectionFacadeQueriesAPI.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import org.sakaiproject.tool.assessment.osid.shared.impl.IdImpl; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/util/autosubmit/AutoSubmitQueries.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/util/autosubmit/AutoSubmitQueries.java index 236b77d41d78..d8fcd9265fdf 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/util/autosubmit/AutoSubmitQueries.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/util/autosubmit/AutoSubmitQueries.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade.util.autosubmit; import java.util.Date; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/util/autosubmit/AutoSubmitQueriesAPI.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/util/autosubmit/AutoSubmitQueriesAPI.java index b0be5840d6ad..15cdc272593f 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/util/autosubmit/AutoSubmitQueriesAPI.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/util/autosubmit/AutoSubmitQueriesAPI.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade.util.autosubmit; import java.util.Map; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/integration/helper/ifc/CalendarServiceHelper.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/integration/helper/ifc/CalendarServiceHelper.java index 65a49c04d81f..5f9722fd98d8 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/integration/helper/ifc/CalendarServiceHelper.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/integration/helper/ifc/CalendarServiceHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.integration.helper.ifc; import java.util.*; import org.sakaiproject.calendar.api.Calendar; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/integration/helper/integrated/CalendarServiceHelperImpl.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/integration/helper/integrated/CalendarServiceHelperImpl.java index 74f37babb92d..de06da0c3295 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/integration/helper/integrated/CalendarServiceHelperImpl.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/integration/helper/integrated/CalendarServiceHelperImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.integration.helper.integrated; import java.util.ArrayList; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/AutoSubmitAssessmentsJob.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/AutoSubmitAssessmentsJob.java index 28d7e90d3591..6ee9eddb1576 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/AutoSubmitAssessmentsJob.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/AutoSubmitAssessmentsJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.services; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/BackfillItemHashesJob.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/BackfillItemHashesJob.java index 2691b2f7d235..c6a3410bfd39 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/BackfillItemHashesJob.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/BackfillItemHashesJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.services; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/PublishedItemService.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/PublishedItemService.java index 929f58131dda..19d591538173 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/PublishedItemService.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/PublishedItemService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.services; import org.slf4j.Logger; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/assessment/AssessmentEntityProducer.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/assessment/AssessmentEntityProducer.java index 6db21c9efbb1..429c2ea3f48b 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/assessment/AssessmentEntityProducer.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/assessment/AssessmentEntityProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.services.assessment; import java.io.File; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/assessment/EventLogService.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/assessment/EventLogService.java index 0f88e31c858e..a3a09a257188 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/assessment/EventLogService.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/services/assessment/EventLogService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.services.assessment; import java.util.List; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/shared/impl/assessment/SecureDeliveryServiceImpl.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/shared/impl/assessment/SecureDeliveryServiceImpl.java index 5006c147e6a5..8514a500d6fa 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/shared/impl/assessment/SecureDeliveryServiceImpl.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/shared/impl/assessment/SecureDeliveryServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.shared.impl.assessment; import java.io.File; diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoExpressionError.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoExpressionError.java index 74f92fe43f0d..78df7106d23b 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoExpressionError.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoExpressionError.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /*********************************************************************************** * Found this code here: http://www.speqmath.com/tutorials/expression_parser_java/ * I believe it's free and open. I didn't see where it said otherwise. diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoExpressionFunctions.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoExpressionFunctions.java index a5c469c8fd12..f402c90072fa 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoExpressionFunctions.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoExpressionFunctions.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.util; public class SamigoExpressionFunctions { diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoExpressionParser.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoExpressionParser.java index afe3f9fcc4a9..b396c88f8f90 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoExpressionParser.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoExpressionParser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /*********************************************************************************** * Found this code here: http://www.speqmath.com/tutorials/expression_parser_java/ * I believe it's free and open. I didn't see where it said otherwise. diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoLRSStatements.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoLRSStatements.java index b8271a31f5e1..20f34d7d2907 100644 --- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoLRSStatements.java +++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/util/SamigoLRSStatements.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.util; import java.util.HashMap; diff --git a/samigo/samigo-services/src/test/org/sakaiproject/assesment/service/GradingServiceTest.java b/samigo/samigo-services/src/test/org/sakaiproject/assesment/service/GradingServiceTest.java index c333c2c69b43..237ae00824cd 100644 --- a/samigo/samigo-services/src/test/org/sakaiproject/assesment/service/GradingServiceTest.java +++ b/samigo/samigo-services/src/test/org/sakaiproject/assesment/service/GradingServiceTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL: https://source.sakaiproject.org/svn/sam/trunk/samigo-services/src/test/org/sakaiproject/assessment/facade/test/AssesmentFacadeTest.java $ diff --git a/samigo/samigo-services/src/test/org/sakaiproject/spring/SpringBeanLocatorTest.java b/samigo/samigo-services/src/test/org/sakaiproject/spring/SpringBeanLocatorTest.java index b30a60357f0f..f17588fc7a83 100644 --- a/samigo/samigo-services/src/test/org/sakaiproject/spring/SpringBeanLocatorTest.java +++ b/samigo/samigo-services/src/test/org/sakaiproject/spring/SpringBeanLocatorTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.spring; import org.junit.Assert; diff --git a/samigo/samigo-services/src/test/org/sakaiproject/tool/assessment/facade/AssesmentFacadeTest.java b/samigo/samigo-services/src/test/org/sakaiproject/tool/assessment/facade/AssesmentFacadeTest.java index 3d60c452cf3e..67eff86d69ff 100644 --- a/samigo/samigo-services/src/test/org/sakaiproject/tool/assessment/facade/AssesmentFacadeTest.java +++ b/samigo/samigo-services/src/test/org/sakaiproject/tool/assessment/facade/AssesmentFacadeTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ diff --git a/samigo/samigo-services/src/test/org/sakaiproject/tool/assessment/facade/ItemHashUtilTest.java b/samigo/samigo-services/src/test/org/sakaiproject/tool/assessment/facade/ItemHashUtilTest.java index 4c4c95aa4b67..e47839e0e515 100644 --- a/samigo/samigo-services/src/test/org/sakaiproject/tool/assessment/facade/ItemHashUtilTest.java +++ b/samigo/samigo-services/src/test/org/sakaiproject/tool/assessment/facade/ItemHashUtilTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import org.apache.commons.codec.binary.Base64; diff --git a/samigo/samigo-services/src/test/org/sakaiproject/tool/assessment/facade/PublishedAssesmentFacadeTest.java b/samigo/samigo-services/src/test/org/sakaiproject/tool/assessment/facade/PublishedAssesmentFacadeTest.java index 28af450d0778..0de97efd68a3 100644 --- a/samigo/samigo-services/src/test/org/sakaiproject/tool/assessment/facade/PublishedAssesmentFacadeTest.java +++ b/samigo/samigo-services/src/test/org/sakaiproject/tool/assessment/facade/PublishedAssesmentFacadeTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.facade; import org.hibernate.SessionFactory; diff --git a/samigo/samlite-impl/src/java/org/sakaiproject/tool/assessment/samlite/impl/SamLiteServiceImpl.java b/samigo/samlite-impl/src/java/org/sakaiproject/tool/assessment/samlite/impl/SamLiteServiceImpl.java index a357797a3bfa..0f610416d0b0 100644 --- a/samigo/samlite-impl/src/java/org/sakaiproject/tool/assessment/samlite/impl/SamLiteServiceImpl.java +++ b/samigo/samlite-impl/src/java/org/sakaiproject/tool/assessment/samlite/impl/SamLiteServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.assessment.samlite.impl; import java.io.File; diff --git a/search/elasticsearch/api/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchConstants.java b/search/elasticsearch/api/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchConstants.java index c0691457a64f..4a58844a0f24 100644 --- a/search/elasticsearch/api/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchConstants.java +++ b/search/elasticsearch/api/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchConstants.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.search.elasticsearch; public interface ElasticSearchConstants { diff --git a/search/elasticsearch/api/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchIndexBuilder.java b/search/elasticsearch/api/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchIndexBuilder.java index af2274f07f5f..943bc357ca98 100644 --- a/search/elasticsearch/api/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchIndexBuilder.java +++ b/search/elasticsearch/api/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchIndexBuilder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.search.elasticsearch; import org.elasticsearch.action.search.SearchResponse; diff --git a/search/elasticsearch/api/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchIndexBuilderEventRegistrar.java b/search/elasticsearch/api/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchIndexBuilderEventRegistrar.java index ab059a9b3597..00a7315ea2d7 100644 --- a/search/elasticsearch/api/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchIndexBuilderEventRegistrar.java +++ b/search/elasticsearch/api/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchIndexBuilderEventRegistrar.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.search.elasticsearch; import java.util.Set; diff --git a/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchList.java b/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchList.java index 4914760b29dc..0996e2c1f174 100644 --- a/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchList.java +++ b/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchList.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.search.elasticsearch; import com.google.common.collect.ForwardingList; diff --git a/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchResult.java b/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchResult.java index 812a8345592b..682227b351bb 100644 --- a/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchResult.java +++ b/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchResult.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.search.elasticsearch; import org.apache.commons.codec.binary.Base64; diff --git a/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchService.java b/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchService.java index 0b235a4615c0..1534cf4f1e05 100644 --- a/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchService.java +++ b/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/ElasticSearchService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.search.elasticsearch; import com.google.common.collect.Lists; diff --git a/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/SearchNotificationAction.java b/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/SearchNotificationAction.java index 2fe56a0ca75f..594c3ef4a688 100644 --- a/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/SearchNotificationAction.java +++ b/search/elasticsearch/impl/src/java/org/sakaiproject/search/elasticsearch/SearchNotificationAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.search.elasticsearch; import org.sakaiproject.event.api.Event; diff --git a/search/elasticsearch/impl/src/test/org/sakaiproject/search/elasticsearch/ElasticSearchTest.java b/search/elasticsearch/impl/src/test/org/sakaiproject/search/elasticsearch/ElasticSearchTest.java index 4a343b964dcb..a510ad75ab91 100644 --- a/search/elasticsearch/impl/src/test/org/sakaiproject/search/elasticsearch/ElasticSearchTest.java +++ b/search/elasticsearch/impl/src/test/org/sakaiproject/search/elasticsearch/ElasticSearchTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.search.elasticsearch; import com.github.javafaker.Faker; diff --git a/search/elasticsearch/util/src/java/org/sakaiproject/search/elasticsearch/BaseElasticSearchIndexBuilder.java b/search/elasticsearch/util/src/java/org/sakaiproject/search/elasticsearch/BaseElasticSearchIndexBuilder.java index 4fda17fa61c2..c14aee428335 100644 --- a/search/elasticsearch/util/src/java/org/sakaiproject/search/elasticsearch/BaseElasticSearchIndexBuilder.java +++ b/search/elasticsearch/util/src/java/org/sakaiproject/search/elasticsearch/BaseElasticSearchIndexBuilder.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.search.elasticsearch; import com.google.common.collect.Lists; diff --git a/search/elasticsearch/util/src/java/org/sakaiproject/search/elasticsearch/NoContentException.java b/search/elasticsearch/util/src/java/org/sakaiproject/search/elasticsearch/NoContentException.java index fd33bb022b45..e14b715c344a 100644 --- a/search/elasticsearch/util/src/java/org/sakaiproject/search/elasticsearch/NoContentException.java +++ b/search/elasticsearch/util/src/java/org/sakaiproject/search/elasticsearch/NoContentException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.search.elasticsearch; /** diff --git a/search/search-api/api/src/java/org/sakaiproject/search/api/TermFrequency.java b/search/search-api/api/src/java/org/sakaiproject/search/api/TermFrequency.java index 6d4bd22a8c93..551ed17f6e52 100644 --- a/search/search-api/api/src/java/org/sakaiproject/search/api/TermFrequency.java +++ b/search/search-api/api/src/java/org/sakaiproject/search/api/TermFrequency.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2006 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.search.api; public interface TermFrequency diff --git a/search/search-test/test-1.6/src/java/org/sakaiproject/search/jdbc/WrappingConnection.java b/search/search-test/test-1.6/src/java/org/sakaiproject/search/jdbc/WrappingConnection.java index d60d388c61aa..de08f3e4a76e 100644 --- a/search/search-test/test-1.6/src/java/org/sakaiproject/search/jdbc/WrappingConnection.java +++ b/search/search-test/test-1.6/src/java/org/sakaiproject/search/jdbc/WrappingConnection.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/search/search-test/test-1.6/src/java/org/sakaiproject/search/jdbc/WrappingDataSource.java b/search/search-test/test-1.6/src/java/org/sakaiproject/search/jdbc/WrappingDataSource.java index 182b4dec162c..a881c343085f 100644 --- a/search/search-test/test-1.6/src/java/org/sakaiproject/search/jdbc/WrappingDataSource.java +++ b/search/search-test/test-1.6/src/java/org/sakaiproject/search/jdbc/WrappingDataSource.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/search/search-test/test-1.7/src/java/org/sakaiproject/search/jdbc/WrappingConnection.java b/search/search-test/test-1.7/src/java/org/sakaiproject/search/jdbc/WrappingConnection.java index a244500b6f24..a125cc0f5b17 100644 --- a/search/search-test/test-1.7/src/java/org/sakaiproject/search/jdbc/WrappingConnection.java +++ b/search/search-test/test-1.7/src/java/org/sakaiproject/search/jdbc/WrappingConnection.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/search/search-test/test-1.7/src/java/org/sakaiproject/search/jdbc/WrappingDataSource.java b/search/search-test/test-1.7/src/java/org/sakaiproject/search/jdbc/WrappingDataSource.java index a535796867a6..7d5746bd05fe 100644 --- a/search/search-test/test-1.7/src/java/org/sakaiproject/search/jdbc/WrappingDataSource.java +++ b/search/search-test/test-1.7/src/java/org/sakaiproject/search/jdbc/WrappingDataSource.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/search/search-tool/tool/src/java/org/sakaiproject/search/tool/SherlockSearchBeanImpl.java b/search/search-tool/tool/src/java/org/sakaiproject/search/tool/SherlockSearchBeanImpl.java index 2bf96a7576ef..4c5eddc00c75 100644 --- a/search/search-tool/tool/src/java/org/sakaiproject/search/tool/SherlockSearchBeanImpl.java +++ b/search/search-tool/tool/src/java/org/sakaiproject/search/tool/SherlockSearchBeanImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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/search/search-tool/tool/src/java/org/sakaiproject/search/tool/api/SherlockSearchBean.java b/search/search-tool/tool/src/java/org/sakaiproject/search/tool/api/SherlockSearchBean.java index 659f03bc0f2a..74552799d87e 100644 --- a/search/search-tool/tool/src/java/org/sakaiproject/search/tool/api/SherlockSearchBean.java +++ b/search/search-tool/tool/src/java/org/sakaiproject/search/tool/api/SherlockSearchBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2007 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.search.tool.api; import javax.servlet.http.HttpServletResponse; diff --git a/search/search-tool/tool/src/test/org/sakaiproject/search/tool/SearchBeanImplTest.java b/search/search-tool/tool/src/test/org/sakaiproject/search/tool/SearchBeanImplTest.java index 90942aa84c23..9d71eec2f1da 100644 --- a/search/search-tool/tool/src/test/org/sakaiproject/search/tool/SearchBeanImplTest.java +++ b/search/search-tool/tool/src/test/org/sakaiproject/search/tool/SearchBeanImplTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.search.tool; diff --git a/sections/sections-app/src/java/org/sakaiproject/tool/section/EntryServlet.java b/sections/sections-app/src/java/org/sakaiproject/tool/section/EntryServlet.java index aa6dd6c32094..39aff7de2d2a 100644 --- a/sections/sections-app/src/java/org/sakaiproject/tool/section/EntryServlet.java +++ b/sections/sections-app/src/java/org/sakaiproject/tool/section/EntryServlet.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.section; import java.io.IOException; diff --git a/shortenedurl/api/src/java/org/sakaiproject/shortenedurl/entityprovider/ShortenedUrlServiceEntityProvider.java b/shortenedurl/api/src/java/org/sakaiproject/shortenedurl/entityprovider/ShortenedUrlServiceEntityProvider.java index 5dc3fea6c75a..c8de1584df52 100644 --- a/shortenedurl/api/src/java/org/sakaiproject/shortenedurl/entityprovider/ShortenedUrlServiceEntityProvider.java +++ b/shortenedurl/api/src/java/org/sakaiproject/shortenedurl/entityprovider/ShortenedUrlServiceEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.shortenedurl.entityprovider; import org.sakaiproject.entitybroker.entityprovider.EntityProvider; diff --git a/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/entityprovider/ShortenedUrlServiceEntityProviderImpl.java b/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/entityprovider/ShortenedUrlServiceEntityProviderImpl.java index bf6fdee2bfb5..ce7b52e9b3cd 100644 --- a/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/entityprovider/ShortenedUrlServiceEntityProviderImpl.java +++ b/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/entityprovider/ShortenedUrlServiceEntityProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.shortenedurl.entityprovider; import java.io.OutputStream; diff --git a/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/impl/BaseShortenedUrlService.java b/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/impl/BaseShortenedUrlService.java index b35d1574fcc8..75e3ee993730 100644 --- a/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/impl/BaseShortenedUrlService.java +++ b/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/impl/BaseShortenedUrlService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.shortenedurl.impl; import org.slf4j.Logger; diff --git a/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/impl/BitlyUrlService.java b/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/impl/BitlyUrlService.java index a02b36b4d1f3..985339bb1f4a 100644 --- a/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/impl/BitlyUrlService.java +++ b/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/impl/BitlyUrlService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.shortenedurl.impl; import java.io.UnsupportedEncodingException; diff --git a/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/impl/NoOpUrlService.java b/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/impl/NoOpUrlService.java index 156747e7c610..2e53e7157de7 100644 --- a/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/impl/NoOpUrlService.java +++ b/shortenedurl/impl/src/java/org/sakaiproject/shortenedurl/impl/NoOpUrlService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2009-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.shortenedurl.impl; import org.slf4j.Logger; diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/Permission.java b/signup/api/src/java/org/sakaiproject/signup/logic/Permission.java index 8b1efb305b10..09c5d8b47c92 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/Permission.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/Permission.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/Retry.java b/signup/api/src/java/org/sakaiproject/signup/logic/Retry.java index 6c005cadbc9f..0b2902f410f8 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/Retry.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/Retry.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/SakaiFacade.java b/signup/api/src/java/org/sakaiproject/signup/logic/SakaiFacade.java index bb406bf5d414..d8adb8a40a45 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/SakaiFacade.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/SakaiFacade.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/SignupCacheService.java b/signup/api/src/java/org/sakaiproject/signup/logic/SignupCacheService.java index 3c7d95573841..cfb5b945675f 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/SignupCacheService.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/SignupCacheService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/SignupCalendarHelper.java b/signup/api/src/java/org/sakaiproject/signup/logic/SignupCalendarHelper.java index fbc69252970b..7685b1e559b2 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/SignupCalendarHelper.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/SignupCalendarHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/SignupEmailFacade.java b/signup/api/src/java/org/sakaiproject/signup/logic/SignupEmailFacade.java index 6de2f6ea1250..53ef8b9c1f1c 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/SignupEmailFacade.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/SignupEmailFacade.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/SignupEventTypes.java b/signup/api/src/java/org/sakaiproject/signup/logic/SignupEventTypes.java index f09b3e6ae354..42bdbe3c97d4 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/SignupEventTypes.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/SignupEventTypes.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/SignupMeetingService.java b/signup/api/src/java/org/sakaiproject/signup/logic/SignupMeetingService.java index 5e96fe71c69a..241491c4dcb0 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/SignupMeetingService.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/SignupMeetingService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/SignupMessageTypes.java b/signup/api/src/java/org/sakaiproject/signup/logic/SignupMessageTypes.java index 91c06d664be5..1d4c58388dad 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/SignupMessageTypes.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/SignupMessageTypes.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/SignupTrackingItem.java b/signup/api/src/java/org/sakaiproject/signup/logic/SignupTrackingItem.java index df4ed9cfc773..7426be695e83 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/SignupTrackingItem.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/SignupTrackingItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/SignupUser.java b/signup/api/src/java/org/sakaiproject/signup/logic/SignupUser.java index 48c5a23971e1..fbcb1ac6015a 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/SignupUser.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/SignupUser.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/SignupUserActionException.java b/signup/api/src/java/org/sakaiproject/signup/logic/SignupUserActionException.java index 2c89effb5bf7..d53413b3067f 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/SignupUserActionException.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/SignupUserActionException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/messages/AttendeeComment.java b/signup/api/src/java/org/sakaiproject/signup/logic/messages/AttendeeComment.java index 1693acaa4231..1531ecef33b8 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/messages/AttendeeComment.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/messages/AttendeeComment.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.signup.logic.messages; public class AttendeeComment { diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupEmailNotification.java b/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupEmailNotification.java index a68546b60b1c..3712e022a730 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupEmailNotification.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupEmailNotification.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupEventTrackingInfo.java b/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupEventTrackingInfo.java index e37125a28c51..8506704350cb 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupEventTrackingInfo.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupEventTrackingInfo.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupEventTrackingInfoImpl.java b/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupEventTrackingInfoImpl.java index 2a3b4b60b483..38def335df5e 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupEventTrackingInfoImpl.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupEventTrackingInfoImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupTimeslotChanges.java b/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupTimeslotChanges.java index 0ab115d4360d..7911107de3d0 100644 --- a/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupTimeslotChanges.java +++ b/signup/api/src/java/org/sakaiproject/signup/logic/messages/SignupTimeslotChanges.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/model/MeetingTypes.java b/signup/api/src/java/org/sakaiproject/signup/model/MeetingTypes.java index 471537184e3b..0189afbe8699 100644 --- a/signup/api/src/java/org/sakaiproject/signup/model/MeetingTypes.java +++ b/signup/api/src/java/org/sakaiproject/signup/model/MeetingTypes.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/model/SignupAttachment.java b/signup/api/src/java/org/sakaiproject/signup/model/SignupAttachment.java index 900bbbe1eb64..6e1045f7cc47 100644 --- a/signup/api/src/java/org/sakaiproject/signup/model/SignupAttachment.java +++ b/signup/api/src/java/org/sakaiproject/signup/model/SignupAttachment.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/model/SignupAttendee.java b/signup/api/src/java/org/sakaiproject/signup/model/SignupAttendee.java index 688ba7a1d0d5..7aa4d7d6c35f 100644 --- a/signup/api/src/java/org/sakaiproject/signup/model/SignupAttendee.java +++ b/signup/api/src/java/org/sakaiproject/signup/model/SignupAttendee.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/model/SignupGroup.java b/signup/api/src/java/org/sakaiproject/signup/model/SignupGroup.java index 95318cd0ad02..32f2cdbc5cb6 100644 --- a/signup/api/src/java/org/sakaiproject/signup/model/SignupGroup.java +++ b/signup/api/src/java/org/sakaiproject/signup/model/SignupGroup.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/model/SignupMeeting.java b/signup/api/src/java/org/sakaiproject/signup/model/SignupMeeting.java index be341613bcfb..3bd05f20c8b1 100644 --- a/signup/api/src/java/org/sakaiproject/signup/model/SignupMeeting.java +++ b/signup/api/src/java/org/sakaiproject/signup/model/SignupMeeting.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/model/SignupSite.java b/signup/api/src/java/org/sakaiproject/signup/model/SignupSite.java index e822e2a12bc7..06fa90faa168 100644 --- a/signup/api/src/java/org/sakaiproject/signup/model/SignupSite.java +++ b/signup/api/src/java/org/sakaiproject/signup/model/SignupSite.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/model/SignupTimeslot.java b/signup/api/src/java/org/sakaiproject/signup/model/SignupTimeslot.java index a813b2c478ab..aca2c0b3b5db 100644 --- a/signup/api/src/java/org/sakaiproject/signup/model/SignupTimeslot.java +++ b/signup/api/src/java/org/sakaiproject/signup/model/SignupTimeslot.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/restful/SignupEvent.java b/signup/api/src/java/org/sakaiproject/signup/restful/SignupEvent.java index c1294a9724ba..dcdb19126821 100644 --- a/signup/api/src/java/org/sakaiproject/signup/restful/SignupEvent.java +++ b/signup/api/src/java/org/sakaiproject/signup/restful/SignupEvent.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/restful/SignupGroupItem.java b/signup/api/src/java/org/sakaiproject/signup/restful/SignupGroupItem.java index 6310cfddc0d3..2a02f4ebe8e8 100644 --- a/signup/api/src/java/org/sakaiproject/signup/restful/SignupGroupItem.java +++ b/signup/api/src/java/org/sakaiproject/signup/restful/SignupGroupItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/restful/SignupParticipant.java b/signup/api/src/java/org/sakaiproject/signup/restful/SignupParticipant.java index 05e55c78b7ac..43d76176c670 100644 --- a/signup/api/src/java/org/sakaiproject/signup/restful/SignupParticipant.java +++ b/signup/api/src/java/org/sakaiproject/signup/restful/SignupParticipant.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/restful/SignupSiteItem.java b/signup/api/src/java/org/sakaiproject/signup/restful/SignupSiteItem.java index d266d2b2a046..07178eda02e5 100644 --- a/signup/api/src/java/org/sakaiproject/signup/restful/SignupSiteItem.java +++ b/signup/api/src/java/org/sakaiproject/signup/restful/SignupSiteItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/restful/SignupTargetSiteEventInfo.java b/signup/api/src/java/org/sakaiproject/signup/restful/SignupTargetSiteEventInfo.java index 866292e9f524..cd9c45e5a451 100644 --- a/signup/api/src/java/org/sakaiproject/signup/restful/SignupTargetSiteEventInfo.java +++ b/signup/api/src/java/org/sakaiproject/signup/restful/SignupTargetSiteEventInfo.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/restful/SignupTimeslotItem.java b/signup/api/src/java/org/sakaiproject/signup/restful/SignupTimeslotItem.java index f9dd978122c7..b6c0b1361fac 100644 --- a/signup/api/src/java/org/sakaiproject/signup/restful/SignupTimeslotItem.java +++ b/signup/api/src/java/org/sakaiproject/signup/restful/SignupTimeslotItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/api/src/java/org/sakaiproject/signup/util/SignupDateFormat.java b/signup/api/src/java/org/sakaiproject/signup/util/SignupDateFormat.java index 36abf52390b4..df14e78124b5 100644 --- a/signup/api/src/java/org/sakaiproject/signup/util/SignupDateFormat.java +++ b/signup/api/src/java/org/sakaiproject/signup/util/SignupDateFormat.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/dao/SignupMeetingDao.java b/signup/impl/src/java/org/sakaiproject/signup/dao/SignupMeetingDao.java index 9316cb713db1..a4ceebc6902a 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/dao/SignupMeetingDao.java +++ b/signup/impl/src/java/org/sakaiproject/signup/dao/SignupMeetingDao.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/dao/SignupMeetingDaoImpl.java b/signup/impl/src/java/org/sakaiproject/signup/dao/SignupMeetingDaoImpl.java index f09e032caffa..995b556ba44d 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/dao/SignupMeetingDaoImpl.java +++ b/signup/impl/src/java/org/sakaiproject/signup/dao/SignupMeetingDaoImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/SakaiFacadeImpl.java b/signup/impl/src/java/org/sakaiproject/signup/logic/SakaiFacadeImpl.java index 63200387f414..cbf292aa0ed2 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/SakaiFacadeImpl.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/SakaiFacadeImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/SignupCacheServiceImpl.java b/signup/impl/src/java/org/sakaiproject/signup/logic/SignupCacheServiceImpl.java index 20065f23eeb9..cf5745a0fa74 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/SignupCacheServiceImpl.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/SignupCacheServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/SignupCalendarHelperImpl.java b/signup/impl/src/java/org/sakaiproject/signup/logic/SignupCalendarHelperImpl.java index 83cb5cb09c88..95b57036036a 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/SignupCalendarHelperImpl.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/SignupCalendarHelperImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/SignupEmailFacadeImpl.java b/signup/impl/src/java/org/sakaiproject/signup/logic/SignupEmailFacadeImpl.java index 2d39c3333ffd..5a13fda9641c 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/SignupEmailFacadeImpl.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/SignupEmailFacadeImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/SignupMeetingServiceImpl.java b/signup/impl/src/java/org/sakaiproject/signup/logic/SignupMeetingServiceImpl.java index c441e7c52ca5..29fe2206ffaf 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/SignupMeetingServiceImpl.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/SignupMeetingServiceImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/SignupNotifyJob.java b/signup/impl/src/java/org/sakaiproject/signup/logic/SignupNotifyJob.java index 5c3c336b17e5..24a6edd9adec 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/SignupNotifyJob.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/SignupNotifyJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AddAttendeeEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AddAttendeeEmail.java index 5f211d9408b7..3523206a0c3f 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AddAttendeeEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AddAttendeeEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AllUsersEmailBase.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AllUsersEmailBase.java index f47bc587a6f1..f429750df54e 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AllUsersEmailBase.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AllUsersEmailBase.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.signup.logic.messages; import net.fortuna.ical4j.model.component.VEvent; diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeCancellationEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeCancellationEmail.java index 0aec06c10e6c..6ad825530424 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeCancellationEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeCancellationEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeCancellationOwnEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeCancellationOwnEmail.java index 45074a467342..3b303f0be646 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeCancellationOwnEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeCancellationOwnEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeComment.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeComment.java index 1693acaa4231..1531ecef33b8 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeComment.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeComment.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.signup.logic.messages; public class AttendeeComment { diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeEmailBase.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeEmailBase.java index 612228761747..98b26a479e39 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeEmailBase.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeEmailBase.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.signup.logic.messages; import net.fortuna.ical4j.model.component.VEvent; diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeModifiedCommentEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeModifiedCommentEmail.java index 3224496d1747..e0b9dfe42703 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeModifiedCommentEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeModifiedCommentEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.signup.logic.messages; import java.text.MessageFormat; diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeSignupEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeSignupEmail.java index 86e392bfa050..bc1449a610cb 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeSignupEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeSignupEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeSignupOwnEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeSignupOwnEmail.java index c75528527bc0..63554f228b6d 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeSignupOwnEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AttendeeSignupOwnEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AutoReminderEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AutoReminderEmail.java index 649b82910561..9c8daa30e334 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AutoReminderEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/AutoReminderEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/CancelMeetingEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/CancelMeetingEmail.java index 912761c0099b..370342cfa287 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/CancelMeetingEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/CancelMeetingEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/CancellationEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/CancellationEmail.java index d86ac927463b..ea679ec4e802 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/CancellationEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/CancellationEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/EmailDeliverer.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/EmailDeliverer.java index a5375b94abbd..e75b038b0892 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/EmailDeliverer.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/EmailDeliverer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/ModifyMeetingEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/ModifyMeetingEmail.java index 6684454e5070..63772d2d9683 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/ModifyMeetingEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/ModifyMeetingEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/MoveAttendeeEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/MoveAttendeeEmail.java index f8108fe6ac48..e08fff98622b 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/MoveAttendeeEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/MoveAttendeeEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/NewMeetingEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/NewMeetingEmail.java index c11bb50def90..8a7a1320c57a 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/NewMeetingEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/NewMeetingEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/OrganizerEmailBase.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/OrganizerEmailBase.java index 7e91f707af30..873adc390974 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/OrganizerEmailBase.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/OrganizerEmailBase.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.signup.logic.messages; import net.fortuna.ical4j.model.component.VEvent; diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/OrganizerPreAssignEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/OrganizerPreAssignEmail.java index 84e21ce2ec89..72a10e63dd74 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/OrganizerPreAssignEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/OrganizerPreAssignEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/PromoteAttendeeEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/PromoteAttendeeEmail.java index 060c7e4b367d..859432bf5507 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/PromoteAttendeeEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/PromoteAttendeeEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/SignupEmailBase.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/SignupEmailBase.java index c82e9386cad7..dac2587a25c8 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/SignupEmailBase.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/SignupEmailBase.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/SwapAttendeeEmail.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/SwapAttendeeEmail.java index 210614f5be6a..f9abbcc7c0e6 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/SwapAttendeeEmail.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/SwapAttendeeEmail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/TransferEmailBase.java b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/TransferEmailBase.java index 65aa3c5d98a8..385280322e86 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/logic/messages/TransferEmailBase.java +++ b/signup/impl/src/java/org/sakaiproject/signup/logic/messages/TransferEmailBase.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.signup.logic.messages; import net.fortuna.ical4j.model.component.VEvent; diff --git a/signup/impl/src/java/org/sakaiproject/signup/util/PlainTextFormat.java b/signup/impl/src/java/org/sakaiproject/signup/util/PlainTextFormat.java index fd5b636c68a0..fde34e9e9b1f 100644 --- a/signup/impl/src/java/org/sakaiproject/signup/util/PlainTextFormat.java +++ b/signup/impl/src/java/org/sakaiproject/signup/util/PlainTextFormat.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/impl/src/test/org/sakaiproject/signup/logic/messages/AllUsersEmailTest.java b/signup/impl/src/test/org/sakaiproject/signup/logic/messages/AllUsersEmailTest.java index f7b064346ba1..930c6d5030c9 100644 --- a/signup/impl/src/test/org/sakaiproject/signup/logic/messages/AllUsersEmailTest.java +++ b/signup/impl/src/test/org/sakaiproject/signup/logic/messages/AllUsersEmailTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.signup.logic.messages; import net.fortuna.ical4j.model.component.VEvent; diff --git a/signup/impl/src/test/org/sakaiproject/signup/logic/messages/AttendeeEmailTest.java b/signup/impl/src/test/org/sakaiproject/signup/logic/messages/AttendeeEmailTest.java index 5d9ac30a9e81..38b5c6a24c8e 100644 --- a/signup/impl/src/test/org/sakaiproject/signup/logic/messages/AttendeeEmailTest.java +++ b/signup/impl/src/test/org/sakaiproject/signup/logic/messages/AttendeeEmailTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.signup.logic.messages; import net.fortuna.ical4j.model.component.VEvent; diff --git a/signup/impl/src/test/org/sakaiproject/signup/logic/messages/CancellationEmailTest.java b/signup/impl/src/test/org/sakaiproject/signup/logic/messages/CancellationEmailTest.java index 8eb893215ca0..6b5887f25e94 100644 --- a/signup/impl/src/test/org/sakaiproject/signup/logic/messages/CancellationEmailTest.java +++ b/signup/impl/src/test/org/sakaiproject/signup/logic/messages/CancellationEmailTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.signup.logic.messages; import net.fortuna.ical4j.model.component.VEvent; diff --git a/signup/impl/src/test/org/sakaiproject/signup/logic/messages/OrganizerEmailTest.java b/signup/impl/src/test/org/sakaiproject/signup/logic/messages/OrganizerEmailTest.java index 67998735cd3a..ae0a1e1ddcad 100644 --- a/signup/impl/src/test/org/sakaiproject/signup/logic/messages/OrganizerEmailTest.java +++ b/signup/impl/src/test/org/sakaiproject/signup/logic/messages/OrganizerEmailTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.signup.logic.messages; import net.fortuna.ical4j.model.component.VEvent; diff --git a/signup/impl/src/test/org/sakaiproject/signup/logic/messages/TransferEmailTest.java b/signup/impl/src/test/org/sakaiproject/signup/logic/messages/TransferEmailTest.java index 6f6b8cdc99e5..ca8d1478b44a 100644 --- a/signup/impl/src/test/org/sakaiproject/signup/logic/messages/TransferEmailTest.java +++ b/signup/impl/src/test/org/sakaiproject/signup/logic/messages/TransferEmailTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.signup.logic.messages; import net.fortuna.ical4j.model.component.VEvent; diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/SignupServlet.java b/signup/tool/src/java/org/sakaiproject/signup/tool/SignupServlet.java index 554d45519144..945353d18bed 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/SignupServlet.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/SignupServlet.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/CSVExport.java b/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/CSVExport.java index c592148a2676..4f8f3f4fee84 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/CSVExport.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/CSVExport.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/DownloadEventBean.java b/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/DownloadEventBean.java index b9d41cdf83ff..a2d90e31a450 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/DownloadEventBean.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/DownloadEventBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/DownloadICSBean.java b/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/DownloadICSBean.java index 8f82c50bca44..8d76680ca518 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/DownloadICSBean.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/DownloadICSBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/EventWorksheet.java b/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/EventWorksheet.java index 9c67966153fa..e53469665d2b 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/EventWorksheet.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/EventWorksheet.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/ExcelPlainTextFormat.java b/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/ExcelPlainTextFormat.java index 2295e534799c..811837476146 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/ExcelPlainTextFormat.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/ExcelPlainTextFormat.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/WorksheetStyleClass.java b/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/WorksheetStyleClass.java index 96c684854f93..e8411f978713 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/WorksheetStyleClass.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/downloadEvents/WorksheetStyleClass.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/CopyFileProcessor.java b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/CopyFileProcessor.java index 58ad8a58d52d..14d89313a538 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/CopyFileProcessor.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/CopyFileProcessor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/EventProcessHandler.java b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/EventProcessHandler.java index 126bc4338b5c..8399248daff6 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/EventProcessHandler.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/EventProcessHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/MySignupEventsProvider.java b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/MySignupEventsProvider.java index 224016387bfb..a3a35b2156b4 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/MySignupEventsProvider.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/MySignupEventsProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupEntityProducer.java b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupEntityProducer.java index 93046e552d40..746c1ea75dab 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupEntityProducer.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupEntityProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupEventEntityProvider.java b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupEventEntityProvider.java index 5154911b4f84..7b2075a50904 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupEventEntityProvider.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupEventEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupObjectConverter.java b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupObjectConverter.java index 78197d00ab8f..8fec27fa80e6 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupObjectConverter.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupObjectConverter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupRESTfulSessionManager.java b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupRESTfulSessionManager.java index 712edacaeb40..329311f9b6c5 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupRESTfulSessionManager.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupRESTfulSessionManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/util/PlainTextFormat.java b/signup/tool/src/java/org/sakaiproject/signup/tool/util/PlainTextFormat.java index ab371e93f264..ecae040c3db1 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/util/PlainTextFormat.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/util/PlainTextFormat.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/util/SignupBeanConstants.java b/signup/tool/src/java/org/sakaiproject/signup/tool/util/SignupBeanConstants.java index 3484dd7d55fa..039209a0cccc 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/util/SignupBeanConstants.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/util/SignupBeanConstants.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/util/Utilities.java b/signup/tool/src/java/org/sakaiproject/signup/tool/util/Utilities.java index f3e4e23363aa..e7836b83aa25 100644 --- a/signup/tool/src/java/org/sakaiproject/signup/tool/util/Utilities.java +++ b/signup/tool/src/java/org/sakaiproject/signup/tool/util/Utilities.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2007-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for diff --git a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/impl/SitePageEditHandler.java b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/impl/SitePageEditHandler.java index d03660ab43c5..07ec042e0171 100644 --- a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/impl/SitePageEditHandler.java +++ b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/impl/SitePageEditHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.order.impl; import java.util.*; diff --git a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/ErrorUtil.java b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/ErrorUtil.java index a9bc056fe67c..e8d26f4b60ad 100644 --- a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/ErrorUtil.java +++ b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/ErrorUtil.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /* * Created on 11 Sep 2008 */ diff --git a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageAddViewParameters.java b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageAddViewParameters.java index f63aedf68fa9..bd5054802c14 100644 --- a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageAddViewParameters.java +++ b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageAddViewParameters.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.order.rsf; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageDelProducer.java b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageDelProducer.java index 17231ca4a804..9b872569f494 100644 --- a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageDelProducer.java +++ b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageDelProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.order.rsf; import org.sakaiproject.site.tool.helper.order.impl.SitePageEditHandler; diff --git a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageEditProducer.java b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageEditProducer.java index 541d6b09e161..5ce0332660f6 100644 --- a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageEditProducer.java +++ b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageEditProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.order.rsf; import org.sakaiproject.exception.IdUnusedException; diff --git a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageEditViewParameters.java b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageEditViewParameters.java index 3f9d6eda9688..b5c1d7bb3ed0 100644 --- a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageEditViewParameters.java +++ b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageEditViewParameters.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.order.rsf; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageListProducer.java b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageListProducer.java index 04c6868301f8..3f452064f6a5 100644 --- a/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageListProducer.java +++ b/site-manage/pageorder/tool/src/java/org/sakaiproject/site/tool/helper/order/rsf/PageListProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.order.rsf; import java.util.Iterator; diff --git a/site-manage/site-association-api/api/src/java/org/sakaiproject/siteassociation/api/SiteAssocManager.java b/site-manage/site-association-api/api/src/java/org/sakaiproject/siteassociation/api/SiteAssocManager.java index 674b23815aaf..bba80188d179 100644 --- a/site-manage/site-association-api/api/src/java/org/sakaiproject/siteassociation/api/SiteAssocManager.java +++ b/site-manage/site-association-api/api/src/java/org/sakaiproject/siteassociation/api/SiteAssocManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.siteassociation.api; import java.util.List; diff --git a/site-manage/site-manage-api/api/src/java/org/sakaiproject/sitemanage/api/SiteHelper.java b/site-manage/site-manage-api/api/src/java/org/sakaiproject/sitemanage/api/SiteHelper.java index ed8321bcd8a3..a356cc18912d 100644 --- a/site-manage/site-manage-api/api/src/java/org/sakaiproject/sitemanage/api/SiteHelper.java +++ b/site-manage/site-manage-api/api/src/java/org/sakaiproject/sitemanage/api/SiteHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitemanage.api; public interface SiteHelper { diff --git a/site-manage/site-manage-api/api/src/java/org/sakaiproject/sitemanage/api/UserNotificationProvider.java b/site-manage/site-manage-api/api/src/java/org/sakaiproject/sitemanage/api/UserNotificationProvider.java index 8304f9e4f2ac..8d70cdd5c767 100644 --- a/site-manage/site-manage-api/api/src/java/org/sakaiproject/sitemanage/api/UserNotificationProvider.java +++ b/site-manage/site-manage-api/api/src/java/org/sakaiproject/sitemanage/api/UserNotificationProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitemanage.api; import java.util.List; diff --git a/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/impl/SiteManageGroupHandler.java b/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/impl/SiteManageGroupHandler.java index 5e6b227cc2c4..6e62a56ecde8 100644 --- a/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/impl/SiteManageGroupHandler.java +++ b/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/impl/SiteManageGroupHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroup.impl; import java.util.ArrayList; diff --git a/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupDelProducer.java b/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupDelProducer.java index 07b6713b5482..abe5a5a9b49a 100644 --- a/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupDelProducer.java +++ b/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupDelProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroup.rsf; import java.util.Iterator; diff --git a/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupEditProducer.java b/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupEditProducer.java index f2d6f0473a1f..7a2c9e07b395 100644 --- a/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupEditProducer.java +++ b/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupEditProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroup.rsf; import java.util.ArrayList; diff --git a/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupEditViewParameters.java b/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupEditViewParameters.java index 67f40cd99766..6533b3a46d1f 100644 --- a/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupEditViewParameters.java +++ b/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupEditViewParameters.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroup.rsf; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupListProducer.java b/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupListProducer.java index e9e37a5b5c3b..69c4f82f353f 100644 --- a/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupListProducer.java +++ b/site-manage/site-manage-group-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroup/rsf/GroupListProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroup.rsf; import java.util.HashSet; diff --git a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/impl/ImportedGroup.java b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/impl/ImportedGroup.java index 394055425d88..f94f0ff02fa5 100644 --- a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/impl/ImportedGroup.java +++ b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/impl/ImportedGroup.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroupsectionrole.impl; import java.util.SortedSet; diff --git a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/impl/SiteManageGroupSectionRoleHandler.java b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/impl/SiteManageGroupSectionRoleHandler.java index 3fa1714e9669..47932b470dc1 100644 --- a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/impl/SiteManageGroupSectionRoleHandler.java +++ b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/impl/SiteManageGroupSectionRoleHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroupsectionrole.impl; import java.io.IOException; diff --git a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/CreateJoinableGroupViewParameters.java b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/CreateJoinableGroupViewParameters.java index 2e92fa66a4c0..6a704c3e9c4a 100644 --- a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/CreateJoinableGroupViewParameters.java +++ b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/CreateJoinableGroupViewParameters.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2012 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroupsectionrole.rsf; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/CreateJoinableGroupsProducer.java b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/CreateJoinableGroupsProducer.java index 6a8be968b164..fa0fb7a94752 100644 --- a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/CreateJoinableGroupsProducer.java +++ b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/CreateJoinableGroupsProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroupsectionrole.rsf; import java.util.ArrayList; diff --git a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupAutoCreateProducer.java b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupAutoCreateProducer.java index 89df2b6dbff9..95ba87d6362b 100644 --- a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupAutoCreateProducer.java +++ b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupAutoCreateProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroupsectionrole.rsf; import java.util.List; diff --git a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupAutoCreateViewParameters.java b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupAutoCreateViewParameters.java index 699ec12e6557..298bf136c98b 100644 --- a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupAutoCreateViewParameters.java +++ b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupAutoCreateViewParameters.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroupsectionrole.rsf; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupDelProducer.java b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupDelProducer.java index 337a2313c112..8b07e138f032 100644 --- a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupDelProducer.java +++ b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupDelProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroupsectionrole.rsf; import java.util.ArrayList; diff --git a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupEditProducer.java b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupEditProducer.java index fd44ddac45b6..014cf1a2d8bb 100644 --- a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupEditProducer.java +++ b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupEditProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroupsectionrole.rsf; import java.util.ArrayList; diff --git a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupEditViewParameters.java b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupEditViewParameters.java index 494885a5fe3e..7ac566d8ad37 100644 --- a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupEditViewParameters.java +++ b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupEditViewParameters.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroupsectionrole.rsf; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupImportStep1Producer.java b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupImportStep1Producer.java index e9b7f61d9ab7..5a10fa1d4a14 100644 --- a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupImportStep1Producer.java +++ b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupImportStep1Producer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroupsectionrole.rsf; import java.util.ArrayList; diff --git a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupImportStep2Producer.java b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupImportStep2Producer.java index e23937224d76..4fb05ac131cf 100644 --- a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupImportStep2Producer.java +++ b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupImportStep2Producer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroupsectionrole.rsf; import java.util.ArrayList; diff --git a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupImportViewParameters.java b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupImportViewParameters.java index 2aed3abb25b8..44621577c4e6 100644 --- a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupImportViewParameters.java +++ b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupImportViewParameters.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroupsectionrole.rsf; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupListProducer.java b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupListProducer.java index 999a89172024..0dce0289a949 100644 --- a/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupListProducer.java +++ b/site-manage/site-manage-group-section-role-helper/tool/src/java/org/sakaiproject/site/tool/helper/managegroupsectionrole/rsf/GroupListProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.managegroupsectionrole.rsf; import java.util.HashMap; diff --git a/site-manage/site-manage-impl/impl/src/java/org/sakaiproject/sitemanage/impl/UserNotificationProviderImpl.java b/site-manage/site-manage-impl/impl/src/java/org/sakaiproject/sitemanage/impl/UserNotificationProviderImpl.java index 61f280e7510b..66334de7544f 100644 --- a/site-manage/site-manage-impl/impl/src/java/org/sakaiproject/sitemanage/impl/UserNotificationProviderImpl.java +++ b/site-manage/site-manage-impl/impl/src/java/org/sakaiproject/sitemanage/impl/UserNotificationProviderImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitemanage.impl; import java.text.DateFormat; diff --git a/site-manage/site-manage-impl/impl/src/java/org/sakaiproject/sitemanage/impl/job/SeedSitesAndUsersJob.java b/site-manage/site-manage-impl/impl/src/java/org/sakaiproject/sitemanage/impl/job/SeedSitesAndUsersJob.java index 59076d49dd61..ad9c72de6908 100644 --- a/site-manage/site-manage-impl/impl/src/java/org/sakaiproject/sitemanage/impl/job/SeedSitesAndUsersJob.java +++ b/site-manage/site-manage-impl/impl/src/java/org/sakaiproject/sitemanage/impl/job/SeedSitesAndUsersJob.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitemanage.impl.job; import java.sql.Connection; diff --git a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/impl/SiteAddParticipantHandler.java b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/impl/SiteAddParticipantHandler.java index a9f4b37af64c..9a0c8da80700 100644 --- a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/impl/SiteAddParticipantHandler.java +++ b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/impl/SiteAddParticipantHandler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.participant.impl; import java.util.ArrayList; diff --git a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/impl/UserRoleEntry.java b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/impl/UserRoleEntry.java index 783b39e70f92..e638a1a64288 100644 --- a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/impl/UserRoleEntry.java +++ b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/impl/UserRoleEntry.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2009 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.participant.impl; /** diff --git a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/AddProducer.java b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/AddProducer.java index ee2ef7868e20..2f53aebdaab3 100644 --- a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/AddProducer.java +++ b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/AddProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.participant.rsf; import java.util.ArrayList; diff --git a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/AddViewParameters.java b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/AddViewParameters.java index f066adb60322..b1521819f64d 100644 --- a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/AddViewParameters.java +++ b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/AddViewParameters.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.participant.rsf; import uk.org.ponder.rsf.viewstate.SimpleViewParameters; diff --git a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/ConfirmProducer.java b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/ConfirmProducer.java index 1a432e28fdf6..d28fe565f6fe 100644 --- a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/ConfirmProducer.java +++ b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/ConfirmProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.participant.rsf; import java.util.ArrayList; diff --git a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/DifferentRoleProducer.java b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/DifferentRoleProducer.java index d0706262e6e2..58be80c25647 100644 --- a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/DifferentRoleProducer.java +++ b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/DifferentRoleProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.participant.rsf; import java.util.ArrayList; diff --git a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/EmailNotiProducer.java b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/EmailNotiProducer.java index 5b29c9cd14ff..41e0cd1d95bf 100644 --- a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/EmailNotiProducer.java +++ b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/EmailNotiProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.participant.rsf; import java.util.ArrayList; diff --git a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/SameRoleProducer.java b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/SameRoleProducer.java index 463f9a59d2d2..ed0b9021ddc8 100644 --- a/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/SameRoleProducer.java +++ b/site-manage/site-manage-participant-helper/src/java/org/sakaiproject/site/tool/helper/participant/rsf/SameRoleProducer.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool.helper.participant.rsf; import java.util.ArrayList; diff --git a/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/InvalidJoinableSiteSettingsException.java b/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/InvalidJoinableSiteSettingsException.java index b80e7eb55be1..08b555162cb2 100644 --- a/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/InvalidJoinableSiteSettingsException.java +++ b/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/InvalidJoinableSiteSettingsException.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool; import org.sakaiproject.util.ResourceLoader; diff --git a/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/JoinableSiteSettings.java b/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/JoinableSiteSettings.java index 29fc49325ea3..4ecd8d6ccd3a 100644 --- a/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/JoinableSiteSettings.java +++ b/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/JoinableSiteSettings.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool; import java.util.ArrayList; diff --git a/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/LessonsSubnavEnabler.java b/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/LessonsSubnavEnabler.java index b4cf5297e3c8..868efff4e98e 100644 --- a/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/LessonsSubnavEnabler.java +++ b/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/LessonsSubnavEnabler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool; import org.sakaiproject.cheftool.Context; diff --git a/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/MathJaxEnabler.java b/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/MathJaxEnabler.java index a3c95feac7c6..76c7b0159f7a 100644 --- a/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/MathJaxEnabler.java +++ b/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/MathJaxEnabler.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL: $ diff --git a/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/SiteAction.java b/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/SiteAction.java index d2cb0b35a0d6..34b40242c5ab 100644 --- a/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/SiteAction.java +++ b/site-manage/site-manage-tool/tool/src/java/org/sakaiproject/site/tool/SiteAction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /********************************************************************************** * $URL$ diff --git a/site-manage/site-manage-tool/tool/src/test/org/sakaiproject/site/tool/SiteActionTestTools.java b/site-manage/site-manage-tool/tool/src/test/org/sakaiproject/site/tool/SiteActionTestTools.java index 566c8095d555..30937f7e6c90 100644 --- a/site-manage/site-manage-tool/tool/src/test/org/sakaiproject/site/tool/SiteActionTestTools.java +++ b/site-manage/site-manage-tool/tool/src/test/org/sakaiproject/site/tool/SiteActionTestTools.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.tool; import org.hamcrest.collection.IsCollectionContaining; diff --git a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/ActionLinkItem.java b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/ActionLinkItem.java index c26dba43f1c8..34220495cf02 100644 --- a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/ActionLinkItem.java +++ b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/ActionLinkItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2010 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.util; diff --git a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/GroupHelper.java b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/GroupHelper.java index 58a3166cb5b6..9625fadb2e1b 100644 --- a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/GroupHelper.java +++ b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/GroupHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.util; import java.util.Collection; diff --git a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/Participant.java b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/Participant.java index 1575de41dd43..14f96d9e9dcd 100644 --- a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/Participant.java +++ b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/Participant.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.util; import java.util.HashSet; diff --git a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteComparator.java b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteComparator.java index 1fe4437ba7a7..429a7e99e311 100644 --- a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteComparator.java +++ b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.util; diff --git a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteConstants.java b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteConstants.java index ef1edb2ca648..1622e537adb7 100644 --- a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteConstants.java +++ b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteConstants.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.util; public class SiteConstants { diff --git a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteGroupHelper.java b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteGroupHelper.java index bfdf252538dd..ac66af1ccd07 100644 --- a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteGroupHelper.java +++ b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteGroupHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.util; import java.util.ArrayList; diff --git a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteParticipantHelper.java b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteParticipantHelper.java index a3c06e2ec010..a8c6297f5dfb 100644 --- a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteParticipantHelper.java +++ b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteParticipantHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.util; import java.util.ArrayList; diff --git a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteTextEditUtil.java b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteTextEditUtil.java index 5c28d3ed5188..4b388fb13988 100644 --- a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteTextEditUtil.java +++ b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteTextEditUtil.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.util; import org.apache.commons.lang.StringUtils; diff --git a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteTypeUtil.java b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteTypeUtil.java index 517965e30efb..905939f17f12 100644 --- a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteTypeUtil.java +++ b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/SiteTypeUtil.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.util; import java.util.List; diff --git a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/ToolComparator.java b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/ToolComparator.java index b46efb2de1b5..e417ad827a18 100644 --- a/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/ToolComparator.java +++ b/site-manage/site-manage-util/util/src/java/org/sakaiproject/site/util/ToolComparator.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2008 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.util; import java.util.Comparator; diff --git a/site-manage/site-manage-util/util/src/test/org/sakaiproject/site/util/SiteGroupHelperTest.java b/site-manage/site-manage-util/util/src/test/org/sakaiproject/site/util/SiteGroupHelperTest.java index f8e799f3dbf8..bc3fa74afb46 100644 --- a/site-manage/site-manage-util/util/src/test/org/sakaiproject/site/util/SiteGroupHelperTest.java +++ b/site-manage/site-manage-util/util/src/test/org/sakaiproject/site/util/SiteGroupHelperTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.site.util; import org.junit.Test; diff --git a/sitedescription/src/java/org/sakaiproject/sitedescription/WidgetApplication.java b/sitedescription/src/java/org/sakaiproject/sitedescription/WidgetApplication.java index f9aa120b509f..93a1198acb9f 100644 --- a/sitedescription/src/java/org/sakaiproject/sitedescription/WidgetApplication.java +++ b/sitedescription/src/java/org/sakaiproject/sitedescription/WidgetApplication.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitedescription; import org.apache.wicket.protocol.http.WebApplication; diff --git a/sitedescription/src/java/org/sakaiproject/sitedescription/ui/WidgetPage.java b/sitedescription/src/java/org/sakaiproject/sitedescription/ui/WidgetPage.java index f2fea5626ceb..6c20807f5062 100644 --- a/sitedescription/src/java/org/sakaiproject/sitedescription/ui/WidgetPage.java +++ b/sitedescription/src/java/org/sakaiproject/sitedescription/ui/WidgetPage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitedescription.ui; import javax.servlet.http.HttpServletRequest; diff --git a/sitemembers/src/java/org/sakaiproject/sitemembers/SiteRole.java b/sitemembers/src/java/org/sakaiproject/sitemembers/SiteRole.java index dc18c549bbd9..d4ac0b4b3b98 100644 --- a/sitemembers/src/java/org/sakaiproject/sitemembers/SiteRole.java +++ b/sitemembers/src/java/org/sakaiproject/sitemembers/SiteRole.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitemembers; /** diff --git a/sitemembers/src/java/org/sakaiproject/sitemembers/WidgetApplication.java b/sitemembers/src/java/org/sakaiproject/sitemembers/WidgetApplication.java index ee23d9151405..778669da9b6d 100644 --- a/sitemembers/src/java/org/sakaiproject/sitemembers/WidgetApplication.java +++ b/sitemembers/src/java/org/sakaiproject/sitemembers/WidgetApplication.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitemembers; import org.apache.wicket.protocol.http.WebApplication; diff --git a/sitemembers/src/java/org/sakaiproject/sitemembers/ui/WidgetPage.java b/sitemembers/src/java/org/sakaiproject/sitemembers/ui/WidgetPage.java index d511ab2ed387..8c264d037cb5 100644 --- a/sitemembers/src/java/org/sakaiproject/sitemembers/ui/WidgetPage.java +++ b/sitemembers/src/java/org/sakaiproject/sitemembers/ui/WidgetPage.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitemembers.ui; import java.util.Arrays; diff --git a/sitemembers/src/java/org/sakaiproject/sitemembers/ui/components/ConnectionsGrid.java b/sitemembers/src/java/org/sakaiproject/sitemembers/ui/components/ConnectionsGrid.java index d1a9480807da..995d1addab05 100644 --- a/sitemembers/src/java/org/sakaiproject/sitemembers/ui/components/ConnectionsGrid.java +++ b/sitemembers/src/java/org/sakaiproject/sitemembers/ui/components/ConnectionsGrid.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitemembers.ui.components; import java.util.List; diff --git a/sitemembers/src/java/org/sakaiproject/sitemembers/ui/components/ProfileThumbnail.java b/sitemembers/src/java/org/sakaiproject/sitemembers/ui/components/ProfileThumbnail.java index 25296dbb126f..5289f3c424e9 100644 --- a/sitemembers/src/java/org/sakaiproject/sitemembers/ui/components/ProfileThumbnail.java +++ b/sitemembers/src/java/org/sakaiproject/sitemembers/ui/components/ProfileThumbnail.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitemembers.ui.components; import java.util.concurrent.TimeUnit; diff --git a/sitestats/sitestats-api/src/java/org/sakaiproject/sitestats/api/ServerStat.java b/sitestats/sitestats-api/src/java/org/sakaiproject/sitestats/api/ServerStat.java index 7423e4440467..c281cb62569c 100644 --- a/sitestats/sitestats-api/src/java/org/sakaiproject/sitestats/api/ServerStat.java +++ b/sitestats/sitestats-api/src/java/org/sakaiproject/sitestats/api/ServerStat.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.api; import java.util.Date; diff --git a/sitestats/sitestats-api/src/java/org/sakaiproject/sitestats/api/StatsUpdateManagerMXBean.java b/sitestats/sitestats-api/src/java/org/sakaiproject/sitestats/api/StatsUpdateManagerMXBean.java index 4702c5766782..8c641abb1b69 100644 --- a/sitestats/sitestats-api/src/java/org/sakaiproject/sitestats/api/StatsUpdateManagerMXBean.java +++ b/sitestats/sitestats-api/src/java/org/sakaiproject/sitestats/api/StatsUpdateManagerMXBean.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.api; /** diff --git a/sitestats/sitestats-api/src/java/org/sakaiproject/sitestats/api/UserStat.java b/sitestats/sitestats-api/src/java/org/sakaiproject/sitestats/api/UserStat.java index 614a5d79bdbc..4eadc2d59384 100644 --- a/sitestats/sitestats-api/src/java/org/sakaiproject/sitestats/api/UserStat.java +++ b/sitestats/sitestats-api/src/java/org/sakaiproject/sitestats/api/UserStat.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.api; import java.util.Date; diff --git a/sitestats/sitestats-impl/src/java/org/sakaiproject/sitestats/impl/StatsUpdateManagerImpl.java b/sitestats/sitestats-impl/src/java/org/sakaiproject/sitestats/impl/StatsUpdateManagerImpl.java index 96c64dcb4a29..47b34b6851cd 100644 --- a/sitestats/sitestats-impl/src/java/org/sakaiproject/sitestats/impl/StatsUpdateManagerImpl.java +++ b/sitestats/sitestats-impl/src/java/org/sakaiproject/sitestats/impl/StatsUpdateManagerImpl.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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. + */ /** /** * $URL$ diff --git a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/CustomHsqlDialect.java b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/CustomHsqlDialect.java index 0ba9befdd6bd..602044d06e82 100644 --- a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/CustomHsqlDialect.java +++ b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/CustomHsqlDialect.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.test; import java.sql.Types; diff --git a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/LessonBuilderStatTest.java b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/LessonBuilderStatTest.java index 8240c41b74d7..c0f46e4f203c 100644 --- a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/LessonBuilderStatTest.java +++ b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/LessonBuilderStatTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.test; import java.util.Date; diff --git a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/StatsUpdateManagerTestPerf.java b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/StatsUpdateManagerTestPerf.java index 08b42264d0e3..4ed220c8ff9f 100644 --- a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/StatsUpdateManagerTestPerf.java +++ b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/StatsUpdateManagerTestPerf.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.test.perf; import org.hibernate.SessionFactory; diff --git a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockEventRegistryService.java b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockEventRegistryService.java index 6f3fd0df1931..4455d6d0e025 100644 --- a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockEventRegistryService.java +++ b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockEventRegistryService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.test.perf.mock; import org.sakaiproject.sitestats.api.event.EventRegistryService; diff --git a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockSite.java b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockSite.java index b9542009df81..6f53ff6a0efb 100644 --- a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockSite.java +++ b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockSite.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.test.perf.mock; import org.sakaiproject.site.api.Site; diff --git a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockSiteService.java b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockSiteService.java index ea4ab595d05b..527b1bc4b8b7 100644 --- a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockSiteService.java +++ b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockSiteService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.test.perf.mock; import org.sakaiproject.exception.IdUnusedException; diff --git a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockStatsManager.java b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockStatsManager.java index d649919c2493..ce1998c50ca5 100644 --- a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockStatsManager.java +++ b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockStatsManager.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.test.perf.mock; import org.sakaiproject.sitestats.api.SitePresenceTotal; diff --git a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockUsageSessionService.java b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockUsageSessionService.java index 8f6e23990144..2aac8a4598ba 100644 --- a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockUsageSessionService.java +++ b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/MockUsageSessionService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.test.perf.mock; import org.sakaiproject.event.api.UsageSessionService; diff --git a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/StubUtils.java b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/StubUtils.java index 28732d33fa5c..509ea1350463 100644 --- a/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/StubUtils.java +++ b/sitestats/sitestats-impl/src/test/org/sakaiproject/sitestats/test/perf/mock/StubUtils.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.test.perf.mock; import net.bytebuddy.ByteBuddy; diff --git a/sitestats/sitestats-tool/src/java/org/sakaiproject/sitestats/tool/entityproviders/StrippedReportDef.java b/sitestats/sitestats-tool/src/java/org/sakaiproject/sitestats/tool/entityproviders/StrippedReportDef.java index bb0a752ee66a..500defb811e5 100644 --- a/sitestats/sitestats-tool/src/java/org/sakaiproject/sitestats/tool/entityproviders/StrippedReportDef.java +++ b/sitestats/sitestats-tool/src/java/org/sakaiproject/sitestats/tool/entityproviders/StrippedReportDef.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.tool.entityproviders; import org.sakaiproject.sitestats.api.report.ReportDef; diff --git a/sitestats/sitestats-tool/src/java/org/sakaiproject/sitestats/tool/entityproviders/StrippedStat.java b/sitestats/sitestats-tool/src/java/org/sakaiproject/sitestats/tool/entityproviders/StrippedStat.java index 5f39b32f1f1f..a9bf16b82157 100644 --- a/sitestats/sitestats-tool/src/java/org/sakaiproject/sitestats/tool/entityproviders/StrippedStat.java +++ b/sitestats/sitestats-tool/src/java/org/sakaiproject/sitestats/tool/entityproviders/StrippedStat.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2006-2014 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.sitestats.tool.entityproviders; import org.sakaiproject.sitestats.api.Stat; diff --git a/syllabus/syllabus-app/src/java/org/sakaiproject/tool/syllabus/entityproviders/SyllabusEntityProvider.java b/syllabus/syllabus-app/src/java/org/sakaiproject/tool/syllabus/entityproviders/SyllabusEntityProvider.java index a677fc991253..30de5ed1d6df 100644 --- a/syllabus/syllabus-app/src/java/org/sakaiproject/tool/syllabus/entityproviders/SyllabusEntityProvider.java +++ b/syllabus/syllabus-app/src/java/org/sakaiproject/tool/syllabus/entityproviders/SyllabusEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.tool.syllabus.entityproviders; import java.text.ParseException; diff --git a/textarea/FCKeditor/connector/src/java/org/sakaiproject/connector/fck/ConnectorHelper.java b/textarea/FCKeditor/connector/src/java/org/sakaiproject/connector/fck/ConnectorHelper.java index eaeb6dd6d4ea..1c135d1e6695 100644 --- a/textarea/FCKeditor/connector/src/java/org/sakaiproject/connector/fck/ConnectorHelper.java +++ b/textarea/FCKeditor/connector/src/java/org/sakaiproject/connector/fck/ConnectorHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.connector.fck; import java.lang.reflect.Method; diff --git a/textarea/FCKeditor/connector/src/java/org/sakaiproject/connector/fck/SortElementsForDisplay.java b/textarea/FCKeditor/connector/src/java/org/sakaiproject/connector/fck/SortElementsForDisplay.java index d30355252380..940f24811f71 100644 --- a/textarea/FCKeditor/connector/src/java/org/sakaiproject/connector/fck/SortElementsForDisplay.java +++ b/textarea/FCKeditor/connector/src/java/org/sakaiproject/connector/fck/SortElementsForDisplay.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2011 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.connector.fck; import java.util.Comparator; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/controller/executor/SakaiCommandExecutorFactory.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/controller/executor/SakaiCommandExecutorFactory.java index 18c08764f7d3..d1120f64f33a 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/controller/executor/SakaiCommandExecutorFactory.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/controller/executor/SakaiCommandExecutorFactory.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.controller.executor; import java.util.Map; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/controller/executors/SakaiDuplicateCommandExecutor.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/controller/executors/SakaiDuplicateCommandExecutor.java index 6be5b15ef195..3575fcb9299d 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/controller/executors/SakaiDuplicateCommandExecutor.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/controller/executors/SakaiDuplicateCommandExecutor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.controller.executors; import java.util.ArrayList; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/controller/executors/SakaiRenameCommandExecutor.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/controller/executors/SakaiRenameCommandExecutor.java index 80bc4784f4b9..265ea7abf7dc 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/controller/executors/SakaiRenameCommandExecutor.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/controller/executors/SakaiRenameCommandExecutor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.controller.executors; import javax.servlet.ServletContext; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/impl/SakaiFsSecurityChecker.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/impl/SakaiFsSecurityChecker.java index 49cb31024e5f..693816817da2 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/impl/SakaiFsSecurityChecker.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/impl/SakaiFsSecurityChecker.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.impl; import cn.bluejoe.elfinder.service.FsItem; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/impl/SakaiFsServiceConfig.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/impl/SakaiFsServiceConfig.java index 22fb0a04eec4..d81b2a0cd390 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/impl/SakaiFsServiceConfig.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/impl/SakaiFsServiceConfig.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.impl; import cn.bluejoe.elfinder.service.FsServiceConfig; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/impl/SakaiFsServiceFactory.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/impl/SakaiFsServiceFactory.java index 915151e3b5ae..0604cce66206 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/impl/SakaiFsServiceFactory.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/impl/SakaiFsServiceFactory.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.impl; import cn.bluejoe.elfinder.service.FsService; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/ReadOnlyFsVolume.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/ReadOnlyFsVolume.java index 3147993a3edd..dc98ab7be7e2 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/ReadOnlyFsVolume.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/ReadOnlyFsVolume.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai; import cn.bluejoe.elfinder.service.FsItem; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/SakaiFsService.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/SakaiFsService.java index 81661ed2ab87..fb3d6fcbeb6b 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/SakaiFsService.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/SakaiFsService.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai; import cn.bluejoe.elfinder.controller.executor.FsItemEx; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/SiteVolume.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/SiteVolume.java index b51899b06d23..0c05de963101 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/SiteVolume.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/SiteVolume.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai; import cn.bluejoe.elfinder.service.FsItem; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/SiteVolumeFactory.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/SiteVolumeFactory.java index 4630848c043b..50093696cc8e 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/SiteVolumeFactory.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/SiteVolumeFactory.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai; /** diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/assignment/AssignmentFsItem.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/assignment/AssignmentFsItem.java index 6b4a94d3e011..cb10bbf27559 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/assignment/AssignmentFsItem.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/assignment/AssignmentFsItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai.assignment; import cn.bluejoe.elfinder.service.FsItem; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/assignment/AssignmentSiteVolumeFactory.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/assignment/AssignmentSiteVolumeFactory.java index 5e9a17716856..f2c8db713150 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/assignment/AssignmentSiteVolumeFactory.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/assignment/AssignmentSiteVolumeFactory.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai.assignment; import cn.bluejoe.elfinder.service.FsItem; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/content/ContentFsItem.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/content/ContentFsItem.java index 5676d853dd34..11e3adabc58b 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/content/ContentFsItem.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/content/ContentFsItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai.content; import cn.bluejoe.elfinder.service.FsItem; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/content/ContentSiteVolumeFactory.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/content/ContentSiteVolumeFactory.java index 3a7098af123f..7a290ee11aaf 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/content/ContentSiteVolumeFactory.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/content/ContentSiteVolumeFactory.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai.content; import cn.bluejoe.elfinder.controller.ErrorException; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/content/DropboxSiteVolumeFactory.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/content/DropboxSiteVolumeFactory.java index 789762495640..01d15e4e144c 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/content/DropboxSiteVolumeFactory.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/content/DropboxSiteVolumeFactory.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai.content; import cn.bluejoe.elfinder.service.FsItem; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/AreaMsgCntrFsItem.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/AreaMsgCntrFsItem.java index e6b8aa66b825..a56ae62a0d28 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/AreaMsgCntrFsItem.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/AreaMsgCntrFsItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai.msgcntr; import cn.bluejoe.elfinder.service.FsVolume; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/ForumMsgCntrFsItem.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/ForumMsgCntrFsItem.java index 4a382a484121..3762fe074fc1 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/ForumMsgCntrFsItem.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/ForumMsgCntrFsItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai.msgcntr; import cn.bluejoe.elfinder.service.FsVolume; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/MsgCntrFsItem.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/MsgCntrFsItem.java index c4e901dfead1..aa07d4061c10 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/MsgCntrFsItem.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/MsgCntrFsItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai.msgcntr; import cn.bluejoe.elfinder.service.FsItem; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/MsgCntrSiteVolumeFactory.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/MsgCntrSiteVolumeFactory.java index 09bf4b2631f7..db4838257aca 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/MsgCntrSiteVolumeFactory.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/MsgCntrSiteVolumeFactory.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai.msgcntr; import cn.bluejoe.elfinder.service.FsItem; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/TopicMsgCntrFsItem.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/TopicMsgCntrFsItem.java index 88907ff437c4..f823b773de48 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/TopicMsgCntrFsItem.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/msgcntr/TopicMsgCntrFsItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai.msgcntr; import cn.bluejoe.elfinder.service.FsVolume; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/site/SiteFsItem.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/site/SiteFsItem.java index ba3341bd82e4..70e1e3c7dcd3 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/site/SiteFsItem.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/site/SiteFsItem.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2015 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai.site; import cn.bluejoe.elfinder.service.FsItem; diff --git a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/site/SiteFsVolume.java b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/site/SiteFsVolume.java index f3490220dd53..94787c5b6124 100644 --- a/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/site/SiteFsVolume.java +++ b/textarea/elfinder-sakai/src/java/org/sakaiproject/elfinder/sakai/site/SiteFsVolume.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai.site; import cn.bluejoe.elfinder.service.FsItem; diff --git a/textarea/elfinder-sakai/src/test/org/sakaiproject/elfinder/sakai/content/ContentSiteVolumeFactoryTest.java b/textarea/elfinder-sakai/src/test/org/sakaiproject/elfinder/sakai/content/ContentSiteVolumeFactoryTest.java index bd3c8718b587..c737acbc6329 100644 --- a/textarea/elfinder-sakai/src/test/org/sakaiproject/elfinder/sakai/content/ContentSiteVolumeFactoryTest.java +++ b/textarea/elfinder-sakai/src/test/org/sakaiproject/elfinder/sakai/content/ContentSiteVolumeFactoryTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.elfinder.sakai.content; import cn.bluejoe.elfinder.service.FsItem; diff --git a/user/user-util/src/java/org/sakaiproject/user/util/ConvertUserFavoriteSitesSakai11.java b/user/user-util/src/java/org/sakaiproject/user/util/ConvertUserFavoriteSitesSakai11.java index dec0902db7d3..72afe0ab33f9 100644 --- a/user/user-util/src/java/org/sakaiproject/user/util/ConvertUserFavoriteSitesSakai11.java +++ b/user/user-util/src/java/org/sakaiproject/user/util/ConvertUserFavoriteSitesSakai11.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.user.util; // Sakai 11 introduced a new way of storing users' favorite sites, which diff --git a/userauditservice/impl/src/java/org/sakaiproject/userauditservice/impl/UserAuditSiteDeleteListener.java b/userauditservice/impl/src/java/org/sakaiproject/userauditservice/impl/UserAuditSiteDeleteListener.java index 3e47c26ae14b..3f8e12a7a683 100644 --- a/userauditservice/impl/src/java/org/sakaiproject/userauditservice/impl/UserAuditSiteDeleteListener.java +++ b/userauditservice/impl/src/java/org/sakaiproject/userauditservice/impl/UserAuditSiteDeleteListener.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.userauditservice.impl; import java.util.Observable; diff --git a/velocity/util/src/main/java/org/sakaiproject/velocity/util/SLF4JLogChute.java b/velocity/util/src/main/java/org/sakaiproject/velocity/util/SLF4JLogChute.java index 7c984fa32b0b..0b1b84732ae4 100644 --- a/velocity/util/src/main/java/org/sakaiproject/velocity/util/SLF4JLogChute.java +++ b/velocity/util/src/main/java/org/sakaiproject/velocity/util/SLF4JLogChute.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.velocity.util; import javax.servlet.ServletContext; diff --git a/web/web-portlet/src/java/org/sakaiproject/portlet/util/JSPHelper.java b/web/web-portlet/src/java/org/sakaiproject/portlet/util/JSPHelper.java index 98d45eda3302..022d97b8c49c 100644 --- a/web/web-portlet/src/java/org/sakaiproject/portlet/util/JSPHelper.java +++ b/web/web-portlet/src/java/org/sakaiproject/portlet/util/JSPHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2013 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portlet.util; import java.io.IOException; diff --git a/web/web-portlet/src/java/org/sakaiproject/portlet/util/VelocityHelper.java b/web/web-portlet/src/java/org/sakaiproject/portlet/util/VelocityHelper.java index 99eb03ac0035..c08917a4dcad 100644 --- a/web/web-portlet/src/java/org/sakaiproject/portlet/util/VelocityHelper.java +++ b/web/web-portlet/src/java/org/sakaiproject/portlet/util/VelocityHelper.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2013-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.portlet.util; import java.io.IOException; diff --git a/web/web-tool/tool/src/java/org/sakaiproject/web/tool/entityproviders/WebContentEntityProvider.java b/web/web-tool/tool/src/java/org/sakaiproject/web/tool/entityproviders/WebContentEntityProvider.java index d685e616c2c4..c66a0aacd2c6 100644 --- a/web/web-tool/tool/src/java/org/sakaiproject/web/tool/entityproviders/WebContentEntityProvider.java +++ b/web/web-tool/tool/src/java/org/sakaiproject/web/tool/entityproviders/WebContentEntityProvider.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.web.tool.entityproviders; import java.util.ArrayList; diff --git a/webservices/cxf/src/java/org/sakaiproject/rest/HostFilter.java b/webservices/cxf/src/java/org/sakaiproject/rest/HostFilter.java index b1685c8a102d..c0e7b98be888 100644 --- a/webservices/cxf/src/java/org/sakaiproject/rest/HostFilter.java +++ b/webservices/cxf/src/java/org/sakaiproject/rest/HostFilter.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.rest; import org.sakaiproject.webservices.interceptor.RemoteHostMatcher; diff --git a/webservices/cxf/src/java/org/sakaiproject/webservices/Activity.java b/webservices/cxf/src/java/org/sakaiproject/webservices/Activity.java index e442556a945d..75a10958849e 100644 --- a/webservices/cxf/src/java/org/sakaiproject/webservices/Activity.java +++ b/webservices/cxf/src/java/org/sakaiproject/webservices/Activity.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.webservices; import org.slf4j.Logger; diff --git a/webservices/cxf/src/java/org/sakaiproject/webservices/SakaiGradebook.java b/webservices/cxf/src/java/org/sakaiproject/webservices/SakaiGradebook.java index 53628db3d78a..882fb3ce2434 100644 --- a/webservices/cxf/src/java/org/sakaiproject/webservices/SakaiGradebook.java +++ b/webservices/cxf/src/java/org/sakaiproject/webservices/SakaiGradebook.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2016 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.webservices; import org.slf4j.Logger; diff --git a/webservices/cxf/src/java/org/sakaiproject/webservices/interceptor/NetworkAddressValidatingInterceptor.java b/webservices/cxf/src/java/org/sakaiproject/webservices/interceptor/NetworkAddressValidatingInterceptor.java index c572b2319f17..9b14846a2dc7 100644 --- a/webservices/cxf/src/java/org/sakaiproject/webservices/interceptor/NetworkAddressValidatingInterceptor.java +++ b/webservices/cxf/src/java/org/sakaiproject/webservices/interceptor/NetworkAddressValidatingInterceptor.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.webservices.interceptor; import org.apache.cxf.interceptor.Fault; diff --git a/webservices/cxf/src/java/org/sakaiproject/webservices/interceptor/NoIPRestriction.java b/webservices/cxf/src/java/org/sakaiproject/webservices/interceptor/NoIPRestriction.java index 91d3a5c0638b..5f45b1c7b11a 100644 --- a/webservices/cxf/src/java/org/sakaiproject/webservices/interceptor/NoIPRestriction.java +++ b/webservices/cxf/src/java/org/sakaiproject/webservices/interceptor/NoIPRestriction.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2005-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.webservices.interceptor; diff --git a/webservices/cxf/src/test/java/org/sakaiproject/webservices/RemoteHostMatcherTest.java b/webservices/cxf/src/test/java/org/sakaiproject/webservices/RemoteHostMatcherTest.java index 0fff11c88582..cab52a309ed4 100644 --- a/webservices/cxf/src/test/java/org/sakaiproject/webservices/RemoteHostMatcherTest.java +++ b/webservices/cxf/src/test/java/org/sakaiproject/webservices/RemoteHostMatcherTest.java @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2003-2017 The Apereo Foundation + * + * 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://opensource.org/licenses/ecl2 + * + * 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 org.sakaiproject.webservices; import static org.junit.Assert.assertEquals;