You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2007/07/15 22:46:44 UTC

svn commit: r556447 - in /cayenne/main/trunk: build-tools/maven-cayenne-build-plugin/src/main/java/org/apache/cayenne/maven/plugin/aggregator/ framework/cayenne-jdk1.4-unpublished/src/test/java/org/apache/cayenne/testdo/embeddable/ framework/cayenne-jp...

Author: aadamchik
Date: Sun Jul 15 13:46:43 2007
New Revision: 556447

URL: http://svn.apache.org/viewvc?view=rev&rev=556447
Log:
fixing missing licences uncovered by RAT

Modified:
    cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/src/main/java/org/apache/cayenne/maven/plugin/aggregator/ArtifactItem.java
    cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/src/main/java/org/apache/cayenne/maven/plugin/aggregator/BinAggregatorMojo.java
    cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/src/test/java/org/apache/cayenne/testdo/embeddable/EmbedEntity1.java
    cayenne/main/trunk/framework/cayenne-jpa-unpublished/src/main/resources/META-INF/services/javax.persistence.spi.PersistenceProvider
    cayenne/main/trunk/itests/jpa-chapter4/src/main/java/org/apache/cayenne/jpa/itest/ch4/entity/SimpleEntity.java
    cayenne/main/trunk/itests/jpa-chapter4/src/test/java/org/apache/cayenne/jpa/itest/ch4/_4_2_1_SelectStatementTest.java

Modified: cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/src/main/java/org/apache/cayenne/maven/plugin/aggregator/ArtifactItem.java
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/src/main/java/org/apache/cayenne/maven/plugin/aggregator/ArtifactItem.java?view=diff&rev=556447&r1=556446&r2=556447
==============================================================================
--- cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/src/main/java/org/apache/cayenne/maven/plugin/aggregator/ArtifactItem.java (original)
+++ cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/src/main/java/org/apache/cayenne/maven/plugin/aggregator/ArtifactItem.java Sun Jul 15 13:46:43 2007
@@ -1,3 +1,21 @@
+/*****************************************************************
+ *   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
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ ****************************************************************/
 package org.apache.cayenne.maven.plugin.aggregator;
 
 import java.io.File;

Modified: cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/src/main/java/org/apache/cayenne/maven/plugin/aggregator/BinAggregatorMojo.java
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/src/main/java/org/apache/cayenne/maven/plugin/aggregator/BinAggregatorMojo.java?view=diff&rev=556447&r1=556446&r2=556447
==============================================================================
--- cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/src/main/java/org/apache/cayenne/maven/plugin/aggregator/BinAggregatorMojo.java (original)
+++ cayenne/main/trunk/build-tools/maven-cayenne-build-plugin/src/main/java/org/apache/cayenne/maven/plugin/aggregator/BinAggregatorMojo.java Sun Jul 15 13:46:43 2007
@@ -1,3 +1,21 @@
+/*****************************************************************
+ *   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
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ ****************************************************************/
 package org.apache.cayenne.maven.plugin.aggregator;
 
 import java.io.File;

Modified: cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/src/test/java/org/apache/cayenne/testdo/embeddable/EmbedEntity1.java
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/src/test/java/org/apache/cayenne/testdo/embeddable/EmbedEntity1.java?view=diff&rev=556447&r1=556446&r2=556447
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/src/test/java/org/apache/cayenne/testdo/embeddable/EmbedEntity1.java (original)
+++ cayenne/main/trunk/framework/cayenne-jdk1.4-unpublished/src/test/java/org/apache/cayenne/testdo/embeddable/EmbedEntity1.java Sun Jul 15 13:46:43 2007
@@ -1,3 +1,21 @@
+/*****************************************************************
+ *   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
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ ****************************************************************/
 package org.apache.cayenne.testdo.embeddable;
 
 import org.apache.cayenne.testdo.embeddable.auto._EmbedEntity1;

Modified: cayenne/main/trunk/framework/cayenne-jpa-unpublished/src/main/resources/META-INF/services/javax.persistence.spi.PersistenceProvider
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jpa-unpublished/src/main/resources/META-INF/services/javax.persistence.spi.PersistenceProvider?view=diff&rev=556447&r1=556446&r2=556447
==============================================================================
--- cayenne/main/trunk/framework/cayenne-jpa-unpublished/src/main/resources/META-INF/services/javax.persistence.spi.PersistenceProvider (original)
+++ cayenne/main/trunk/framework/cayenne-jpa-unpublished/src/main/resources/META-INF/services/javax.persistence.spi.PersistenceProvider Sun Jul 15 13:46:43 2007
@@ -1 +1,17 @@
+# 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
+#
+# http://www.apache.org/licenses/LICENSE-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.
 org.apache.cayenne.jpa.Provider

Modified: cayenne/main/trunk/itests/jpa-chapter4/src/main/java/org/apache/cayenne/jpa/itest/ch4/entity/SimpleEntity.java
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter4/src/main/java/org/apache/cayenne/jpa/itest/ch4/entity/SimpleEntity.java?view=diff&rev=556447&r1=556446&r2=556447
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter4/src/main/java/org/apache/cayenne/jpa/itest/ch4/entity/SimpleEntity.java (original)
+++ cayenne/main/trunk/itests/jpa-chapter4/src/main/java/org/apache/cayenne/jpa/itest/ch4/entity/SimpleEntity.java Sun Jul 15 13:46:43 2007
@@ -1,3 +1,21 @@
+/*****************************************************************
+ *   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
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ ****************************************************************/
 package org.apache.cayenne.jpa.itest.ch4.entity;
 
 import javax.persistence.Entity;

Modified: cayenne/main/trunk/itests/jpa-chapter4/src/test/java/org/apache/cayenne/jpa/itest/ch4/_4_2_1_SelectStatementTest.java
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/jpa-chapter4/src/test/java/org/apache/cayenne/jpa/itest/ch4/_4_2_1_SelectStatementTest.java?view=diff&rev=556447&r1=556446&r2=556447
==============================================================================
--- cayenne/main/trunk/itests/jpa-chapter4/src/test/java/org/apache/cayenne/jpa/itest/ch4/_4_2_1_SelectStatementTest.java (original)
+++ cayenne/main/trunk/itests/jpa-chapter4/src/test/java/org/apache/cayenne/jpa/itest/ch4/_4_2_1_SelectStatementTest.java Sun Jul 15 13:46:43 2007
@@ -1,3 +1,21 @@
+/*****************************************************************
+ *   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
+ *
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ ****************************************************************/
 package org.apache.cayenne.jpa.itest.ch4;
 
 import java.util.List;