comparison tests/SQLcopyinto.java @ 833:e890195256ac

Update copyright for the new year, move to MonetDB Foundation, add SPDX.
author Sjoerd Mullender <sjoerd@acm.org>
date Fri, 29 Dec 2023 14:37:42 +0100 (16 months ago)
parents aeb268156580
children c2164decf7f1
comparison
equal deleted inserted replaced
832:7eb05cbf67dc 833:e890195256ac
1 /* 1 /*
2 * SPDX-License-Identifier: MPL-2.0
3 *
2 * This Source Code Form is subject to the terms of the Mozilla Public 4 * 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 5 * 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/. 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 * 7 *
6 * Copyright 1997 - July 2008 CWI, August 2008 - 2023 MonetDB B.V. 8 * Copyright 2024 MonetDB Foundation;
9 * Copyright August 2008 - 2023 MonetDB B.V.;
10 * Copyright 1997 - July 2008 CWI.
7 */ 11 */
8 12
9 import java.sql.*; 13 import java.sql.*;
10 import java.util.*; 14 import java.util.*;
11 import org.monetdb.mcl.net.MapiSocket; 15 import org.monetdb.mcl.net.MapiSocket;