Mercurial > hg > monetdb-java
diff 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 |
line wrap: on
line diff
--- a/tests/UrlTester.java +++ b/tests/UrlTester.java @@ -1,3 +1,15 @@ +/* + * SPDX-License-Identifier: MPL-2.0 + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * Copyright 2024 MonetDB Foundation; + * Copyright August 2008 - 2023 MonetDB B.V.; + * Copyright 1997 - July 2008 CWI. + */ + import org.monetdb.mcl.net.*; import java.io.*;