comparison src/main/java/org/monetdb/mcl/net/ClientInfo.java @ 911:95be1b83ae86

Add copyright info
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 18 Jul 2024 18:35:25 +0200 (9 months ago)
parents cc6425e98017
children 2543e24eb79a
comparison
equal deleted inserted replaced
910:e74154a1d4b2 911:95be1b83ae86
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 package org.monetdb.mcl.net; 13 package org.monetdb.mcl.net;
2 14
3 import org.monetdb.jdbc.MonetDriver; 15 import org.monetdb.jdbc.MonetDriver;
4 16
5 import java.io.File; 17 import java.io.File;