Repository: cayenne
Updated Branches:
  refs/heads/master 162d06e46 -> 1469e6262


Add license


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/1469e626
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/1469e626
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/1469e626

Branch: refs/heads/master
Commit: 1469e6262c7e37a04cf36fb4789749566e87d60d
Parents: 162d06e
Author: Nikita Timofeev <stari...@gmail.com>
Authored: Thu Feb 8 16:04:51 2018 +0300
Committer: Nikita Timofeev <stari...@gmail.com>
Committed: Thu Feb 8 16:04:51 2018 +0300

----------------------------------------------------------------------
 .../testdo/inheritance_with_enum/Dependent.java  | 19 +++++++++++++++++++
 .../testdo/inheritance_with_enum/Root.java       | 19 +++++++++++++++++++
 .../testdo/inheritance_with_enum/Sub.java        | 19 +++++++++++++++++++
 3 files changed, 57 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/1469e626/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Dependent.java
----------------------------------------------------------------------
diff --git 
a/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Dependent.java
 
b/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Dependent.java
index 2b086dc..05001b5 100644
--- 
a/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Dependent.java
+++ 
b/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Dependent.java
@@ -1,3 +1,22 @@
+/*****************************************************************
+ *   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.inheritance_with_enum;
 
 import org.apache.cayenne.testdo.inheritance_with_enum.auto._Dependent;

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1469e626/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Root.java
----------------------------------------------------------------------
diff --git 
a/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Root.java
 
b/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Root.java
index 423abb5..8f60d9d 100644
--- 
a/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Root.java
+++ 
b/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Root.java
@@ -1,3 +1,22 @@
+/*****************************************************************
+ *   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.inheritance_with_enum;
 
 import org.apache.cayenne.testdo.inheritance_with_enum.auto._Root;

http://git-wip-us.apache.org/repos/asf/cayenne/blob/1469e626/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Sub.java
----------------------------------------------------------------------
diff --git 
a/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Sub.java
 
b/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Sub.java
index 28ddd46..173406b 100644
--- 
a/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Sub.java
+++ 
b/cayenne-server/src/test/java/org/apache/cayenne/testdo/inheritance_with_enum/Sub.java
@@ -1,3 +1,22 @@
+/*****************************************************************
+ *   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.inheritance_with_enum;
 
 import org.apache.cayenne.testdo.inheritance_with_enum.auto._Sub;

Reply via email to