Author: aadamchik
Date: Sat Dec 28 12:06:34 2013
New Revision: 1553815
URL: http://svn.apache.org/r1553815
Log:
missing license headers
Removed:
cayenne/main/trunk/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/action/ExpandTreeAction.java
Modified:
cayenne/main/trunk/cayenne-client/src/test/java/org/apache/cayenne/query/SelectQueryAbstractEntityTest.java
cayenne/main/trunk/cayenne-server/src/main/java/org/apache/cayenne/reflect/ToAnyConverter.java
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/ClientMtTable1Subclass1.java
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/ClientMtTable1Subclass2.java
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/MtTable1Subclass1.java
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/MtTable1Subclass2.java
Modified:
cayenne/main/trunk/cayenne-client/src/test/java/org/apache/cayenne/query/SelectQueryAbstractEntityTest.java
URL:
http://svn.apache.org/viewvc/cayenne/main/trunk/cayenne-client/src/test/java/org/apache/cayenne/query/SelectQueryAbstractEntityTest.java?rev=1553815&r1=1553814&r2=1553815&view=diff
==============================================================================
---
cayenne/main/trunk/cayenne-client/src/test/java/org/apache/cayenne/query/SelectQueryAbstractEntityTest.java
(original)
+++
cayenne/main/trunk/cayenne-client/src/test/java/org/apache/cayenne/query/SelectQueryAbstractEntityTest.java
Sat Dec 28 12:06:34 2013
@@ -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.query;
import java.util.List;
Modified:
cayenne/main/trunk/cayenne-server/src/main/java/org/apache/cayenne/reflect/ToAnyConverter.java
URL:
http://svn.apache.org/viewvc/cayenne/main/trunk/cayenne-server/src/main/java/org/apache/cayenne/reflect/ToAnyConverter.java?rev=1553815&r1=1553814&r2=1553815&view=diff
==============================================================================
---
cayenne/main/trunk/cayenne-server/src/main/java/org/apache/cayenne/reflect/ToAnyConverter.java
(original)
+++
cayenne/main/trunk/cayenne-server/src/main/java/org/apache/cayenne/reflect/ToAnyConverter.java
Sat Dec 28 12:06:34 2013
@@ -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.reflect;
import java.lang.reflect.Constructor;
Modified:
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/ClientMtTable1Subclass1.java
URL:
http://svn.apache.org/viewvc/cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/ClientMtTable1Subclass1.java?rev=1553815&r1=1553814&r2=1553815&view=diff
==============================================================================
---
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/ClientMtTable1Subclass1.java
(original)
+++
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/ClientMtTable1Subclass1.java
Sat Dec 28 12:06:34 2013
@@ -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.mt;
import org.apache.cayenne.testdo.mt.auto._ClientMtTable1Subclass1;
Modified:
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/ClientMtTable1Subclass2.java
URL:
http://svn.apache.org/viewvc/cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/ClientMtTable1Subclass2.java?rev=1553815&r1=1553814&r2=1553815&view=diff
==============================================================================
---
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/ClientMtTable1Subclass2.java
(original)
+++
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/ClientMtTable1Subclass2.java
Sat Dec 28 12:06:34 2013
@@ -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.mt;
import org.apache.cayenne.testdo.mt.auto._ClientMtTable1Subclass2;
Modified:
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/MtTable1Subclass1.java
URL:
http://svn.apache.org/viewvc/cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/MtTable1Subclass1.java?rev=1553815&r1=1553814&r2=1553815&view=diff
==============================================================================
---
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/MtTable1Subclass1.java
(original)
+++
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/MtTable1Subclass1.java
Sat Dec 28 12:06:34 2013
@@ -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.mt;
import org.apache.cayenne.testdo.mt.auto._MtTable1Subclass1;
Modified:
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/MtTable1Subclass2.java
URL:
http://svn.apache.org/viewvc/cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/MtTable1Subclass2.java?rev=1553815&r1=1553814&r2=1553815&view=diff
==============================================================================
---
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/MtTable1Subclass2.java
(original)
+++
cayenne/main/trunk/cayenne-server/src/test/java/org/apache/cayenne/testdo/mt/MtTable1Subclass2.java
Sat Dec 28 12:06:34 2013
@@ -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.mt;
import org.apache.cayenne.testdo.mt.auto._MtTable1Subclass2;