Mercurial > hg > monetdb-java
diff tests/ConnectionTests.java @ 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 | b885de91095d |
children | b25d838b4bcf |
line wrap: on
line diff
--- 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;