Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
dependency-check

Copyright (c) 2012-2025 OWASP Dependency-Check Contributors. All Rights Reserved.

The licenses for the software listed below can be found in the META-INF/licenses/[dependency name].

This product includes software developed by The Apache Software Foundation (http://www.apache.org/).

This product includes software developed by Jquery.com (http://jquery.com/).

This product includes software developed by Jonathan Hedley (jsoup.org)

This software contains unmodified binary redistributions for H2 database engine (http://www.h2database.com/), which is dual licensed and available under a modified version of the MPL 1.1 (Mozilla Public License) or under the (unmodified) EPL 1.0 (Eclipse Public License).
An original copy of the license agreement can be found at: http://www.h2database.com/html/license.html
Copyright (c) 2012-2026 Jeremy Long. All Rights Reserved.

This product includes data from the Common Weakness Enumeration (CWE): http://cwe.mitre.org/

This product downloads and utilizes data from the National Vulnerability Database hosted by NIST: http://nvd.nist.gov/download.cfm
This product downloads and utilizes data from the National Vulnerability Database hosted by NIST: http://nvd.nist.gov/download.cfm

This product includes third party software, whose licenses are enumerated at META-INF/THIRD-PARTY.txt in built distributions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ Dependency-Check makes use of several other open source libraries. Please see th

This product uses the NVD API but is not endorsed or certified by the NVD.

Copyright (c) 2012-2025 Jeremy Long. All Rights Reserved.
Copyright (c) 2012-2026 Jeremy Long. All Rights Reserved.

[wiki]: https://github.com/dependency-check/DependencyCheck/wiki
[notices]: https://github.com/dependency-check/DependencyCheck/blob/main/NOTICE.txt
Expand Down
17 changes: 4 additions & 13 deletions ant/NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
OWASP dependency-check
dependency-check-ant

Copyright (c) 2012-2015 Jeremy Long. All Rights Reserved.

The licenses for the software listed below can be found in the META-INF/licenses/[dependency name].

This product includes software developed by The Apache Software Foundation (http://www.apache.org/).

This product includes software developed by Jquery.com (http://jquery.com/).

This product includes software developed by Jonathan Hedley (jsoup.org)

This software contains unmodified binary redistributions for H2 database engine (http://www.h2database.com/), which is dual licensed and available under a modified version of the MPL 1.1 (Mozilla Public License) or under the (unmodified) EPL 1.0 (Eclipse Public License).
An original copy of the license agreement can be found at: http://www.h2database.com/html/license.html
Copyright (c) 2012-2026 Jeremy Long. All Rights Reserved.

This product includes data from the Common Weakness Enumeration (CWE): http://cwe.mitre.org/

This product downloads and utilizes data from the National Vulnerability Database hosted by NIST: http://nvd.nist.gov/download.cfm

This product includes third party software, whose licenses are enumerated at META-INF/THIRD-PARTY.txt in built distributions.
2 changes: 1 addition & 1 deletion ant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Documentation and links to production binary releases can be found on the [githu
Copyright & License
-------------------

Dependency-Check is Copyright (c) 2012-2014 Jeremy Long. All Rights Reserved.
Dependency-Check is Copyright (c) 2012-2026 Jeremy Long. All Rights Reserved.

Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://github.com/dependency-check/DependencyCheck/blob/main/LICENSE.txt) file for the full license.

Expand Down
7 changes: 7 additions & 0 deletions ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
<include>NOTICE.txt</include>
</includes>
</resource>
<resource>
<directory>${license.outputDirectory}</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>THIRD-PARTY.txt</include>
</includes>
</resource>
</resources>
<testResources>
<testResource>
Expand Down
9 changes: 0 additions & 9 deletions ant/src/main/assembly/release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<!--fileSets>
<fileSet>
<outputDirectory>dependency-check</outputDirectory>
<directory>${project.build.directory}</directory>
<includes>
<include>dependency-check*.jar</include>
</includes>
</fileSet>
</fileSets-->
<files>
<file>
<source>${project.build.directory}/${project.artifactId}-${project.version}.jar</source>
Expand Down
202 changes: 0 additions & 202 deletions ant/src/main/resources/META-INF/licenses/ant/LICENSE.txt

This file was deleted.

17 changes: 4 additions & 13 deletions cli/NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
dependency-check-cli

Copyright (c) 2013 Jeremy Long. All Rights Reserved.

The licenses for the software listed below can be found in the licenses.

This product includes software developed by The Apache Software Foundation (http://www.apache.org/).

This product includes software developed by Jquery.com (http://jquery.com/).

This product includes software developed by Jonathan Hedley (jsoup.org)

This software contains unmodified binary redistributions for H2 database engine (http://www.h2database.com/), which is dual licensed and available under a modified version of the MPL 1.1 (Mozilla Public License) or under the (unmodified) EPL 1.0 (Eclipse Public License).
An original copy of the license agreement can be found at: http://www.h2database.com/html/license.html
Copyright (c) 2012-2026 Jeremy Long. All Rights Reserved.

This product includes data from the Common Weakness Enumeration (CWE): http://cwe.mitre.org/

This product downloads and utilizes data from the National Vulnerability Database hosted by NIST: http://nvd.nist.gov/download.cfm
This product downloads and utilizes data from the National Vulnerability Database hosted by NIST: http://nvd.nist.gov/download.cfm

This product includes third party software, whose licenses are enumerated at META-INF/THIRD-PARTY.txt in built distributions.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Documentation and links to production binary releases can be found on the [githu
Copyright & License
------------

Dependency-Check is Copyright (c) 2012-2014 Jeremy Long. All Rights Reserved.
Dependency-Check is Copyright (c) 2012-2026 Jeremy Long. All Rights Reserved.

Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the [LICENSE.txt](https://github.com/dependency-check/DependencyCheck/blob/main/cli/LICENSE.txt) file for the full license.

Expand Down
9 changes: 8 additions & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
<includes>
<include>completion-for-dependency-check.sh</include>
</includes>
<targetPath>../release/bin</targetPath>
<targetPath>../release/bin</targetPath>
</resource>
<resource>
<directory>${basedir}</directory>
Expand All @@ -58,6 +58,13 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved.
<include>NOTICE.txt</include>
</includes>
</resource>
<resource>
<directory>${license.outputDirectory}</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>THIRD-PARTY.txt</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion cli/src/main/assembly/license.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Copyright (c) 2012-2013 Jeremy Long. All rights reserved.
Copyright (c) 2012-2026 Jeremy Long. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading
Loading