# HG changeset patch # User Martin van Dinther <martin.van.dinther@monetdbsolutions.com> # Date 1667489856 -3600 # Node ID e73c4a1f41c61b8deeb96815bdc4fc073dfc19cc # Parent 74616d4c15e1e0b8aee9d9233599bb5dfe750894 Add missing Copyright header info 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;