Mercurial > hg > monetdb-java
comparison src/main/java/org/monetdb/mcl/net/Target.java @ 864:b80758ef25db
Add missing license headers
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 01 Feb 2024 17:45:49 +0100 (15 months ago) |
parents | 5aa19bbed0d6 |
children | 778959b2e0a4 |
comparison
equal
deleted
inserted
replaced
863:9d21c6e7ed26 | 864:b80758ef25db |
---|---|
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 java.net.URISyntaxException; | 15 import java.net.URISyntaxException; |
4 import java.util.Properties; | 16 import java.util.Properties; |
5 import java.util.regex.Pattern; | 17 import java.util.regex.Pattern; |