diff --git a/api/etc/config/copyright-exclude b/api/etc/config/copyright-exclude new file mode 100755 index 00000000..0652199c --- /dev/null +++ b/api/etc/config/copyright-exclude @@ -0,0 +1,7 @@ +speclicense.html +/etc/config/copyright-exclude +/etc/config/copyright.txt +/src/main/javadoc/jakarta/servlet/jsp/tagext/doc-files/BodyTagProtocol.gif +/src/main/javadoc/jakarta/servlet/jsp/tagext/doc-files/TagProtocol.gif +/src/main/javadoc/jakarta/servlet/jsp/tagext/doc-files/VariableInfo-1.gif +/src/main/javadoc/jakarta/servlet/jsp/tagext/doc-files/IterationTagProtocol.gif diff --git a/api/etc/config/copyright.txt b/api/etc/config/copyright.txt new file mode 100755 index 00000000..0bf589f2 --- /dev/null +++ b/api/etc/config/copyright.txt @@ -0,0 +1,17 @@ +/* + * Copyright (c) YYYY Oracle and/or its affiliates and others. + * 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. + * + * 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 + */ + diff --git a/api/pom.xml b/api/pom.xml index 393462b4..77c80234 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -1,7 +1,8 @@ + - + -->