You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2020/08/06 14:50:20 UTC

[cayenne] branch master updated: missing license header

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 823c8ec  missing license header
823c8ec is described below

commit 823c8ececf6eb8c00e6a33d8b5913c5e227076cf
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Thu Aug 6 17:50:05 2020 +0300

    missing license header
---
 .../apache/cayenne/commitlog/db/AuditableChild1x.java  | 18 ++++++++++++++++++
 .../java/org/apache/cayenne/testdo/lazy/Lazyblob.java  | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/cayenne-commitlog/src/test/java/org/apache/cayenne/commitlog/db/AuditableChild1x.java b/cayenne-commitlog/src/test/java/org/apache/cayenne/commitlog/db/AuditableChild1x.java
index 7d8c4a6..baeae14 100644
--- a/cayenne-commitlog/src/test/java/org/apache/cayenne/commitlog/db/AuditableChild1x.java
+++ b/cayenne-commitlog/src/test/java/org/apache/cayenne/commitlog/db/AuditableChild1x.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.commitlog.db;
 
 import org.apache.cayenne.commitlog.db.auto._AuditableChild1x;
diff --git a/cayenne-server/src/test/java/org/apache/cayenne/testdo/lazy/Lazyblob.java b/cayenne-server/src/test/java/org/apache/cayenne/testdo/lazy/Lazyblob.java
index c82321f..50da883 100644
--- a/cayenne-server/src/test/java/org/apache/cayenne/testdo/lazy/Lazyblob.java
+++ b/cayenne-server/src/test/java/org/apache/cayenne/testdo/lazy/Lazyblob.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.lazy;
 
 import org.apache.cayenne.testdo.lazy.auto._Lazyblob;