Skip to content

Commit

Permalink
Update copyright checks to include new files that are (c) contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Nov 4, 2021
1 parent 43dbe18 commit ed3ee5a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions api/etc/config/copyright-eclipse.txt
Original file line number Diff line number Diff line change
@@ -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
*/

3 changes: 2 additions & 1 deletion api/etc/config/copyright-exclude
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
EFSL.html
/etc/config/copyright-exclude
/etc/config/copyright.txt
/etc/config/copyright-eclipse.txt
/etc/config/copyright-oracle.txt
File renamed without changes.
3 changes: 2 additions & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@
<update>false</update>
<!-- check that year is correct -->
<ignoreYear>false</ignoreYear>
<templateFile>etc/config/copyright.txt</templateFile>
<templateFile>etc/config/copyright-eclipse.txt</templateFile>
<alternateTemplateFile>etc/config/copyright-oracle.txt</alternateTemplateFile>
</configuration>
</plugin>

Expand Down

0 comments on commit ed3ee5a

Please sign in to comment.