comparison 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
comparison
equal deleted inserted replaced
676:74616d4c15e1 677:e73c4a1f41c6
1 /*
2 * This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 *
6 * Copyright 1997 - July 2008 CWI, August 2008 - 2022 MonetDB B.V.
7 */
8
1 import java.sql.Connection; 9 import java.sql.Connection;
2 import java.sql.DriverManager; 10 import java.sql.DriverManager;
3 import java.sql.ResultSet; 11 import java.sql.ResultSet;
4 import java.sql.SQLException; 12 import java.sql.SQLException;
5 import java.sql.Statement; 13 import java.sql.Statement;