You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by de...@apache.org on 2021/08/03 21:51:07 UTC

[incubator-age] branch master updated: chore: (driver/jdbc) update copyright header (#99)

This is an automated email from the ASF dual-hosted git repository.

dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age.git


The following commit(s) were added to refs/heads/master by this push:
     new c681989  chore: (driver/jdbc) update copyright header (#99)
c681989 is described below

commit c681989640555ef4efd94040f329a158b0611b8a
Author: Alex Kwak <ta...@kakao.com>
AuthorDate: Wed Aug 4 06:51:01 2021 +0900

    chore: (driver/jdbc) update copyright header (#99)
    
    * chore: (driver/jdbc) update copyright header
    
    * chore: (driver/jdbc) remove gradle-wrapper.jar
---
 drivers/jdbc/.gitignore                              |   3 +++
 drivers/jdbc/gradle/wrapper/gradle-wrapper.jar       | Bin 59203 -> 0 bytes
 drivers/jdbc/lib/build.gradle.kts                    |  19 +++++++++++++++----
 .../org/apache/age/jdbc/AgtypeUnrecognizedList.java  |  19 +++++++++++++++++++
 .../org/apache/age/jdbc/AgtypeUnrecognizedMap.java   |  19 +++++++++++++++++++
 .../main/java/org/apache/age/jdbc/base/Agtype.java   |  19 +++++++++++++++++++
 .../java/org/apache/age/jdbc/base/AgtypeFactory.java |  19 +++++++++++++++++++
 .../org/apache/age/jdbc/base/AgtypeListener.java     |  19 +++++++++++++++++++
 .../java/org/apache/age/jdbc/base/AgtypeUtil.java    |  19 +++++++++++++++++++
 .../apache/age/jdbc/base/InvalidAgtypeException.java |  19 +++++++++++++++++++
 .../apache/age/jdbc/base/type/AgtypeAnnotation.java  |  19 +++++++++++++++++++
 .../org/apache/age/jdbc/base/type/AgtypeList.java    |  19 +++++++++++++++++++
 .../apache/age/jdbc/base/type/AgtypeListBuilder.java |  19 +++++++++++++++++++
 .../apache/age/jdbc/base/type/AgtypeListImpl.java    |  19 +++++++++++++++++++
 .../org/apache/age/jdbc/base/type/AgtypeMap.java     |  19 +++++++++++++++++++
 .../apache/age/jdbc/base/type/AgtypeMapBuilder.java  |  19 +++++++++++++++++++
 .../org/apache/age/jdbc/base/type/AgtypeMapImpl.java |  19 +++++++++++++++++++
 .../org/apache/age/jdbc/base/type/AgtypeObject.java  |  19 +++++++++++++++++++
 .../age/jdbc/base/type/UnrecognizedObject.java       |  19 +++++++++++++++++++
 .../java/org/apache/age/jdbc/AgtypeFactoryTest.java  |  19 +++++++++++++++++++
 .../org/apache/age/jdbc/AgtypeStatementTest.java     |  19 +++++++++++++++++++
 .../test/java/org/apache/age/jdbc/AgtypeTest.java    |  19 +++++++++++++++++++
 .../java/org/apache/age/jdbc/AgtypeUtilTest.java     |  19 +++++++++++++++++++
 .../java/org/apache/age/jdbc/BaseDockerizedTest.java |  19 +++++++++++++++++++
 24 files changed, 417 insertions(+), 4 deletions(-)

diff --git a/drivers/jdbc/.gitignore b/drivers/jdbc/.gitignore
index 1b6985c..d3f3b15 100644
--- a/drivers/jdbc/.gitignore
+++ b/drivers/jdbc/.gitignore
@@ -1,3 +1,6 @@
+# Ignore Gradle Wapper
+gradle/wrapper/gradle-wrapper.jar
+
 # Ignore Gradle project-specific cache directory
 .gradle
 
diff --git a/drivers/jdbc/gradle/wrapper/gradle-wrapper.jar b/drivers/jdbc/gradle/wrapper/gradle-wrapper.jar
deleted file mode 100644
index e708b1c..0000000
Binary files a/drivers/jdbc/gradle/wrapper/gradle-wrapper.jar and /dev/null differ
diff --git a/drivers/jdbc/lib/build.gradle.kts b/drivers/jdbc/lib/build.gradle.kts
index e95d4bc..86af61a 100644
--- a/drivers/jdbc/lib/build.gradle.kts
+++ b/drivers/jdbc/lib/build.gradle.kts
@@ -1,9 +1,20 @@
 /*
- * This file was generated by the Gradle 'init' task.
+ * 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
  *
- * This generated file contains a sample Java library project to get you started.
- * For more details take a look at the 'Building Java & JVM projects' chapter in the Gradle
- * User Manual available at https://docs.gradle.org/7.0/userguide/building_java_projects.html
+ * 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.
  */
 
 plugins {
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/AgtypeUnrecognizedList.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/AgtypeUnrecognizedList.java
index 91db969..98b1bbc 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/AgtypeUnrecognizedList.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/AgtypeUnrecognizedList.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.age.jdbc;
 
 import org.apache.age.jdbc.base.type.AgtypeAnnotation;
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/AgtypeUnrecognizedMap.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/AgtypeUnrecognizedMap.java
index b0d4ffc..9c47370 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/AgtypeUnrecognizedMap.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/AgtypeUnrecognizedMap.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.age.jdbc;
 
 import org.apache.age.jdbc.base.type.AgtypeAnnotation;
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/Agtype.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/Agtype.java
index c7c2bf5..3eeffee 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/Agtype.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/Agtype.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.age.jdbc.base;
 
 import java.sql.SQLException;
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/AgtypeFactory.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/AgtypeFactory.java
index 24320c9..c52798a 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/AgtypeFactory.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/AgtypeFactory.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.age.jdbc.base;
 
 import org.apache.age.jdbc.base.type.AgtypeList;
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/AgtypeListener.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/AgtypeListener.java
index 5aeb772..cbba41b 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/AgtypeListener.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/AgtypeListener.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.age.jdbc.base;
 
 import java.util.Stack;
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/AgtypeUtil.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/AgtypeUtil.java
index 806aa2e..affea24 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/AgtypeUtil.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/AgtypeUtil.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.age.jdbc.base;
 
 import java.util.StringJoiner;
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/InvalidAgtypeException.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/InvalidAgtypeException.java
index 2e64995..45e37e1 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/InvalidAgtypeException.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/InvalidAgtypeException.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.age.jdbc.base;
 
 /**
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeAnnotation.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeAnnotation.java
index 70a60d6..f170b7f 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeAnnotation.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeAnnotation.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.age.jdbc.base.type;
 
 public interface AgtypeAnnotation {
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeList.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeList.java
index 058dd29..59e2fe3 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeList.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeList.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.age.jdbc.base.type;
 
 import java.util.Iterator;
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeListBuilder.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeListBuilder.java
index cfdf1a4..356fc59 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeListBuilder.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeListBuilder.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.age.jdbc.base.type;
 
 import org.apache.age.jdbc.base.Agtype;
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeListImpl.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeListImpl.java
index 281c75f..a1788e1 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeListImpl.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeListImpl.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.age.jdbc.base.type;
 
 import java.util.ArrayList;
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeMap.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeMap.java
index 043ec1c..c642821 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeMap.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeMap.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.age.jdbc.base.type;
 
 import java.util.Map;
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeMapBuilder.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeMapBuilder.java
index d31dd26..417e7f6 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeMapBuilder.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeMapBuilder.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.age.jdbc.base.type;
 
 import org.apache.age.jdbc.base.Agtype;
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeMapImpl.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeMapImpl.java
index b8e9229..264c7d9 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeMapImpl.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeMapImpl.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.age.jdbc.base.type;
 
 import java.util.HashMap;
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeObject.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeObject.java
index ed8176f..ea6258b 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeObject.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/AgtypeObject.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.age.jdbc.base.type;
 
 public interface AgtypeObject {
diff --git a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/UnrecognizedObject.java b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/UnrecognizedObject.java
index aca0eb0..1d32df3 100644
--- a/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/UnrecognizedObject.java
+++ b/drivers/jdbc/lib/src/main/java/org/apache/age/jdbc/base/type/UnrecognizedObject.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.age.jdbc.base.type;
 
 public interface UnrecognizedObject {
diff --git a/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeFactoryTest.java b/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeFactoryTest.java
index dda78f1..07241ac 100644
--- a/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeFactoryTest.java
+++ b/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeFactoryTest.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.age.jdbc;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
diff --git a/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeStatementTest.java b/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeStatementTest.java
index 597be82..e13e5bb 100644
--- a/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeStatementTest.java
+++ b/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeStatementTest.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.age.jdbc;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
diff --git a/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeTest.java b/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeTest.java
index 95b5411..c555413 100644
--- a/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeTest.java
+++ b/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeTest.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.age.jdbc;
 
 import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
diff --git a/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeUtilTest.java b/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeUtilTest.java
index 36b5b01..c135bf6 100644
--- a/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeUtilTest.java
+++ b/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/AgtypeUtilTest.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.age.jdbc;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
diff --git a/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/BaseDockerizedTest.java b/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/BaseDockerizedTest.java
index 25776ea..8024f1a 100644
--- a/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/BaseDockerizedTest.java
+++ b/drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/BaseDockerizedTest.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.age.jdbc;
 
 import java.sql.DriverManager;