Skip to content

Commit 523e96a

Browse files
committed
Does not mention dependencies in NOTICE
As this is a library which does not bundle any other dependencies (they must be provided by the user of the library, or automatically using tools like Maven), it is not necessary to list the dependencies. Ref: http://www.apache.org/dev/licensing-howto.html#simple
1 parent f82327a commit 523e96a

File tree

4 files changed

+0
-86
lines changed

4 files changed

+0
-86
lines changed

NOTICE

-36
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,3 @@ Copyright 2015 Posten Norge AS. All Rights Reserved.
44

55
This product includes software developed by Posten Norge AS. - https://www.posten.no/
66
Licensed under Apache 2 - http://www.apache.org/licenses/LICENSE-2.0.html
7-
8-
9-
This software includes third party software subject to the following licenses:
10-
11-
Animal Sniffer Annotations under MIT license
12-
Antlr 3 Runtime under BSD licence
13-
Apache Commons Codec under The Apache Software License, Version 2.0
14-
Apache HttpClient under Apache License, Version 2.0
15-
Apache HttpCore under Apache License, Version 2.0
16-
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs under Bouncy Castle Licence
17-
Bouncy Castle Provider under Bouncy Castle Licence
18-
Byte Buddy (without dependencies) under The Apache Software License, Version 2.0
19-
Byte Buddy Java agent under The Apache Software License, Version 2.0
20-
Checker Qual under GNU General Public License, version 2 (GPL2), with the classpath exception or The MIT License
21-
Digipost Certificate Validator under The Apache Software License, Version 2.0
22-
Digipost Digg under The Apache Software License, Version 2.0
23-
error-prone annotations under Apache 2.0
24-
FindBugs-jsr305 under The Apache Software License, Version 2.0
25-
generics-resolver under The MIT License
26-
Guava: Google Core Libraries for Java under The Apache Software License, Version 2.0
27-
J2ObjC Annotations under The Apache Software License, Version 2.0
28-
Java Hamcrest under BSD Licence 3
29-
Java Servlet API under CDDL + GPLv2 with classpath exception
30-
javaruntype under The Apache Software License, Version 2.0
31-
Javassist under MPL 1.1 or LGPL 2.1 or Apache License 2.0
32-
JCL 1.2 implemented over SLF4J under MIT License
33-
JUnit under Eclipse Public License 1.0
34-
junit-quickcheck-core under The MIT License
35-
junit-quickcheck-generators under The MIT License
36-
mockito-core under The MIT License
37-
Objenesis under Apache 2
38-
OGNL - Object Graph Navigation Library under The Apache Software License, Version 2.0
39-
SLF4J API Module under MIT License
40-
SLF4J Simple Binding under MIT License
41-
42-

pom.xml

-24
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,6 @@
148148
<artifactId>maven-release-plugin</artifactId>
149149
<version>2.5.3</version>
150150
</plugin>
151-
<plugin>
152-
<groupId>org.jasig.maven</groupId>
153-
<artifactId>maven-notice-plugin</artifactId>
154-
<version>1.0.6.1</version>
155-
<configuration>
156-
<noticeTemplate>${project.basedir}/src/main/notice/NOTICE.template</noticeTemplate>
157-
<licenseMapping>
158-
<param>${project.basedir}/src/main/notice/license-mappings.xml</param>
159-
</licenseMapping>
160-
</configuration>
161-
</plugin>
162151
<plugin>
163152
<groupId>com.mycila</groupId>
164153
<artifactId>license-maven-plugin</artifactId>
@@ -316,19 +305,6 @@
316305
</execution>
317306
</executions>
318307
</plugin>
319-
<plugin>
320-
<groupId>org.jasig.maven</groupId>
321-
<artifactId>maven-notice-plugin</artifactId>
322-
<executions>
323-
<execution>
324-
<id>check-NOTICE-file</id>
325-
<phase>verify</phase>
326-
<goals>
327-
<goal>check</goal>
328-
</goals>
329-
</execution>
330-
</executions>
331-
</plugin>
332308
<plugin>
333309
<artifactId>maven-dependency-plugin</artifactId>
334310
<executions>

src/main/notice/NOTICE.template

-12
This file was deleted.

src/main/notice/license-mappings.xml

-14
This file was deleted.

0 commit comments

Comments
 (0)