Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Updated copyrights in order to have the validation passed.
Browse files Browse the repository at this point in the history
Change-Id: I6c4a3dbad2b3dfc32d7994caa21e266916e15a76
  • Loading branch information
stepanv committed Jun 9, 2016
1 parent c4e0284 commit 5aa6d7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions etc/config/copyright-exclude
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ archive/src/main/resources/Jersey-LICENSE.txt
ri/jax-rs-ri-source-licensee/src/main/resources/TLDA_SCSL_Licensees_License_Notice.txt
contribs/bill-burke-book
jersey-server/src/main/java/jersey/repackaged/org/objectweb/asm
contribs/scala/jersey-lift-test/src/main/webapp/templates-hidden/default.html
glassfish/v2-package/main/src/main/resources/Info/info.xml
samples/atompub-contacts/atompub-contacts-server/src/main/java/com/sun/jersey/samples/contacts/server/auth/Base64.java
jersey-core/src/main/java/com/sun/jersey/core/util/Base64.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
* only if the new code is made subject to such option by the copyright
* holder.
*/

package com.sun.jersey.server.impl.ejb;

import java.util.concurrent.ConcurrentHashMap;
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
<plugin>
<groupId>org.glassfish.copyright</groupId>
<artifactId>glassfish-copyright-maven-plugin</artifactId>
<version>1.28</version>
<version>1.40</version>
<configuration>
<excludeFile>etc/config/copyright-exclude</excludeFile>
<!--svn|mercurial|git - defaults to svn-->
Expand Down Expand Up @@ -518,7 +518,7 @@
<plugin>
<groupId>org.glassfish.copyright</groupId>
<artifactId>glassfish-copyright-maven-plugin</artifactId>
<version>1.28</version>
<version>1.40</version>
<configuration>
<excludeFile>etc/config/copyright-exclude</excludeFile>
<!--svn|mercurial|git - defaults to svn-->
Expand Down

0 comments on commit 5aa6d7a

Please sign in to comment.