diff --git a/modules/asset-manager-api/src/main/java/org/opencastproject/assetmanager/api/query/package-info.java b/modules/asset-manager-api/src/main/java/org/opencastproject/assetmanager/api/query/package-info.java index b962ef6996e..71a4cd2785d 100644 --- a/modules/asset-manager-api/src/main/java/org/opencastproject/assetmanager/api/query/package-info.java +++ b/modules/asset-manager-api/src/main/java/org/opencastproject/assetmanager/api/query/package-info.java @@ -1,16 +1,22 @@ /* - * Copyright 2009, 2010 The Regents of the University of California - * Licensed under the Educational Community License, Version 2.0 - * (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. * - * http://www.osedu.org/licenses/ECL-2.0 * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an "AS IS" - * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - * or implied. See the License for the specific language governing - * permissions and limitations under the License. + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * 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/modules/asset-manager-impl/src/main/java/org/opencastproject/assetmanager/impl/query/package-info.java b/modules/asset-manager-impl/src/main/java/org/opencastproject/assetmanager/impl/query/package-info.java index 9eed38fac75..38371e301b3 100644 --- a/modules/asset-manager-impl/src/main/java/org/opencastproject/assetmanager/impl/query/package-info.java +++ b/modules/asset-manager-impl/src/main/java/org/opencastproject/assetmanager/impl/query/package-info.java @@ -1,26 +1,22 @@ /* - * Copyright 2009, 2010 The Regents of the University of California - * Licensed under the Educational Community License, Version 2.0 - * (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. * - * http://www.osedu.org/licenses/ECL-2.0 * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an "AS IS" - * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express - * or implied. See the License for the specific language governing - * permissions and limitations under the License. + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: * + * http://opensource.org/licenses/ecl2.txt * - * Default query implementation. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. * - *

General implementation notes

- * Do not alias entities when creating Querydsl fragments. - * new QPropertyDto("alias") - * The code generator in {@link org.opencastproject.assetmanager.impl.query.AbstractASelectQuery#run()} - * will get into serious trouble because it relies on equality checks on {@link org.opencastproject.assetmanager.impl.persistence.EntityPaths} - * and other Querydsl types. */ /** diff --git a/modules/composer-service-api/src/main/java/org/opencastproject/composer/layout/package-info.java b/modules/composer-service-api/src/main/java/org/opencastproject/composer/layout/package-info.java index 3f27ba95f51..1bb3e589566 100644 --- a/modules/composer-service-api/src/main/java/org/opencastproject/composer/layout/package-info.java +++ b/modules/composer-service-api/src/main/java/org/opencastproject/composer/layout/package-info.java @@ -1,3 +1,24 @@ +/* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + /* * The package uses a left-handed cartesian coordinate system like CSS does. * The origin of a rectangular shape is the top left corner. diff --git a/modules/distribution-service-api/src/main/java/org/opencastproject/distribution/api/package-info.java b/modules/distribution-service-api/src/main/java/org/opencastproject/distribution/api/package-info.java index 84f18082303..02f1dc6f83a 100644 --- a/modules/distribution-service-api/src/main/java/org/opencastproject/distribution/api/package-info.java +++ b/modules/distribution-service-api/src/main/java/org/opencastproject/distribution/api/package-info.java @@ -1,3 +1,24 @@ +/* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + /* * The Distribution service API provides the contract for distributing media, metadata, and attachments to various * distribution channels (iTunes, youTube, streaming servers, learning management systems, etc). diff --git a/modules/distribution-service-download/src/main/java/org/opencastproject/distribution/download/package-info.java b/modules/distribution-service-download/src/main/java/org/opencastproject/distribution/download/package-info.java index a567c62d85f..43e48ed70c5 100644 --- a/modules/distribution-service-download/src/main/java/org/opencastproject/distribution/download/package-info.java +++ b/modules/distribution-service-download/src/main/java/org/opencastproject/distribution/download/package-info.java @@ -1,3 +1,24 @@ +/* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + /* * Distribution service implementation classes */ diff --git a/modules/ingest-service-impl/src/test/java/org/apache/commons/fileupload/MockHttpServletRequest.java b/modules/ingest-service-impl/src/test/java/org/apache/commons/fileupload/MockHttpServletRequest.java index 8f578c1fc2e..8c1eaa429ed 100644 --- a/modules/ingest-service-impl/src/test/java/org/apache/commons/fileupload/MockHttpServletRequest.java +++ b/modules/ingest-service-impl/src/test/java/org/apache/commons/fileupload/MockHttpServletRequest.java @@ -1,21 +1,23 @@ -//CHECKSTYLE:OFF /* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. * - * http://www.apache.org/licenses/LICENSE-2.0 + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ -//CHECKSTYLE:ON package org.apache.commons.fileupload; import java.io.BufferedReader; diff --git a/modules/search-service-api/src/main/java/org/opencastproject/search/api/package-info.java b/modules/search-service-api/src/main/java/org/opencastproject/search/api/package-info.java index 6ac0a4475a5..5523b982022 100644 --- a/modules/search-service-api/src/main/java/org/opencastproject/search/api/package-info.java +++ b/modules/search-service-api/src/main/java/org/opencastproject/search/api/package-info.java @@ -1,3 +1,24 @@ +/* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + /* * Search service. */ diff --git a/modules/search-service-impl/src/main/java/org/opencastproject/search/impl/package-info.java b/modules/search-service-impl/src/main/java/org/opencastproject/search/impl/package-info.java index 1127bd1df45..ec759fe739c 100644 --- a/modules/search-service-impl/src/main/java/org/opencastproject/search/impl/package-info.java +++ b/modules/search-service-impl/src/main/java/org/opencastproject/search/impl/package-info.java @@ -1,3 +1,24 @@ +/* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + /* * Search service implementation classes */ diff --git a/modules/search-service-impl/src/main/java/org/opencastproject/search/impl/persistence/package-info.java b/modules/search-service-impl/src/main/java/org/opencastproject/search/impl/persistence/package-info.java index 2c4497a9850..cfd88eba612 100644 --- a/modules/search-service-impl/src/main/java/org/opencastproject/search/impl/persistence/package-info.java +++ b/modules/search-service-impl/src/main/java/org/opencastproject/search/impl/persistence/package-info.java @@ -1,4 +1,25 @@ /* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + + /* * Implementation of search persistent storage. */ package org.opencastproject.search.impl.persistence; diff --git a/modules/series-service-api/src/main/java/org/opencastproject/series/api/package-info.java b/modules/series-service-api/src/main/java/org/opencastproject/series/api/package-info.java index 5dc4759ecc7..9af855eff2b 100644 --- a/modules/series-service-api/src/main/java/org/opencastproject/series/api/package-info.java +++ b/modules/series-service-api/src/main/java/org/opencastproject/series/api/package-info.java @@ -1,4 +1,25 @@ /* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + + /* * Series service. * TODO * diff --git a/modules/series-service-impl/src/main/java/org/opencastproject/series/endpoint/package-info.java b/modules/series-service-impl/src/main/java/org/opencastproject/series/endpoint/package-info.java index 9f96a0ff849..4cabcb0aaaf 100644 --- a/modules/series-service-impl/src/main/java/org/opencastproject/series/endpoint/package-info.java +++ b/modules/series-service-impl/src/main/java/org/opencastproject/series/endpoint/package-info.java @@ -1,4 +1,25 @@ /* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + + /* * Series REST Service endpoints */ package org.opencastproject.series.endpoint; diff --git a/modules/series-service-impl/src/main/java/org/opencastproject/series/impl/package-info.java b/modules/series-service-impl/src/main/java/org/opencastproject/series/impl/package-info.java index eaacadf33d4..4b4180e64af 100644 --- a/modules/series-service-impl/src/main/java/org/opencastproject/series/impl/package-info.java +++ b/modules/series-service-impl/src/main/java/org/opencastproject/series/impl/package-info.java @@ -1,4 +1,25 @@ /* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + + /* * Series REST Service implementation */ package org.opencastproject.series.impl; diff --git a/modules/series-service-impl/src/main/java/org/opencastproject/series/impl/persistence/package-info.java b/modules/series-service-impl/src/main/java/org/opencastproject/series/impl/persistence/package-info.java index d42933dc7c2..fcafae55020 100644 --- a/modules/series-service-impl/src/main/java/org/opencastproject/series/impl/persistence/package-info.java +++ b/modules/series-service-impl/src/main/java/org/opencastproject/series/impl/persistence/package-info.java @@ -1,4 +1,25 @@ /* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + + /* * Implementation of series persistent storage. */ package org.opencastproject.series.impl.persistence; diff --git a/modules/shared-filesystem-utils/pom.xml b/modules/shared-filesystem-utils/pom.xml index 292d792bb21..d1974297c0c 100644 --- a/modules/shared-filesystem-utils/pom.xml +++ b/modules/shared-filesystem-utils/pom.xml @@ -1,17 +1,22 @@ 4.0.0 diff --git a/modules/static-file-service-api/src/test/java/org/apache/commons/fileupload/MockHttpServletRequest.java b/modules/static-file-service-api/src/test/java/org/apache/commons/fileupload/MockHttpServletRequest.java index 4b7e0ea43aa..f9dbf04e43a 100644 --- a/modules/static-file-service-api/src/test/java/org/apache/commons/fileupload/MockHttpServletRequest.java +++ b/modules/static-file-service-api/src/test/java/org/apache/commons/fileupload/MockHttpServletRequest.java @@ -1,19 +1,24 @@ /* - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. * - * http://www.apache.org/licenses/LICENSE-2.0 + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * */ + package org.apache.commons.fileupload; import java.io.BufferedReader; diff --git a/modules/statistics-provider-influx/src/main/java/org/opencastproject/statistics/provider/influx/package-info.java b/modules/statistics-provider-influx/src/main/java/org/opencastproject/statistics/provider/influx/package-info.java index 17305766c7f..9806dec3ff6 100644 --- a/modules/statistics-provider-influx/src/main/java/org/opencastproject/statistics/provider/influx/package-info.java +++ b/modules/statistics-provider-influx/src/main/java/org/opencastproject/statistics/provider/influx/package-info.java @@ -1,3 +1,24 @@ +/* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + /* * Statistics REST Service implementation */ diff --git a/modules/statistics-service-api/src/main/java/org/opencastproject/statistics/api/package-info.java b/modules/statistics-service-api/src/main/java/org/opencastproject/statistics/api/package-info.java index dd601ffc4f5..33a379d9fab 100644 --- a/modules/statistics-service-api/src/main/java/org/opencastproject/statistics/api/package-info.java +++ b/modules/statistics-service-api/src/main/java/org/opencastproject/statistics/api/package-info.java @@ -1,4 +1,25 @@ /* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + + /* * Statistics service. * This is only the API see the current implementation for more details. */ diff --git a/modules/statistics-service-impl/src/main/java/org/opencastproject/statistics/endpoint/package-info.java b/modules/statistics-service-impl/src/main/java/org/opencastproject/statistics/endpoint/package-info.java index fa6b085991a..51e119a173a 100644 --- a/modules/statistics-service-impl/src/main/java/org/opencastproject/statistics/endpoint/package-info.java +++ b/modules/statistics-service-impl/src/main/java/org/opencastproject/statistics/endpoint/package-info.java @@ -1,3 +1,24 @@ +/* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + /* * Statistics REST Service endpoints */ diff --git a/modules/statistics-service-impl/src/main/java/org/opencastproject/statistics/impl/package-info.java b/modules/statistics-service-impl/src/main/java/org/opencastproject/statistics/impl/package-info.java index e0289bd3d19..bd660cca800 100644 --- a/modules/statistics-service-impl/src/main/java/org/opencastproject/statistics/impl/package-info.java +++ b/modules/statistics-service-impl/src/main/java/org/opencastproject/statistics/impl/package-info.java @@ -1,4 +1,25 @@ /* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + + /* * Statistics REST Service implementation */ package org.opencastproject.statistics.impl; diff --git a/modules/usertracking-api/src/main/java/org/opencastproject/usertracking/api/package-info.java b/modules/usertracking-api/src/main/java/org/opencastproject/usertracking/api/package-info.java index 1ebfcdcf3fd..9bcc15bacde 100644 --- a/modules/usertracking-api/src/main/java/org/opencastproject/usertracking/api/package-info.java +++ b/modules/usertracking-api/src/main/java/org/opencastproject/usertracking/api/package-info.java @@ -1,4 +1,25 @@ /* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + + /* * Feedback service. */ package org.opencastproject.usertracking.api; diff --git a/modules/usertracking-impl/src/main/java/org/opencastproject/usertracking/endpoint/package-info.java b/modules/usertracking-impl/src/main/java/org/opencastproject/usertracking/endpoint/package-info.java index 6270fc8bfd1..40cd2125bc6 100644 --- a/modules/usertracking-impl/src/main/java/org/opencastproject/usertracking/endpoint/package-info.java +++ b/modules/usertracking-impl/src/main/java/org/opencastproject/usertracking/endpoint/package-info.java @@ -1,3 +1,24 @@ +/* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + /* * User Tracking service implementation classes */ diff --git a/modules/usertracking-impl/src/main/java/org/opencastproject/usertracking/impl/package-info.java b/modules/usertracking-impl/src/main/java/org/opencastproject/usertracking/impl/package-info.java index 8b705462fe9..59f695cd616 100644 --- a/modules/usertracking-impl/src/main/java/org/opencastproject/usertracking/impl/package-info.java +++ b/modules/usertracking-impl/src/main/java/org/opencastproject/usertracking/impl/package-info.java @@ -1,3 +1,24 @@ +/* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + /* * User Tracking service implementation classes */ diff --git a/modules/workflow-service-api/src/main/java/org/opencastproject/workflow/api/package-info.java b/modules/workflow-service-api/src/main/java/org/opencastproject/workflow/api/package-info.java index 425ef778f1c..8b6ebd37806 100644 --- a/modules/workflow-service-api/src/main/java/org/opencastproject/workflow/api/package-info.java +++ b/modules/workflow-service-api/src/main/java/org/opencastproject/workflow/api/package-info.java @@ -1,4 +1,25 @@ /* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + + /* * Workflow service. */ @XmlSchema(elementFormDefault = XmlNsForm.QUALIFIED, attributeFormDefault = XmlNsForm.UNQUALIFIED, namespace = "http://workflow.opencastproject.org", xmlns = { diff --git a/modules/workflow-service-impl/src/main/java/org/opencastproject/workflow/endpoint/package-info.java b/modules/workflow-service-impl/src/main/java/org/opencastproject/workflow/endpoint/package-info.java index dbc8f19410a..67413b82de9 100644 --- a/modules/workflow-service-impl/src/main/java/org/opencastproject/workflow/endpoint/package-info.java +++ b/modules/workflow-service-impl/src/main/java/org/opencastproject/workflow/endpoint/package-info.java @@ -1,4 +1,25 @@ /* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + + /* * Workflow REST and WSDL Service endpoints */ @XmlSchema(elementFormDefault = XmlNsForm.QUALIFIED, attributeFormDefault = XmlNsForm.UNQUALIFIED) diff --git a/modules/workspace-api/src/main/java/org/opencastproject/workspace/api/package-info.java b/modules/workspace-api/src/main/java/org/opencastproject/workspace/api/package-info.java index 8c58fd751b7..553cc843967 100644 --- a/modules/workspace-api/src/main/java/org/opencastproject/workspace/api/package-info.java +++ b/modules/workspace-api/src/main/java/org/opencastproject/workspace/api/package-info.java @@ -1,4 +1,25 @@ /* + * Licensed to The Apereo Foundation under one or more contributor license + * agreements. See the NOTICE file distributed with this work for additional + * information regarding copyright ownership. + * + * + * The Apereo Foundation licenses this file to you under the Educational + * Community License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of the License + * at: + * + * http://opensource.org/licenses/ecl2.txt + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + * + */ + + /* * Package containing Workspace APIs. The workspace serves two functions. First, it provides efficient access to * java.io.File objects from potentially remote URIs. Second the workspace provides easy access to the working file * repository.