From c147fe6de3fcd64af529bf05404bc610019cd3c3 Mon Sep 17 00:00:00 2001 From: Christian Stein Date: Thu, 23 May 2024 14:07:17 +0000 Subject: [PATCH] Include EPL v2.0 header --- JUnit.java | 10 ++++++++++ package-info.java | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/JUnit.java b/JUnit.java index 8fe8928..c70c732 100644 --- a/JUnit.java +++ b/JUnit.java @@ -1,3 +1,13 @@ +/* + * Copyright 2024 the original author or authors. + * + * All rights reserved. This program and the accompanying materials are + * made available under the terms of the Eclipse Public License v2.0 which + * accompanies this distribution and is available at + * + * https://www.eclipse.org/legal/epl-v20.html + */ + package run.info.org.junit; /** diff --git a/package-info.java b/package-info.java index 943d4ab..2611375 100644 --- a/package-info.java +++ b/package-info.java @@ -1,2 +1,12 @@ +/* + * Copyright 2024 the original author or authors. + * + * All rights reserved. This program and the accompanying materials are + * made available under the terms of the Eclipse Public License v2.0 which + * accompanies this distribution and is available at + * + * https://www.eclipse.org/legal/epl-v20.html + */ + /** Information about modules and tools provided by JUnit 5.11.0-M2 */ package run.info.org.junit;