Changeset: e73c4a1f41c6 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/e73c4a1f41c6
Modified Files:
        src/main/java/org/monetdb/mcl/net/HandshakeOption.java
        tests/ConnectionTests.java
Branch: default
Log Message:

Add missing Copyright header info


diffs (30 lines):

diff --git a/src/main/java/org/monetdb/mcl/net/HandshakeOption.java 
b/src/main/java/org/monetdb/mcl/net/HandshakeOption.java
--- a/src/main/java/org/monetdb/mcl/net/HandshakeOption.java
+++ b/src/main/java/org/monetdb/mcl/net/HandshakeOption.java
@@ -1,3 +1,11 @@
+/*
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0.  If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * Copyright 1997 - July 2008 CWI, August 2008 - 2022 MonetDB B.V.
+ */
+
 package org.monetdb.mcl.net;
 
 public abstract class HandshakeOption<T> {
diff --git a/tests/ConnectionTests.java b/tests/ConnectionTests.java
--- a/tests/ConnectionTests.java
+++ b/tests/ConnectionTests.java
@@ -1,3 +1,11 @@
+/*
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0.  If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * Copyright 1997 - July 2008 CWI, August 2008 - 2022 MonetDB B.V.
+ */
+
 import java.sql.Connection;
 import java.sql.DriverManager;
 import java.sql.ResultSet;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to