This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch STABLE-4.2
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/STABLE-4.2 by this push:
new 4353054cf missing license header
4353054cf is described below
commit 4353054cf358a7548356ccb7ff3d03fe8c6698da
Author: Nikita Timofeev <[email protected]>
AuthorDate: Fri Mar 10 15:58:00 2023 +0300
missing license header
---
.../apache/cayenne/testdo/reflexive/ClientOther.java | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git
a/cayenne-server/src/test/java/org/apache/cayenne/testdo/reflexive/ClientOther.java
b/cayenne-server/src/test/java/org/apache/cayenne/testdo/reflexive/ClientOther.java
index fb60e1826..efe444219 100644
---
a/cayenne-server/src/test/java/org/apache/cayenne/testdo/reflexive/ClientOther.java
+++
b/cayenne-server/src/test/java/org/apache/cayenne/testdo/reflexive/ClientOther.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
+ *
+ * https://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.reflexive;
import org.apache.cayenne.testdo.reflexive.auto._ClientOther;