Skip to content

Commit a27a57c

Browse files
Updated copyright statements
1 parent 473de6d commit a27a57c

File tree

93 files changed

+157
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+157
-91
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright OWASP Foundation
190190

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

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CycloneDX Core Java
2-
Copyright (c) Steve Springett
2+
Copyright (c) OWASP Foundation
33

44
This product includes software developed by the
55
CycloneDX community (https://cyclonedx.org/).

README.md

Lines changed: 1 addition & 1 deletion

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
17-
Copyright (c) Steve Springett. All Rights Reserved.
17+
Copyright (c) OWASP Foundation. All Rights Reserved.
1818
-->
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2020

src/main/java/org/cyclonedx/BomGeneratorFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* SPDX-License-Identifier: Apache-2.0
17-
* Copyright (c) Steve Springett. All Rights Reserved.
17+
* Copyright (c) OWASP Foundation. All Rights Reserved.
1818
*/
1919
package org.cyclonedx;
2020

src/main/java/org/cyclonedx/BomParserFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* SPDX-License-Identifier: Apache-2.0
17-
* Copyright (c) Steve Springett. All Rights Reserved.
17+
* Copyright (c) OWASP Foundation. All Rights Reserved.
1818
*/
1919
package org.cyclonedx;
2020

src/main/java/org/cyclonedx/CycloneDxMediaType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* SPDX-License-Identifier: Apache-2.0
17-
* Copyright (c) Steve Springett. All Rights Reserved.
17+
* Copyright (c) OWASP Foundation. All Rights Reserved.
1818
*/
1919
package org.cyclonedx;
2020

src/main/java/org/cyclonedx/CycloneDxSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* SPDX-License-Identifier: Apache-2.0
17-
* Copyright (c) Steve Springett. All Rights Reserved.
17+
* Copyright (c) OWASP Foundation. All Rights Reserved.
1818
*/
1919
package org.cyclonedx;
2020

src/main/java/org/cyclonedx/exception/GeneratorException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* SPDX-License-Identifier: Apache-2.0
17-
* Copyright (c) Steve Springett. All Rights Reserved.
17+
* Copyright (c) OWASP Foundation. All Rights Reserved.
1818
*/
1919
package org.cyclonedx.exception;
2020

src/main/java/org/cyclonedx/exception/ParseException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* SPDX-License-Identifier: Apache-2.0
17-
* Copyright (c) Steve Springett. All Rights Reserved.
17+
* Copyright (c) OWASP Foundation. All Rights Reserved.
1818
*/
1919
package org.cyclonedx.exception;
2020

0 commit comments

Comments
 (0)