Mercurial > hg > monetdb-java
comparison src/main/java/org/monetdb/mcl/net/SecureSocket.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 | 99ed7dbb2e05 |
children | 2543e24eb79a |
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 javax.net.ssl.*; | 15 import javax.net.ssl.*; |
4 import java.io.FileInputStream; | 16 import java.io.FileInputStream; |
5 import java.io.IOException; | 17 import java.io.IOException; |