Skip to content

Commit

Permalink
transfere copyright to OAWAS Foundation.
Browse files Browse the repository at this point in the history
as agreed via #117

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Sep 15, 2022
1 parent a4b8de5 commit 142a26f
Show file tree
Hide file tree
Showing 158 changed files with 164 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -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/).
2 changes: 1 addition & 1 deletion examples/example.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Enums/Classification.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Enums/ExternalReferenceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Enums/HashAlgorithm.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Factories/LicenseFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Helpers/NullAssertionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Helpers/SimpleDomTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Helpers/XmlTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Models/Bom.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Models/BomRef.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Models/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Models/ExternalReference.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Models/License/AbstractDisjunctiveLicense.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Models/License/DisjunctiveLicenseWithId.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Models/License/DisjunctiveLicenseWithName.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Models/License/LicenseExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Models/MetaData.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Models/Tool.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Repositories/BomRefRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Repositories/ComponentRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Repositories/DisjunctiveLicenseRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Repositories/ExternalReferenceRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Repositories/HashRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Repositories/ToolRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Serialize/BaseSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Serialize/BomRefDiscriminator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Serialize/DOM/AbstractNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Serialize/DOM/NormalizerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Serialize/DOM/Normalizers/BomNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Serialize/DOM/Normalizers/ComponentNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Serialize/DOM/Normalizers/HashNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Serialize/DOM/Normalizers/MetaDataNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 142a26f

Please sign in to comment.