|
22 | 22 | * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
23 | 23 | * THE SOFTWARE. |
24 | 24 | */ |
25 | | -/* |
26 | | - * Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved. |
27 | | - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
28 | | - * |
29 | | - * This code is free software; you can redistribute it and/or modify it |
30 | | - * under the terms of the GNU General Public License version 2 only, as |
31 | | - * published by the Free Software Foundation. Oracle designates this |
32 | | - * particular file as subject to the "Classpath" exception as provided |
33 | | - * by Oracle in the LICENSE file that accompanied this code. |
34 | | - * |
35 | | - * This code is distributed in the hope that it will be useful, but WITHOUT |
36 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
37 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
38 | | - * version 2 for more details (a copy is included in the LICENSE file that |
39 | | - * accompanied this code). |
40 | | - * |
41 | | - * You should have received a copy of the GNU General Public License version |
42 | | - * 2 along with this work; if not, write to the Free Software Foundation, |
43 | | - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
44 | | - * |
45 | | - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
46 | | - * or visit www.oracle.com if you need additional information or have any |
47 | | - * questions. |
48 | | - */ |
49 | | - |
50 | 25 | package de.bluecolored.bluemap.core.util; |
51 | 26 |
|
52 | 27 | import java.io.Closeable; |
|
0 commit comments