Skip to content

Commit

Permalink
#23: Added missing license header.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcatbear committed Apr 22, 2021
1 parent 017e5f4 commit 323d21c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
@@ -1,5 +1,3 @@
package org.itsallcode.junit.sysextensions;

/*-
* #%L
* JUnit5 System Extensions
Expand All @@ -19,6 +17,7 @@
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
* #L%
*/
package org.itsallcode.junit.sysextensions;

import static org.itsallcode.junit.sysextensions.AssertExit.assertExit;
import static org.itsallcode.junit.sysextensions.AssertExit.assertExitWithStatus;
Expand Down
@@ -1,3 +1,22 @@
/*-
* #%L
* JUnit5 System Extensions
* %%
* Copyright (C) 2018 itsallcode.org
* %%
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* This Source Code may also be made available under the following Secondary
* Licenses when the conditions for such availability set forth in the Eclipse
* Public License, v. 2.0 are satisfied: GNU General Public License, version 2
* with the GNU Classpath Exception which is
* available at https://www.gnu.org/software/classpath/license.html.
*
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
* #L%
*/
package org.itsallcode.junit.sysextensions;

import static org.junit.jupiter.api.Assertions.assertAll;
Expand Down

0 comments on commit 323d21c

Please sign in to comment.