Skip to content

Commit

Permalink
[CQ 17635] Fixed license issues. (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Kraus <[email protected]>
  • Loading branch information
Tomas-Kraus authored and lukasj committed Nov 20, 2018
1 parent af3e785 commit 761cfa1
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 237 deletions.
41 changes: 21 additions & 20 deletions etc/config/copyright-exclude
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
/META-INF/services/
.bin
.class
.envelope
.exe
.gif
.jpg
.ico
.iml
.ipr
.jar
.jks
.jpeg
.jpeg1
.jpeg2
.jpg
.json
.png
.svg
.tif
.exe
.ico
.jar
.zip
.war
.jks
.json
.class
.bin
.iml
.ipr
.envelope
.txt
/copyright-exclude
/README
.war
.zip
/CONTRIBUTING.md
/LICENSE.md
/META-INF/services/
/NOTICE.md
/README
/README.md
/CONTRIBUTING.md
www
site
zip
/copyright-exclude
etc/
site
src/test/bugfixes/data/examine.xml
www
zip
14 changes: 2 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
<configuration>
<getRevisionOnlyOnce>true</getRevisionOnlyOnce>
<timestampFormat>{0,date,yyyy-MM-dd'T'HH:mm:ssZ}</timestampFormat>
<getRevisionOnlyOnce>true</getRevisionOnlyOnce>
<shortRevisionLength>7</shortRevisionLength>
<revisionOnScmFailure>false</revisionOnScmFailure>
</configuration>
<executions>
Expand Down Expand Up @@ -344,7 +344,7 @@
<execution>
<phase>validate</phase>
<goals>
<goal>copyright</goal>
<goal>check</goal>
</goals>
</execution>
</executions>
Expand Down Expand Up @@ -489,11 +489,6 @@
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
Expand Down Expand Up @@ -528,11 +523,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
Expand Down
196 changes: 0 additions & 196 deletions src/test/java/util/AllTests2.java

This file was deleted.

26 changes: 17 additions & 9 deletions src/test/resources/mime/data/message1.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

------=_Part_7_10584188.1123489648993
Content-Type: text/xml; charset=utf-8
Content-Id: soapPart
Expand All @@ -7,13 +8,20 @@ Content-Id: soapPart
Content-Type: text/xml
Content-ID: attachmentPart

<?xml version="1.0" encoding="UTF-8" ?>

<!--
Copyright (c) 2018 Oracle and/or its affiliates. All rights reserved.
Oracle PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
-->

<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"><Body/></Envelope>
<?xml version="1.0" encoding="UTF-8" ?>

<!--

Copyight (c) 1997, 2018 Oacle and/o its affiliates. All ights eseved.

This pogam and the accompanying mateials ae made available unde the
tems of the Eclipse Distibution License v. 1.0, which is available at
http://www.eclipse.og/og/documents/edl-v10.php.

SPDX-License-Identifie: BSD-3-Clause

-->

<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"><Body/></Envelope>

------=_Part_7_10584188.1123489648993--
------=_Part_7_10584188.1123489648993--

0 comments on commit 761cfa1

Please sign in to comment.