Skip to content

Commit

Permalink
Add copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
marschall committed Aug 17, 2024
1 parent e0aeaa7 commit 7bc3bee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/test/java/org/eclipse/yasson/Issue586Test.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/*
* Copyright (c) 2023 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0,
* or the Eclipse Distribution License v. 1.0 which is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
*/

package org.eclipse.yasson;

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

/**
* Verify Jsonb leaves the streams open.
*
* @author Philippe Marschall
*/
public class Issue586Test {

Expand Down

0 comments on commit 7bc3bee

Please sign in to comment.