Skip to content

Commit 7bc3bee

Browse files
committed
Add copyright headers
1 parent e0aeaa7 commit 7bc3bee

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/test/java/org/eclipse/yasson/Issue586Test.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
* Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved.
3+
*
4+
* This program and the accompanying materials are made available under the
5+
* terms of the Eclipse Public License v. 2.0 which is available at
6+
* http://www.eclipse.org/legal/epl-2.0,
7+
* or the Eclipse Distribution License v. 1.0 which is available at
8+
* http://www.eclipse.org/org/documents/edl-v10.php.
9+
*
10+
* SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
11+
*/
12+
113
package org.eclipse.yasson;
214

315
import static org.junit.jupiter.api.Assertions.assertFalse;
@@ -18,6 +30,8 @@
1830

1931
/**
2032
* Verify Jsonb leaves the streams open.
33+
*
34+
* @author Philippe Marschall
2135
*/
2236
public class Issue586Test {
2337

0 commit comments

Comments
 (0)