comparison tests/UrlTester.java @ 855:839d76eeb4ae

Added missing Copyright header comments
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 18 Jan 2024 16:36:03 +0100 (15 months ago)
parents 5aa19bbed0d6
children ae5834c3eb06
comparison
equal deleted inserted replaced
854:cd365d70c745 855:839d76eeb4ae
1 /*
2 * SPDX-License-Identifier: MPL-2.0
3 *
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 *
8 * Copyright 2024 MonetDB Foundation;
9 * Copyright August 2008 - 2023 MonetDB B.V.;
10 * Copyright 1997 - July 2008 CWI.
11 */
12
1 import org.monetdb.mcl.net.*; 13 import org.monetdb.mcl.net.*;
2 14
3 import java.io.*; 15 import java.io.*;
4 import java.net.URISyntaxException; 16 import java.net.URISyntaxException;
5 import java.util.ArrayList; 17 import java.util.ArrayList;