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. * - *
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 @@