This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push: new cbd18b6 add missing license header cbd18b6 is described below commit cbd18b6de7cb54a3c6de14e4c223f4668a04edac Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Fri Nov 19 16:54:52 2021 +0300 add missing license header --- .../apache/cayenne/exp/parser/ASTObjPathEnumIT.java | 18 ++++++++++++++++++ .../apache/cayenne/testdo/embeddable/EmbedChild.java | 18 ++++++++++++++++++ .../apache/cayenne/testdo/embeddable/EmbedRoot.java | 18 ++++++++++++++++++ .../cayenne/testdo/generated/GeneratedReflexive.java | 18 ++++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/cayenne-server/src/test/java/org/apache/cayenne/exp/parser/ASTObjPathEnumIT.java b/cayenne-server/src/test/java/org/apache/cayenne/exp/parser/ASTObjPathEnumIT.java index 02bf202..84fa215 100644 --- a/cayenne-server/src/test/java/org/apache/cayenne/exp/parser/ASTObjPathEnumIT.java +++ b/cayenne-server/src/test/java/org/apache/cayenne/exp/parser/ASTObjPathEnumIT.java @@ -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.exp.parser; import org.apache.cayenne.ObjectContext; diff --git a/cayenne-server/src/test/java/org/apache/cayenne/testdo/embeddable/EmbedChild.java b/cayenne-server/src/test/java/org/apache/cayenne/testdo/embeddable/EmbedChild.java index f90058f..63f857b 100644 --- a/cayenne-server/src/test/java/org/apache/cayenne/testdo/embeddable/EmbedChild.java +++ b/cayenne-server/src/test/java/org/apache/cayenne/testdo/embeddable/EmbedChild.java @@ -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._EmbedChild; diff --git a/cayenne-server/src/test/java/org/apache/cayenne/testdo/embeddable/EmbedRoot.java b/cayenne-server/src/test/java/org/apache/cayenne/testdo/embeddable/EmbedRoot.java index a7c5dd3..893ecca 100644 --- a/cayenne-server/src/test/java/org/apache/cayenne/testdo/embeddable/EmbedRoot.java +++ b/cayenne-server/src/test/java/org/apache/cayenne/testdo/embeddable/EmbedRoot.java @@ -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._EmbedRoot; diff --git a/cayenne-server/src/test/java/org/apache/cayenne/testdo/generated/GeneratedReflexive.java b/cayenne-server/src/test/java/org/apache/cayenne/testdo/generated/GeneratedReflexive.java index 7f7fec1..7d32c1d 100644 --- a/cayenne-server/src/test/java/org/apache/cayenne/testdo/generated/GeneratedReflexive.java +++ b/cayenne-server/src/test/java/org/apache/cayenne/testdo/generated/GeneratedReflexive.java @@ -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.generated; import org.apache.cayenne.testdo.generated.auto._GeneratedReflexive;