Mercurial > hg > monetdb-java
changeset 677:e73c4a1f41c6
Add missing Copyright header info
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 03 Nov 2022 16:37:36 +0100 (2022-11-03) |
parents | 74616d4c15e1 |
children | b25d838b4bcf |
files | src/main/java/org/monetdb/mcl/net/HandshakeOption.java tests/ConnectionTests.java |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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> {
--- 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;