diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 53a390e1..5d952eed 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -18,7 +18,7 @@ limitations under the License. SPDX-License-Identifier: Apache-2.0 -Copyright (c) Steve Springett. All Rights Reserved. +Copyright (c) OWASP Foundation. All Rights Reserved. EOF; $finder = PhpCsFixer\Finder::create() diff --git a/HISTORY.md b/HISTORY.md index f614a71d..5104dba7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. ## unreleased +## 1.6.3 - 2022-09-15 + +Maintenance Release. + +* Legal: + * Transferred copyright to OWASP Foundation. + ## 1.6.2 - 2022-09-12 Maintenance release. diff --git a/NOTICE b/NOTICE index 43f3df8d..e12de619 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ CycloneDX PHP Library -Copyright (c) Steve Springett +Copyright (c) OWASP Foundation. All Rights Reserved. This product includes software developed by the CycloneDX community (https://cyclonedx.org/). diff --git a/examples/example.php b/examples/example.php index 0ff0d30d..27145191 100644 --- a/examples/example.php +++ b/examples/example.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ require_once __DIR__.'/../vendor/autoload.php'; diff --git a/src/Core/Enums/Classification.php b/src/Core/Enums/Classification.php index 61e4d7f4..9f2f0b16 100644 --- a/src/Core/Enums/Classification.php +++ b/src/Core/Enums/Classification.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Enums; diff --git a/src/Core/Enums/ExternalReferenceType.php b/src/Core/Enums/ExternalReferenceType.php index c8913217..d082c6c2 100644 --- a/src/Core/Enums/ExternalReferenceType.php +++ b/src/Core/Enums/ExternalReferenceType.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Enums; diff --git a/src/Core/Enums/HashAlgorithm.php b/src/Core/Enums/HashAlgorithm.php index 5de630e1..e9ba9801 100644 --- a/src/Core/Enums/HashAlgorithm.php +++ b/src/Core/Enums/HashAlgorithm.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Enums; diff --git a/src/Core/Factories/LicenseFactory.php b/src/Core/Factories/LicenseFactory.php index f866929b..e5222977 100644 --- a/src/Core/Factories/LicenseFactory.php +++ b/src/Core/Factories/LicenseFactory.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Factories; diff --git a/src/Core/Helpers/NullAssertionTrait.php b/src/Core/Helpers/NullAssertionTrait.php index 0ca3a65a..bcd7e97b 100644 --- a/src/Core/Helpers/NullAssertionTrait.php +++ b/src/Core/Helpers/NullAssertionTrait.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Helpers; diff --git a/src/Core/Helpers/SimpleDomTrait.php b/src/Core/Helpers/SimpleDomTrait.php index 47bdd3ce..c07a81f0 100644 --- a/src/Core/Helpers/SimpleDomTrait.php +++ b/src/Core/Helpers/SimpleDomTrait.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Helpers; diff --git a/src/Core/Helpers/XmlTrait.php b/src/Core/Helpers/XmlTrait.php index f41ec507..044548ed 100644 --- a/src/Core/Helpers/XmlTrait.php +++ b/src/Core/Helpers/XmlTrait.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Helpers; diff --git a/src/Core/Models/Bom.php b/src/Core/Models/Bom.php index fe19b66c..77eb6d63 100644 --- a/src/Core/Models/Bom.php +++ b/src/Core/Models/Bom.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Models; diff --git a/src/Core/Models/BomRef.php b/src/Core/Models/BomRef.php index fca97101..b7d81cfc 100644 --- a/src/Core/Models/BomRef.php +++ b/src/Core/Models/BomRef.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Models; diff --git a/src/Core/Models/Component.php b/src/Core/Models/Component.php index d65ad78e..826c1fbb 100644 --- a/src/Core/Models/Component.php +++ b/src/Core/Models/Component.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Models; diff --git a/src/Core/Models/ExternalReference.php b/src/Core/Models/ExternalReference.php index 2fd2dc72..55d6194e 100644 --- a/src/Core/Models/ExternalReference.php +++ b/src/Core/Models/ExternalReference.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Models; diff --git a/src/Core/Models/License/AbstractDisjunctiveLicense.php b/src/Core/Models/License/AbstractDisjunctiveLicense.php index 16d69a1e..47c5d73d 100644 --- a/src/Core/Models/License/AbstractDisjunctiveLicense.php +++ b/src/Core/Models/License/AbstractDisjunctiveLicense.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Models\License; diff --git a/src/Core/Models/License/DisjunctiveLicenseWithId.php b/src/Core/Models/License/DisjunctiveLicenseWithId.php index 344c8f8e..dfce8b70 100644 --- a/src/Core/Models/License/DisjunctiveLicenseWithId.php +++ b/src/Core/Models/License/DisjunctiveLicenseWithId.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Models\License; diff --git a/src/Core/Models/License/DisjunctiveLicenseWithName.php b/src/Core/Models/License/DisjunctiveLicenseWithName.php index a180dd0a..8b6cbfcc 100644 --- a/src/Core/Models/License/DisjunctiveLicenseWithName.php +++ b/src/Core/Models/License/DisjunctiveLicenseWithName.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Models\License; diff --git a/src/Core/Models/License/LicenseExpression.php b/src/Core/Models/License/LicenseExpression.php index 095dd15b..d830e555 100644 --- a/src/Core/Models/License/LicenseExpression.php +++ b/src/Core/Models/License/LicenseExpression.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Models\License; diff --git a/src/Core/Models/MetaData.php b/src/Core/Models/MetaData.php index d1c7a4dd..4b9d2f0b 100644 --- a/src/Core/Models/MetaData.php +++ b/src/Core/Models/MetaData.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Models; diff --git a/src/Core/Models/Tool.php b/src/Core/Models/Tool.php index 7788972c..d6c30d5b 100644 --- a/src/Core/Models/Tool.php +++ b/src/Core/Models/Tool.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Models; diff --git a/src/Core/Repositories/BomRefRepository.php b/src/Core/Repositories/BomRefRepository.php index 81b54c3f..56cf7b68 100644 --- a/src/Core/Repositories/BomRefRepository.php +++ b/src/Core/Repositories/BomRefRepository.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Repositories; diff --git a/src/Core/Repositories/ComponentRepository.php b/src/Core/Repositories/ComponentRepository.php index e05d6620..5f3416dc 100644 --- a/src/Core/Repositories/ComponentRepository.php +++ b/src/Core/Repositories/ComponentRepository.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Repositories; diff --git a/src/Core/Repositories/DisjunctiveLicenseRepository.php b/src/Core/Repositories/DisjunctiveLicenseRepository.php index 7511bfa7..090aa620 100644 --- a/src/Core/Repositories/DisjunctiveLicenseRepository.php +++ b/src/Core/Repositories/DisjunctiveLicenseRepository.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Repositories; diff --git a/src/Core/Repositories/ExternalReferenceRepository.php b/src/Core/Repositories/ExternalReferenceRepository.php index e952aabb..5c55f55a 100644 --- a/src/Core/Repositories/ExternalReferenceRepository.php +++ b/src/Core/Repositories/ExternalReferenceRepository.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Repositories; diff --git a/src/Core/Repositories/HashRepository.php b/src/Core/Repositories/HashRepository.php index 7a8c5ad9..91bb234e 100644 --- a/src/Core/Repositories/HashRepository.php +++ b/src/Core/Repositories/HashRepository.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Repositories; diff --git a/src/Core/Repositories/ToolRepository.php b/src/Core/Repositories/ToolRepository.php index f46dbd7a..749de2af 100644 --- a/src/Core/Repositories/ToolRepository.php +++ b/src/Core/Repositories/ToolRepository.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Repositories; diff --git a/src/Core/Resources.php b/src/Core/Resources.php index 361c14fa..2e060c2a 100644 --- a/src/Core/Resources.php +++ b/src/Core/Resources.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core; diff --git a/src/Core/Serialize/BaseSerializer.php b/src/Core/Serialize/BaseSerializer.php index 2e93d77c..6b0b835a 100644 --- a/src/Core/Serialize/BaseSerializer.php +++ b/src/Core/Serialize/BaseSerializer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize; diff --git a/src/Core/Serialize/BomRefDiscriminator.php b/src/Core/Serialize/BomRefDiscriminator.php index d94654f2..e01ba073 100644 --- a/src/Core/Serialize/BomRefDiscriminator.php +++ b/src/Core/Serialize/BomRefDiscriminator.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize; diff --git a/src/Core/Serialize/DOM/AbstractNormalizer.php b/src/Core/Serialize/DOM/AbstractNormalizer.php index 01ac3b8a..d2fb50ed 100644 --- a/src/Core/Serialize/DOM/AbstractNormalizer.php +++ b/src/Core/Serialize/DOM/AbstractNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM; diff --git a/src/Core/Serialize/DOM/NormalizerFactory.php b/src/Core/Serialize/DOM/NormalizerFactory.php index 97352d1b..aca59df5 100644 --- a/src/Core/Serialize/DOM/NormalizerFactory.php +++ b/src/Core/Serialize/DOM/NormalizerFactory.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM; diff --git a/src/Core/Serialize/DOM/Normalizers/BomNormalizer.php b/src/Core/Serialize/DOM/Normalizers/BomNormalizer.php index fe2a0f81..81fb087d 100644 --- a/src/Core/Serialize/DOM/Normalizers/BomNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/BomNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/DOM/Normalizers/ComponentNormalizer.php b/src/Core/Serialize/DOM/Normalizers/ComponentNormalizer.php index 7a548512..e66947e6 100644 --- a/src/Core/Serialize/DOM/Normalizers/ComponentNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/ComponentNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/DOM/Normalizers/ComponentRepositoryNormalizer.php b/src/Core/Serialize/DOM/Normalizers/ComponentRepositoryNormalizer.php index 12db198f..9330dcd3 100644 --- a/src/Core/Serialize/DOM/Normalizers/ComponentRepositoryNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/ComponentRepositoryNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/DOM/Normalizers/DependenciesNormalizer.php b/src/Core/Serialize/DOM/Normalizers/DependenciesNormalizer.php index 64ff8ce3..152daacd 100644 --- a/src/Core/Serialize/DOM/Normalizers/DependenciesNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/DependenciesNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseNormalizer.php b/src/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseNormalizer.php index eddbfd80..f6679854 100644 --- a/src/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseRepositoryNormalizer.php b/src/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseRepositoryNormalizer.php index bfa76663..f147521c 100644 --- a/src/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseRepositoryNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseRepositoryNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/DOM/Normalizers/ExternalReferenceNormalizer.php b/src/Core/Serialize/DOM/Normalizers/ExternalReferenceNormalizer.php index e1474e56..977d9d6e 100644 --- a/src/Core/Serialize/DOM/Normalizers/ExternalReferenceNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/ExternalReferenceNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/DOM/Normalizers/ExternalReferenceRepositoryNormalizer.php b/src/Core/Serialize/DOM/Normalizers/ExternalReferenceRepositoryNormalizer.php index 37579691..7f8c84ca 100644 --- a/src/Core/Serialize/DOM/Normalizers/ExternalReferenceRepositoryNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/ExternalReferenceRepositoryNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/DOM/Normalizers/HashNormalizer.php b/src/Core/Serialize/DOM/Normalizers/HashNormalizer.php index 05dbfdc3..c4bf5b81 100644 --- a/src/Core/Serialize/DOM/Normalizers/HashNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/HashNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/DOM/Normalizers/HashRepositoryNormalizer.php b/src/Core/Serialize/DOM/Normalizers/HashRepositoryNormalizer.php index 9bc0b2e6..57ae0960 100644 --- a/src/Core/Serialize/DOM/Normalizers/HashRepositoryNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/HashRepositoryNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/DOM/Normalizers/LicenseExpressionNormalizer.php b/src/Core/Serialize/DOM/Normalizers/LicenseExpressionNormalizer.php index bd76d536..1e0053fc 100644 --- a/src/Core/Serialize/DOM/Normalizers/LicenseExpressionNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/LicenseExpressionNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/DOM/Normalizers/MetaDataNormalizer.php b/src/Core/Serialize/DOM/Normalizers/MetaDataNormalizer.php index ae350fb2..1bb34c3d 100644 --- a/src/Core/Serialize/DOM/Normalizers/MetaDataNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/MetaDataNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/DOM/Normalizers/ToolNormalizer.php b/src/Core/Serialize/DOM/Normalizers/ToolNormalizer.php index 2514a145..e601f41d 100644 --- a/src/Core/Serialize/DOM/Normalizers/ToolNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/ToolNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/DOM/Normalizers/ToolRepositoryNormalizer.php b/src/Core/Serialize/DOM/Normalizers/ToolRepositoryNormalizer.php index e7c629af..6b3c2486 100644 --- a/src/Core/Serialize/DOM/Normalizers/ToolRepositoryNormalizer.php +++ b/src/Core/Serialize/DOM/Normalizers/ToolRepositoryNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\DOM\Normalizers; diff --git a/src/Core/Serialize/JSON/AbstractNormalizer.php b/src/Core/Serialize/JSON/AbstractNormalizer.php index c2b359ab..6e73d999 100644 --- a/src/Core/Serialize/JSON/AbstractNormalizer.php +++ b/src/Core/Serialize/JSON/AbstractNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON; diff --git a/src/Core/Serialize/JSON/NormalizerFactory.php b/src/Core/Serialize/JSON/NormalizerFactory.php index 515d72a5..10071366 100644 --- a/src/Core/Serialize/JSON/NormalizerFactory.php +++ b/src/Core/Serialize/JSON/NormalizerFactory.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON; diff --git a/src/Core/Serialize/JSON/Normalizers/BomNormalizer.php b/src/Core/Serialize/JSON/Normalizers/BomNormalizer.php index de607215..69e775a8 100644 --- a/src/Core/Serialize/JSON/Normalizers/BomNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/BomNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JSON/Normalizers/ComponentNormalizer.php b/src/Core/Serialize/JSON/Normalizers/ComponentNormalizer.php index 27b8cb81..8b3b6a3d 100644 --- a/src/Core/Serialize/JSON/Normalizers/ComponentNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/ComponentNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JSON/Normalizers/ComponentRepositoryNormalizer.php b/src/Core/Serialize/JSON/Normalizers/ComponentRepositoryNormalizer.php index 64595eb6..f390cb77 100644 --- a/src/Core/Serialize/JSON/Normalizers/ComponentRepositoryNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/ComponentRepositoryNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JSON/Normalizers/DependenciesNormalizer.php b/src/Core/Serialize/JSON/Normalizers/DependenciesNormalizer.php index dda31aea..909a731e 100644 --- a/src/Core/Serialize/JSON/Normalizers/DependenciesNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/DependenciesNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseNormalizer.php b/src/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseNormalizer.php index 2b5b8cca..ca0cd673 100644 --- a/src/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseRepositoryNormalizer.php b/src/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseRepositoryNormalizer.php index f2acd4c1..ec10f46f 100644 --- a/src/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseRepositoryNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseRepositoryNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JSON/Normalizers/ExternalReferenceNormalizer.php b/src/Core/Serialize/JSON/Normalizers/ExternalReferenceNormalizer.php index 6ace1ade..6045cb97 100644 --- a/src/Core/Serialize/JSON/Normalizers/ExternalReferenceNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/ExternalReferenceNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JSON/Normalizers/ExternalReferenceRepositoryNormalizer.php b/src/Core/Serialize/JSON/Normalizers/ExternalReferenceRepositoryNormalizer.php index 15209b78..7c040db9 100644 --- a/src/Core/Serialize/JSON/Normalizers/ExternalReferenceRepositoryNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/ExternalReferenceRepositoryNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JSON/Normalizers/HashNormalizer.php b/src/Core/Serialize/JSON/Normalizers/HashNormalizer.php index fe42ef8d..543b571e 100644 --- a/src/Core/Serialize/JSON/Normalizers/HashNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/HashNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JSON/Normalizers/HashRepositoryNormalizer.php b/src/Core/Serialize/JSON/Normalizers/HashRepositoryNormalizer.php index b67302b5..150908c2 100644 --- a/src/Core/Serialize/JSON/Normalizers/HashRepositoryNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/HashRepositoryNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JSON/Normalizers/LicenseExpressionNormalizer.php b/src/Core/Serialize/JSON/Normalizers/LicenseExpressionNormalizer.php index 2ab7435e..35100046 100644 --- a/src/Core/Serialize/JSON/Normalizers/LicenseExpressionNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/LicenseExpressionNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JSON/Normalizers/MetaDataNormalizer.php b/src/Core/Serialize/JSON/Normalizers/MetaDataNormalizer.php index b6a8668a..612637a3 100644 --- a/src/Core/Serialize/JSON/Normalizers/MetaDataNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/MetaDataNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JSON/Normalizers/ToolNormalizer.php b/src/Core/Serialize/JSON/Normalizers/ToolNormalizer.php index 3bd92083..87fdf79d 100644 --- a/src/Core/Serialize/JSON/Normalizers/ToolNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/ToolNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JSON/Normalizers/ToolRepositoryNormalizer.php b/src/Core/Serialize/JSON/Normalizers/ToolRepositoryNormalizer.php index 98e59548..8ad33079 100644 --- a/src/Core/Serialize/JSON/Normalizers/ToolRepositoryNormalizer.php +++ b/src/Core/Serialize/JSON/Normalizers/ToolRepositoryNormalizer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize\JSON\Normalizers; diff --git a/src/Core/Serialize/JsonSerializer.php b/src/Core/Serialize/JsonSerializer.php index 0eeb35ca..458782ad 100644 --- a/src/Core/Serialize/JsonSerializer.php +++ b/src/Core/Serialize/JsonSerializer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize; diff --git a/src/Core/Serialize/SerializerInterface.php b/src/Core/Serialize/SerializerInterface.php index ae490fec..15ffaa67 100644 --- a/src/Core/Serialize/SerializerInterface.php +++ b/src/Core/Serialize/SerializerInterface.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize; diff --git a/src/Core/Serialize/XmlSerializer.php b/src/Core/Serialize/XmlSerializer.php index 205f41f5..835fdd0b 100644 --- a/src/Core/Serialize/XmlSerializer.php +++ b/src/Core/Serialize/XmlSerializer.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Serialize; diff --git a/src/Core/Spdx/License.php b/src/Core/Spdx/License.php index 0efd3165..d1b8d526 100644 --- a/src/Core/Spdx/License.php +++ b/src/Core/Spdx/License.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Spdx; diff --git a/src/Core/Spec/Format.php b/src/Core/Spec/Format.php index be894a5e..ceecc512 100644 --- a/src/Core/Spec/Format.php +++ b/src/Core/Spec/Format.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Spec; diff --git a/src/Core/Spec/Spec11.php b/src/Core/Spec/Spec11.php index fa04452d..2009b09f 100644 --- a/src/Core/Spec/Spec11.php +++ b/src/Core/Spec/Spec11.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Spec; diff --git a/src/Core/Spec/Spec12.php b/src/Core/Spec/Spec12.php index 9d08dd66..f8324278 100644 --- a/src/Core/Spec/Spec12.php +++ b/src/Core/Spec/Spec12.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Spec; diff --git a/src/Core/Spec/Spec13.php b/src/Core/Spec/Spec13.php index 0617f5f8..0bb7ca96 100644 --- a/src/Core/Spec/Spec13.php +++ b/src/Core/Spec/Spec13.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Spec; diff --git a/src/Core/Spec/SpecInterface.php b/src/Core/Spec/SpecInterface.php index eb0fc602..a5ec9c33 100644 --- a/src/Core/Spec/SpecInterface.php +++ b/src/Core/Spec/SpecInterface.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Spec; diff --git a/src/Core/Spec/SpecTrait.php b/src/Core/Spec/SpecTrait.php index 46f10add..3768e7b7 100644 --- a/src/Core/Spec/SpecTrait.php +++ b/src/Core/Spec/SpecTrait.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Spec; diff --git a/src/Core/Spec/Version.php b/src/Core/Spec/Version.php index 4bd496d2..f8ce2190 100644 --- a/src/Core/Spec/Version.php +++ b/src/Core/Spec/Version.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Spec; diff --git a/src/Core/Validation/BaseValidator.php b/src/Core/Validation/BaseValidator.php index 5fa9a9a2..38e69ae1 100644 --- a/src/Core/Validation/BaseValidator.php +++ b/src/Core/Validation/BaseValidator.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Validation; diff --git a/src/Core/Validation/Errors/JsonValidationError.php b/src/Core/Validation/Errors/JsonValidationError.php index 3f17c364..02d36586 100644 --- a/src/Core/Validation/Errors/JsonValidationError.php +++ b/src/Core/Validation/Errors/JsonValidationError.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Validation\Errors; diff --git a/src/Core/Validation/Errors/XmlValidationError.php b/src/Core/Validation/Errors/XmlValidationError.php index 944d6d5c..3232d82c 100644 --- a/src/Core/Validation/Errors/XmlValidationError.php +++ b/src/Core/Validation/Errors/XmlValidationError.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Validation\Errors; diff --git a/src/Core/Validation/Exceptions/FailedLoadingSchemaException.php b/src/Core/Validation/Exceptions/FailedLoadingSchemaException.php index 30e5e163..8ac8cdb6 100644 --- a/src/Core/Validation/Exceptions/FailedLoadingSchemaException.php +++ b/src/Core/Validation/Exceptions/FailedLoadingSchemaException.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Validation\Exceptions; diff --git a/src/Core/Validation/Helpers/JsonSchemaRemoteRefProviderForSnapshotResources.php b/src/Core/Validation/Helpers/JsonSchemaRemoteRefProviderForSnapshotResources.php index 14e8cefc..c3a36994 100644 --- a/src/Core/Validation/Helpers/JsonSchemaRemoteRefProviderForSnapshotResources.php +++ b/src/Core/Validation/Helpers/JsonSchemaRemoteRefProviderForSnapshotResources.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Validation\Helpers; diff --git a/src/Core/Validation/ValidationError.php b/src/Core/Validation/ValidationError.php index 1d376202..20c9d1c8 100644 --- a/src/Core/Validation/ValidationError.php +++ b/src/Core/Validation/ValidationError.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Validation; diff --git a/src/Core/Validation/ValidatorInterface.php b/src/Core/Validation/ValidatorInterface.php index 34e18903..e8a92838 100644 --- a/src/Core/Validation/ValidatorInterface.php +++ b/src/Core/Validation/ValidatorInterface.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Validation; diff --git a/src/Core/Validation/Validators/JsonStrictValidator.php b/src/Core/Validation/Validators/JsonStrictValidator.php index 81b1a2db..1c3f22ee 100644 --- a/src/Core/Validation/Validators/JsonStrictValidator.php +++ b/src/Core/Validation/Validators/JsonStrictValidator.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Validation\Validators; diff --git a/src/Core/Validation/Validators/JsonValidator.php b/src/Core/Validation/Validators/JsonValidator.php index 0e49fddf..7856bad8 100644 --- a/src/Core/Validation/Validators/JsonValidator.php +++ b/src/Core/Validation/Validators/JsonValidator.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Validation\Validators; diff --git a/src/Core/Validation/Validators/XmlValidator.php b/src/Core/Validation/Validators/XmlValidator.php index a3222ad9..dea044a4 100644 --- a/src/Core/Validation/Validators/XmlValidator.php +++ b/src/Core/Validation/Validators/XmlValidator.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Core\Validation\Validators; diff --git a/tests/Core/Enums/ClassificationTest.php b/tests/Core/Enums/ClassificationTest.php index c8f2759a..c06b9171 100644 --- a/tests/Core/Enums/ClassificationTest.php +++ b/tests/Core/Enums/ClassificationTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Enums; diff --git a/tests/Core/Enums/ExternalReferenceTypeTest.php b/tests/Core/Enums/ExternalReferenceTypeTest.php index 21f4ddd4..2e3e87cb 100644 --- a/tests/Core/Enums/ExternalReferenceTypeTest.php +++ b/tests/Core/Enums/ExternalReferenceTypeTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Enums; diff --git a/tests/Core/Enums/HashAlgorithmTest.php b/tests/Core/Enums/HashAlgorithmTest.php index 1d7dfc0a..b51837b8 100644 --- a/tests/Core/Enums/HashAlgorithmTest.php +++ b/tests/Core/Enums/HashAlgorithmTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Enums; diff --git a/tests/Core/Factories/LicenseFactoryTest.php b/tests/Core/Factories/LicenseFactoryTest.php index 58a52cb0..f59f949a 100644 --- a/tests/Core/Factories/LicenseFactoryTest.php +++ b/tests/Core/Factories/LicenseFactoryTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Factories; diff --git a/tests/Core/Models/BomRefTest.php b/tests/Core/Models/BomRefTest.php index cff1d51a..10c898f7 100644 --- a/tests/Core/Models/BomRefTest.php +++ b/tests/Core/Models/BomRefTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Models; diff --git a/tests/Core/Models/BomTest.php b/tests/Core/Models/BomTest.php index dbac1823..3cd5852b 100644 --- a/tests/Core/Models/BomTest.php +++ b/tests/Core/Models/BomTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Models; diff --git a/tests/Core/Models/ComponentTest.php b/tests/Core/Models/ComponentTest.php index 791abba2..1965e73f 100644 --- a/tests/Core/Models/ComponentTest.php +++ b/tests/Core/Models/ComponentTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Models; diff --git a/tests/Core/Models/ExternalReferenceTest.php b/tests/Core/Models/ExternalReferenceTest.php index fdfcd991..7b77d57e 100644 --- a/tests/Core/Models/ExternalReferenceTest.php +++ b/tests/Core/Models/ExternalReferenceTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Models; diff --git a/tests/Core/Models/License/AbstractDisjunctiveLicenseTestCase.php b/tests/Core/Models/License/AbstractDisjunctiveLicenseTestCase.php index 39e3dcc8..7041e170 100644 --- a/tests/Core/Models/License/AbstractDisjunctiveLicenseTestCase.php +++ b/tests/Core/Models/License/AbstractDisjunctiveLicenseTestCase.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Models\License; diff --git a/tests/Core/Models/License/DisjunctiveLicenseWithIdTest.php b/tests/Core/Models/License/DisjunctiveLicenseWithIdTest.php index f79fa404..bdbd1e02 100644 --- a/tests/Core/Models/License/DisjunctiveLicenseWithIdTest.php +++ b/tests/Core/Models/License/DisjunctiveLicenseWithIdTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Models\License; diff --git a/tests/Core/Models/License/DisjunctiveLicenseWithNameTest.php b/tests/Core/Models/License/DisjunctiveLicenseWithNameTest.php index f15002ca..b1146f3f 100644 --- a/tests/Core/Models/License/DisjunctiveLicenseWithNameTest.php +++ b/tests/Core/Models/License/DisjunctiveLicenseWithNameTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Models\License; diff --git a/tests/Core/Models/License/LicenseExpressionTest.php b/tests/Core/Models/License/LicenseExpressionTest.php index db76e41c..0ceefa9c 100644 --- a/tests/Core/Models/License/LicenseExpressionTest.php +++ b/tests/Core/Models/License/LicenseExpressionTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Models\License; diff --git a/tests/Core/Models/MetaDataTest.php b/tests/Core/Models/MetaDataTest.php index 5cdb12a9..d16f5ea2 100644 --- a/tests/Core/Models/MetaDataTest.php +++ b/tests/Core/Models/MetaDataTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Models; diff --git a/tests/Core/Models/ToolTest.php b/tests/Core/Models/ToolTest.php index ed1ec391..176d36e4 100644 --- a/tests/Core/Models/ToolTest.php +++ b/tests/Core/Models/ToolTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Models; diff --git a/tests/Core/Repositories/BomRefRepositoryTest.php b/tests/Core/Repositories/BomRefRepositoryTest.php index 4c192dcf..c2ac88c4 100644 --- a/tests/Core/Repositories/BomRefRepositoryTest.php +++ b/tests/Core/Repositories/BomRefRepositoryTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Repositories; diff --git a/tests/Core/Repositories/ComponentRepositoryTest.php b/tests/Core/Repositories/ComponentRepositoryTest.php index 29f59574..15aed04a 100644 --- a/tests/Core/Repositories/ComponentRepositoryTest.php +++ b/tests/Core/Repositories/ComponentRepositoryTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Repositories; diff --git a/tests/Core/Repositories/DisjunctiveLicenseRepositoryTest.php b/tests/Core/Repositories/DisjunctiveLicenseRepositoryTest.php index 2f653d31..d62fce49 100644 --- a/tests/Core/Repositories/DisjunctiveLicenseRepositoryTest.php +++ b/tests/Core/Repositories/DisjunctiveLicenseRepositoryTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Repositories; diff --git a/tests/Core/Repositories/ExternalReferenceRepositoryTest.php b/tests/Core/Repositories/ExternalReferenceRepositoryTest.php index dee87524..7761c1bd 100644 --- a/tests/Core/Repositories/ExternalReferenceRepositoryTest.php +++ b/tests/Core/Repositories/ExternalReferenceRepositoryTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Repositories; diff --git a/tests/Core/Repositories/HashRepositoryTest.php b/tests/Core/Repositories/HashRepositoryTest.php index a953d9db..d92a2ca2 100644 --- a/tests/Core/Repositories/HashRepositoryTest.php +++ b/tests/Core/Repositories/HashRepositoryTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Repositories; diff --git a/tests/Core/Repositories/ToolRepositoryTest.php b/tests/Core/Repositories/ToolRepositoryTest.php index 37daffcb..aa092cef 100644 --- a/tests/Core/Repositories/ToolRepositoryTest.php +++ b/tests/Core/Repositories/ToolRepositoryTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Repositories; diff --git a/tests/Core/ResourcesTest.php b/tests/Core/ResourcesTest.php index 906a0f8e..3042bdf3 100644 --- a/tests/Core/ResourcesTest.php +++ b/tests/Core/ResourcesTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core; diff --git a/tests/Core/Serialize/BaseSerializerTest.php b/tests/Core/Serialize/BaseSerializerTest.php index b4b83983..ebe255dd 100644 --- a/tests/Core/Serialize/BaseSerializerTest.php +++ b/tests/Core/Serialize/BaseSerializerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize; diff --git a/tests/Core/Serialize/DOM/NormalizerFactoryTest.php b/tests/Core/Serialize/DOM/NormalizerFactoryTest.php index 33f1d357..e712e13c 100644 --- a/tests/Core/Serialize/DOM/NormalizerFactoryTest.php +++ b/tests/Core/Serialize/DOM/NormalizerFactoryTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM; diff --git a/tests/Core/Serialize/DOM/Normalizers/BomNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/BomNormalizerTest.php index a5799932..f2ac6f99 100644 --- a/tests/Core/Serialize/DOM/Normalizers/BomNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/BomNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/DOM/Normalizers/ComponentNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/ComponentNormalizerTest.php index f2d10434..5284ece9 100644 --- a/tests/Core/Serialize/DOM/Normalizers/ComponentNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/ComponentNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/DOM/Normalizers/ComponentRepositoryNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/ComponentRepositoryNormalizerTest.php index 3d652b2b..318dad23 100644 --- a/tests/Core/Serialize/DOM/Normalizers/ComponentRepositoryNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/ComponentRepositoryNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/DOM/Normalizers/DependenciesNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/DependenciesNormalizerTest.php index 888eade3..ef5891e2 100644 --- a/tests/Core/Serialize/DOM/Normalizers/DependenciesNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/DependenciesNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseNormalizerTest.php index 8c2d64d1..694a1212 100644 --- a/tests/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseRepositoryNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseRepositoryNormalizerTest.php index 716dff22..9a990386 100644 --- a/tests/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseRepositoryNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/DisjunctiveLicenseRepositoryNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/DOM/Normalizers/ExternalReferenceNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/ExternalReferenceNormalizerTest.php index 40af5c80..40287633 100644 --- a/tests/Core/Serialize/DOM/Normalizers/ExternalReferenceNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/ExternalReferenceNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/DOM/Normalizers/ExternalReferenceRepositoryNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/ExternalReferenceRepositoryNormalizerTest.php index 3347aad9..4f7510a1 100644 --- a/tests/Core/Serialize/DOM/Normalizers/ExternalReferenceRepositoryNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/ExternalReferenceRepositoryNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/DOM/Normalizers/HashNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/HashNormalizerTest.php index d88c091e..7a8ea218 100644 --- a/tests/Core/Serialize/DOM/Normalizers/HashNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/HashNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/DOM/Normalizers/HashRepositoryNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/HashRepositoryNormalizerTest.php index 1ece7f7f..9c166873 100644 --- a/tests/Core/Serialize/DOM/Normalizers/HashRepositoryNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/HashRepositoryNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/DOM/Normalizers/LicenseExpressionNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/LicenseExpressionNormalizerTest.php index ed574fab..93ad798a 100644 --- a/tests/Core/Serialize/DOM/Normalizers/LicenseExpressionNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/LicenseExpressionNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/DOM/Normalizers/MetaDataNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/MetaDataNormalizerTest.php index 8c8ce2bc..08ab0e66 100644 --- a/tests/Core/Serialize/DOM/Normalizers/MetaDataNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/MetaDataNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/DOM/Normalizers/ToolNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/ToolNormalizerTest.php index 29a29aaa..d7ef372f 100644 --- a/tests/Core/Serialize/DOM/Normalizers/ToolNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/ToolNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/DOM/Normalizers/ToolRepositoryNormalizerTest.php b/tests/Core/Serialize/DOM/Normalizers/ToolRepositoryNormalizerTest.php index 54330011..d3fcf302 100644 --- a/tests/Core/Serialize/DOM/Normalizers/ToolRepositoryNormalizerTest.php +++ b/tests/Core/Serialize/DOM/Normalizers/ToolRepositoryNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\DOM\Normalizers; diff --git a/tests/Core/Serialize/JSON/NormalizerFactoryTest.php b/tests/Core/Serialize/JSON/NormalizerFactoryTest.php index 25dc117c..be0d9d8e 100644 --- a/tests/Core/Serialize/JSON/NormalizerFactoryTest.php +++ b/tests/Core/Serialize/JSON/NormalizerFactoryTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON; diff --git a/tests/Core/Serialize/JSON/Normalizers/BomNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/BomNormalizerTest.php index 04bafc07..40a8b0a8 100644 --- a/tests/Core/Serialize/JSON/Normalizers/BomNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/BomNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JSON/Normalizers/ComponentNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/ComponentNormalizerTest.php index 4eccbbae..e55e3ad0 100644 --- a/tests/Core/Serialize/JSON/Normalizers/ComponentNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/ComponentNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JSON/Normalizers/ComponentRepositoryNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/ComponentRepositoryNormalizerTest.php index 10a1027a..9df5f0e1 100644 --- a/tests/Core/Serialize/JSON/Normalizers/ComponentRepositoryNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/ComponentRepositoryNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JSON/Normalizers/DependenciesNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/DependenciesNormalizerTest.php index e2314d16..bc68edf5 100644 --- a/tests/Core/Serialize/JSON/Normalizers/DependenciesNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/DependenciesNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseNormalizerTest.php index 7c4ef50d..a11a0f0d 100644 --- a/tests/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseRepositoryNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseRepositoryNormalizerTest.php index 624a75c1..47a48ad4 100644 --- a/tests/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseRepositoryNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/DisjunctiveLicenseRepositoryNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JSON/Normalizers/ExternalReferenceNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/ExternalReferenceNormalizerTest.php index 1e071ec1..1416857d 100644 --- a/tests/Core/Serialize/JSON/Normalizers/ExternalReferenceNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/ExternalReferenceNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JSON/Normalizers/ExternalReferenceRepositoryNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/ExternalReferenceRepositoryNormalizerTest.php index 2a372115..ce36431f 100644 --- a/tests/Core/Serialize/JSON/Normalizers/ExternalReferenceRepositoryNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/ExternalReferenceRepositoryNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JSON/Normalizers/HashNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/HashNormalizerTest.php index 7a32364b..14d5b74b 100644 --- a/tests/Core/Serialize/JSON/Normalizers/HashNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/HashNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JSON/Normalizers/HashRepositoryNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/HashRepositoryNormalizerTest.php index 31817b57..41dd1921 100644 --- a/tests/Core/Serialize/JSON/Normalizers/HashRepositoryNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/HashRepositoryNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JSON/Normalizers/LicenseExpressionNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/LicenseExpressionNormalizerTest.php index 389b2fe1..b9f6f027 100644 --- a/tests/Core/Serialize/JSON/Normalizers/LicenseExpressionNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/LicenseExpressionNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JSON/Normalizers/MetaDataNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/MetaDataNormalizerTest.php index b401abda..9208c1a2 100644 --- a/tests/Core/Serialize/JSON/Normalizers/MetaDataNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/MetaDataNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JSON/Normalizers/ToolNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/ToolNormalizerTest.php index 6ae8faa6..718a4151 100644 --- a/tests/Core/Serialize/JSON/Normalizers/ToolNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/ToolNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JSON/Normalizers/ToolRepositoryNormalizerTest.php b/tests/Core/Serialize/JSON/Normalizers/ToolRepositoryNormalizerTest.php index 5baf4e22..5259cc89 100644 --- a/tests/Core/Serialize/JSON/Normalizers/ToolRepositoryNormalizerTest.php +++ b/tests/Core/Serialize/JSON/Normalizers/ToolRepositoryNormalizerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize\JSON\Normalizers; diff --git a/tests/Core/Serialize/JsonSerializerTest.php b/tests/Core/Serialize/JsonSerializerTest.php index bc34d7f2..bdb8c7fe 100644 --- a/tests/Core/Serialize/JsonSerializerTest.php +++ b/tests/Core/Serialize/JsonSerializerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize; diff --git a/tests/Core/Serialize/XmlSerializerTest.php b/tests/Core/Serialize/XmlSerializerTest.php index f0a544b3..0c5d494e 100644 --- a/tests/Core/Serialize/XmlSerializerTest.php +++ b/tests/Core/Serialize/XmlSerializerTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Serialize; diff --git a/tests/Core/SerializeToJsonTest.php b/tests/Core/SerializeToJsonTest.php index 8f203128..8401f014 100644 --- a/tests/Core/SerializeToJsonTest.php +++ b/tests/Core/SerializeToJsonTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core; diff --git a/tests/Core/SerializeToXmlTest.php b/tests/Core/SerializeToXmlTest.php index 7ac7101c..9a052a69 100644 --- a/tests/Core/SerializeToXmlTest.php +++ b/tests/Core/SerializeToXmlTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core; diff --git a/tests/Core/Spdx/LicenseTest.php b/tests/Core/Spdx/LicenseTest.php index 823c1cf2..7fb533c9 100644 --- a/tests/Core/Spdx/LicenseTest.php +++ b/tests/Core/Spdx/LicenseTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Spdx; diff --git a/tests/Core/Spec/AbstractSpecTestCase.php b/tests/Core/Spec/AbstractSpecTestCase.php index 4d882eed..498fc596 100644 --- a/tests/Core/Spec/AbstractSpecTestCase.php +++ b/tests/Core/Spec/AbstractSpecTestCase.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Spec; diff --git a/tests/Core/Spec/Spec11Test.php b/tests/Core/Spec/Spec11Test.php index 315ceadb..e7bfa220 100644 --- a/tests/Core/Spec/Spec11Test.php +++ b/tests/Core/Spec/Spec11Test.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Spec; diff --git a/tests/Core/Spec/Spec12Test.php b/tests/Core/Spec/Spec12Test.php index c45b4612..e7bcc30e 100644 --- a/tests/Core/Spec/Spec12Test.php +++ b/tests/Core/Spec/Spec12Test.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Spec; diff --git a/tests/Core/Spec/Spec13Test.php b/tests/Core/Spec/Spec13Test.php index 02e5f2a7..80cdb5dc 100644 --- a/tests/Core/Spec/Spec13Test.php +++ b/tests/Core/Spec/Spec13Test.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Spec; diff --git a/tests/Core/Validation/Errors/JsonValidationErrorTest.php b/tests/Core/Validation/Errors/JsonValidationErrorTest.php index 30d14035..88bf232f 100644 --- a/tests/Core/Validation/Errors/JsonValidationErrorTest.php +++ b/tests/Core/Validation/Errors/JsonValidationErrorTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Validation\Errors; diff --git a/tests/Core/Validation/Errors/XmlValidationErrorTest.php b/tests/Core/Validation/Errors/XmlValidationErrorTest.php index f119aea5..a6ed9983 100644 --- a/tests/Core/Validation/Errors/XmlValidationErrorTest.php +++ b/tests/Core/Validation/Errors/XmlValidationErrorTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Validation\Errors; diff --git a/tests/Core/Validation/Helpers/JsonSchemaRemoteRefProviderForSnapshotResourcesTest.php b/tests/Core/Validation/Helpers/JsonSchemaRemoteRefProviderForSnapshotResourcesTest.php index 596f7396..ef918c3b 100644 --- a/tests/Core/Validation/Helpers/JsonSchemaRemoteRefProviderForSnapshotResourcesTest.php +++ b/tests/Core/Validation/Helpers/JsonSchemaRemoteRefProviderForSnapshotResourcesTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Validation\Helpers; diff --git a/tests/Core/Validation/ValidationErrorTest.php b/tests/Core/Validation/ValidationErrorTest.php index 60a7a46f..b2066a61 100644 --- a/tests/Core/Validation/ValidationErrorTest.php +++ b/tests/Core/Validation/ValidationErrorTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Validation; diff --git a/tests/Core/Validation/Validators/JsonStrictValidatorTest.php b/tests/Core/Validation/Validators/JsonStrictValidatorTest.php index bcf0b5b0..6ff8af11 100644 --- a/tests/Core/Validation/Validators/JsonStrictValidatorTest.php +++ b/tests/Core/Validation/Validators/JsonStrictValidatorTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Validation\Validators; diff --git a/tests/Core/Validation/Validators/JsonValidatorTest.php b/tests/Core/Validation/Validators/JsonValidatorTest.php index 057807fe..8b9b262a 100644 --- a/tests/Core/Validation/Validators/JsonValidatorTest.php +++ b/tests/Core/Validation/Validators/JsonValidatorTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Validation\Validators; diff --git a/tests/Core/Validation/Validators/XmlValidatorTest.php b/tests/Core/Validation/Validators/XmlValidatorTest.php index aca569f1..2e73a5ba 100644 --- a/tests/Core/Validation/Validators/XmlValidatorTest.php +++ b/tests/Core/Validation/Validators/XmlValidatorTest.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\Core\Validation\Validators; diff --git a/tests/_data/BomModelProvider.php b/tests/_data/BomModelProvider.php index 34c28377..a9aac17d 100644 --- a/tests/_data/BomModelProvider.php +++ b/tests/_data/BomModelProvider.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\_data; diff --git a/tests/_data/BomSpecData.php b/tests/_data/BomSpecData.php index 46e36a39..c6874bd7 100644 --- a/tests/_data/BomSpecData.php +++ b/tests/_data/BomSpecData.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\_data; diff --git a/tests/_data/GeneralDataProvider.php b/tests/_data/GeneralDataProvider.php index 10582f18..e5a42499 100644 --- a/tests/_data/GeneralDataProvider.php +++ b/tests/_data/GeneralDataProvider.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\_data; diff --git a/tests/_data/SpdxLicenseValidatorSingleton.php b/tests/_data/SpdxLicenseValidatorSingleton.php index bc84e21a..2b64c258 100644 --- a/tests/_data/SpdxLicenseValidatorSingleton.php +++ b/tests/_data/SpdxLicenseValidatorSingleton.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\_data; diff --git a/tests/_data/XmlAnyUriData.php b/tests/_data/XmlAnyUriData.php index 406fe75b..d1edfbd0 100644 --- a/tests/_data/XmlAnyUriData.php +++ b/tests/_data/XmlAnyUriData.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\_data; diff --git a/tests/_traits/DomNodeAssertionTrait.php b/tests/_traits/DomNodeAssertionTrait.php index b24f2630..e0e572fa 100644 --- a/tests/_traits/DomNodeAssertionTrait.php +++ b/tests/_traits/DomNodeAssertionTrait.php @@ -18,7 +18,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ namespace CycloneDX\Tests\_traits; diff --git a/tools/schema-downloader/download.php b/tools/schema-downloader/download.php index 46b0786c..8b2e8d84 100755 --- a/tools/schema-downloader/download.php +++ b/tools/schema-downloader/download.php @@ -19,7 +19,7 @@ * limitations under the License. * * SPDX-License-Identifier: Apache-2.0 - * Copyright (c) Steve Springett. All Rights Reserved. + * Copyright (c) OWASP Foundation. All Rights Reserved. */ /**