diff --git a/api/etc/config/copyright-eclipse.txt b/api/etc/config/copyright-eclipse.txt new file mode 100644 index 0000000..ca40603 --- /dev/null +++ b/api/etc/config/copyright-eclipse.txt @@ -0,0 +1,16 @@ +/* + * Copyright (c) YYYY Contributors to the Eclipse Foundation + * + * 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. + * + * 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 + */ + \ No newline at end of file diff --git a/api/etc/config/copyright-exclude b/api/etc/config/copyright-exclude index 7991944..c31406c 100755 --- a/api/etc/config/copyright-exclude +++ b/api/etc/config/copyright-exclude @@ -1,3 +1,4 @@ EFSL.html /etc/config/copyright-exclude -/etc/config/copyright.txt \ No newline at end of file +/etc/config/copyright-eclipse.txt +/etc/config/copyright-oracle.txt \ No newline at end of file diff --git a/api/etc/config/copyright.txt b/api/etc/config/copyright-oracle.txt similarity index 100% rename from api/etc/config/copyright.txt rename to api/etc/config/copyright-oracle.txt diff --git a/api/pom.xml b/api/pom.xml index 5f9c953..c5e8a0d 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -156,7 +156,8 @@ false false - etc/config/copyright.txt + etc/config/copyright-eclipse.txt + etc/config/copyright-oracle.txt