diff --git a/CycloneDX.Core.Tests/ComponentServiceTests.cs b/CycloneDX.Core.Tests/ComponentServiceTests.cs index fb73af76..04b7da7b 100644 --- a/CycloneDX.Core.Tests/ComponentServiceTests.cs +++ b/CycloneDX.Core.Tests/ComponentServiceTests.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/CycloneDX.Core.Tests/DotnetUtilsServiceTests.cs b/CycloneDX.Core.Tests/DotnetUtilsServiceTests.cs index 9e0757aa..bf341b26 100644 --- a/CycloneDX.Core.Tests/DotnetUtilsServiceTests.cs +++ b/CycloneDX.Core.Tests/DotnetUtilsServiceTests.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/CycloneDX.Core.Tests/FileDiscoveryServiceTests.cs b/CycloneDX.Core.Tests/FileDiscoveryServiceTests.cs index 3d23fefe..e99878bb 100644 --- a/CycloneDX.Core.Tests/FileDiscoveryServiceTests.cs +++ b/CycloneDX.Core.Tests/FileDiscoveryServiceTests.cs @@ -13,7 +13,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. using System.Collections.Generic; using Xunit; diff --git a/CycloneDX.Core.Tests/GithubServiceTests.cs b/CycloneDX.Core.Tests/GithubServiceTests.cs index ce9aa790..b851eb88 100644 --- a/CycloneDX.Core.Tests/GithubServiceTests.cs +++ b/CycloneDX.Core.Tests/GithubServiceTests.cs @@ -13,7 +13,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. using System; using System.Threading.Tasks; diff --git a/CycloneDX.Core.Tests/Helpers.cs b/CycloneDX.Core.Tests/Helpers.cs index 90a85ac5..be17d112 100644 --- a/CycloneDX.Core.Tests/Helpers.cs +++ b/CycloneDX.Core.Tests/Helpers.cs @@ -13,7 +13,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. using System.Collections.Generic; using System.Net.Http; diff --git a/CycloneDX.Core.Tests/NugetPackageTests.cs b/CycloneDX.Core.Tests/NugetPackageTests.cs index 09870e12..da247cf2 100644 --- a/CycloneDX.Core.Tests/NugetPackageTests.cs +++ b/CycloneDX.Core.Tests/NugetPackageTests.cs @@ -13,7 +13,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. using Xunit; using CycloneDX.Core.Models; diff --git a/CycloneDX.Core.Tests/NugetServiceTests.cs b/CycloneDX.Core.Tests/NugetServiceTests.cs index d9cd93a7..7583fa7b 100644 --- a/CycloneDX.Core.Tests/NugetServiceTests.cs +++ b/CycloneDX.Core.Tests/NugetServiceTests.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/CycloneDX.Core.Tests/PackagesFileServiceTests.cs b/CycloneDX.Core.Tests/PackagesFileServiceTests.cs index df6c4c10..07ffae39 100644 --- a/CycloneDX.Core.Tests/PackagesFileServiceTests.cs +++ b/CycloneDX.Core.Tests/PackagesFileServiceTests.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/CycloneDX.Core.Tests/ProjectFileServiceTests.cs b/CycloneDX.Core.Tests/ProjectFileServiceTests.cs index 19424bcc..02a6fe4d 100644 --- a/CycloneDX.Core.Tests/ProjectFileServiceTests.cs +++ b/CycloneDX.Core.Tests/ProjectFileServiceTests.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/CycloneDX.Core.Tests/SolutionFileServiceTests.cs b/CycloneDX.Core.Tests/SolutionFileServiceTests.cs index 8f381d85..f75246ab 100644 --- a/CycloneDX.Core.Tests/SolutionFileServiceTests.cs +++ b/CycloneDX.Core.Tests/SolutionFileServiceTests.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/CycloneDX.Core/AssemblyInfo.cs b/CycloneDX.Core/AssemblyInfo.cs index c8d9e0fe..7f0aa7ec 100644 --- a/CycloneDX.Core/AssemblyInfo.cs +++ b/CycloneDX.Core/AssemblyInfo.cs @@ -13,7 +13,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. [assembly: System.Runtime.CompilerServices.InternalsVisibleToAttribute("CycloneDX.Core.Tests")] [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1054:UriParametersShouldNotBeStrings")] diff --git a/CycloneDX.Core/Extensions/HttpClientExtensions.cs b/CycloneDX.Core/Extensions/HttpClientExtensions.cs index 06787eee..8c52c905 100644 --- a/CycloneDX.Core/Extensions/HttpClientExtensions.cs +++ b/CycloneDX.Core/Extensions/HttpClientExtensions.cs @@ -13,7 +13,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. using System; using System.Diagnostics.Contracts; diff --git a/CycloneDX.Core/Models/DotnetCommandResult.cs b/CycloneDX.Core/Models/DotnetCommandResult.cs index e6328781..4e5b3a3f 100644 --- a/CycloneDX.Core/Models/DotnetCommandResult.cs +++ b/CycloneDX.Core/Models/DotnetCommandResult.cs @@ -13,7 +13,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/CycloneDX.Core/Models/DotnetUtilsResults.cs b/CycloneDX.Core/Models/DotnetUtilsResults.cs index 129f61d3..43b23108 100644 --- a/CycloneDX.Core/Models/DotnetUtilsResults.cs +++ b/CycloneDX.Core/Models/DotnetUtilsResults.cs @@ -13,7 +13,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/CycloneDX.Core/Models/GithubLicense.cs b/CycloneDX.Core/Models/GithubLicense.cs index 58676c6c..f41a0621 100644 --- a/CycloneDX.Core/Models/GithubLicense.cs +++ b/CycloneDX.Core/Models/GithubLicense.cs @@ -13,7 +13,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. using System; using System.Text.Json.Serialization; diff --git a/CycloneDX.Core/Models/NugetPackage.cs b/CycloneDX.Core/Models/NugetPackage.cs index c1cf4a74..98573a0e 100644 --- a/CycloneDX.Core/Models/NugetPackage.cs +++ b/CycloneDX.Core/Models/NugetPackage.cs @@ -13,7 +13,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. using System; using System.Diagnostics.CodeAnalysis; diff --git a/CycloneDX.Core/Services/BomService.cs b/CycloneDX.Core/Services/BomService.cs index d47f0928..4ef3e70a 100644 --- a/CycloneDX.Core/Services/BomService.cs +++ b/CycloneDX.Core/Services/BomService.cs @@ -13,7 +13,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. using CycloneDX.Models.v1_2; using CycloneDX.Json; diff --git a/CycloneDX.Core/Services/ComponentService.cs b/CycloneDX.Core/Services/ComponentService.cs index ac95c353..2afa3f76 100644 --- a/CycloneDX.Core/Services/ComponentService.cs +++ b/CycloneDX.Core/Services/ComponentService.cs @@ -13,7 +13,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. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/CycloneDX.Core/Services/DotnetCommandService.cs b/CycloneDX.Core/Services/DotnetCommandService.cs index c8c251b1..870ab3eb 100644 --- a/CycloneDX.Core/Services/DotnetCommandService.cs +++ b/CycloneDX.Core/Services/DotnetCommandService.cs @@ -13,7 +13,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. using System.Diagnostics; using System.Diagnostics.Contracts; diff --git a/CycloneDX.Core/Services/DotnetUtilsService.cs b/CycloneDX.Core/Services/DotnetUtilsService.cs index bf428a56..d2092afe 100644 --- a/CycloneDX.Core/Services/DotnetUtilsService.cs +++ b/CycloneDX.Core/Services/DotnetUtilsService.cs @@ -13,7 +13,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. using System.Collections.Generic; using System.IO.Abstractions; diff --git a/CycloneDX.Core/Services/FileDiscoveryService.cs b/CycloneDX.Core/Services/FileDiscoveryService.cs index b0545902..484bfa7a 100644 --- a/CycloneDX.Core/Services/FileDiscoveryService.cs +++ b/CycloneDX.Core/Services/FileDiscoveryService.cs @@ -13,7 +13,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. using System.Collections.Generic; using System.IO; diff --git a/CycloneDX.Core/Services/GithubService.cs b/CycloneDX.Core/Services/GithubService.cs index f6a45b9e..c3b136db 100644 --- a/CycloneDX.Core/Services/GithubService.cs +++ b/CycloneDX.Core/Services/GithubService.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/CycloneDX.Core/Services/IDotnetCommandService.cs b/CycloneDX.Core/Services/IDotnetCommandService.cs index 73f9890e..48c2b15c 100644 --- a/CycloneDX.Core/Services/IDotnetCommandService.cs +++ b/CycloneDX.Core/Services/IDotnetCommandService.cs @@ -13,7 +13,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. using DotnetCommandResult = CycloneDX.Core.Models.DotnetCommandResult; diff --git a/CycloneDX.Core/Services/IDotnetUtilsService.cs b/CycloneDX.Core/Services/IDotnetUtilsService.cs index aefa7f27..aa347e4a 100644 --- a/CycloneDX.Core/Services/IDotnetUtilsService.cs +++ b/CycloneDX.Core/Services/IDotnetUtilsService.cs @@ -13,7 +13,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. using System.Collections.Generic; using CycloneDX.Core.Models; diff --git a/CycloneDX.Core/Services/IPackagesFileService.cs b/CycloneDX.Core/Services/IPackagesFileService.cs index f12039da..15d0778e 100644 --- a/CycloneDX.Core/Services/IPackagesFileService.cs +++ b/CycloneDX.Core/Services/IPackagesFileService.cs @@ -13,7 +13,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. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/CycloneDX.Core/Services/IProjectAssetsFileService.cs b/CycloneDX.Core/Services/IProjectAssetsFileService.cs index c71db9c9..4c6e5332 100644 --- a/CycloneDX.Core/Services/IProjectAssetsFileService.cs +++ b/CycloneDX.Core/Services/IProjectAssetsFileService.cs @@ -13,7 +13,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. using System.Collections.Generic; using CycloneDX.Core.Models; diff --git a/CycloneDX.Core/Services/IProjectFileService.cs b/CycloneDX.Core/Services/IProjectFileService.cs index b8d1b4d5..a3033dc3 100644 --- a/CycloneDX.Core/Services/IProjectFileService.cs +++ b/CycloneDX.Core/Services/IProjectFileService.cs @@ -13,7 +13,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. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/CycloneDX.Core/Services/ISolutionFileService.cs b/CycloneDX.Core/Services/ISolutionFileService.cs index ff2be46a..c5993b04 100644 --- a/CycloneDX.Core/Services/ISolutionFileService.cs +++ b/CycloneDX.Core/Services/ISolutionFileService.cs @@ -13,7 +13,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. using System.Collections.Generic; using System.Threading.Tasks; diff --git a/CycloneDX.Core/Services/NugetService.cs b/CycloneDX.Core/Services/NugetService.cs index 9ac075b1..51c39143 100644 --- a/CycloneDX.Core/Services/NugetService.cs +++ b/CycloneDX.Core/Services/NugetService.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/CycloneDX.Core/Services/PackagesFileService.cs b/CycloneDX.Core/Services/PackagesFileService.cs index 5e040612..7bee11e7 100644 --- a/CycloneDX.Core/Services/PackagesFileService.cs +++ b/CycloneDX.Core/Services/PackagesFileService.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/CycloneDX.Core/Services/ProjectAssetsFileService.cs b/CycloneDX.Core/Services/ProjectAssetsFileService.cs index 8881a226..dd2571f1 100644 --- a/CycloneDX.Core/Services/ProjectAssetsFileService.cs +++ b/CycloneDX.Core/Services/ProjectAssetsFileService.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/CycloneDX.Core/Services/ProjectFileService.cs b/CycloneDX.Core/Services/ProjectFileService.cs index c88908f8..cdc78621 100644 --- a/CycloneDX.Core/Services/ProjectFileService.cs +++ b/CycloneDX.Core/Services/ProjectFileService.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/CycloneDX.Core/Services/SolutionFileService.cs b/CycloneDX.Core/Services/SolutionFileService.cs index 8515d64a..41ac8829 100644 --- a/CycloneDX.Core/Services/SolutionFileService.cs +++ b/CycloneDX.Core/Services/SolutionFileService.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/CycloneDX.Core/Utils.cs b/CycloneDX.Core/Utils.cs index 86ad5042..48f2f75a 100644 --- a/CycloneDX.Core/Utils.cs +++ b/CycloneDX.Core/Utils.cs @@ -13,7 +13,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. using System; using System.Diagnostics.Contracts; diff --git a/CycloneDX.IntegrationTests/IntegrationTests.cs b/CycloneDX.IntegrationTests/IntegrationTests.cs index 13821d11..9eccb000 100644 --- a/CycloneDX.IntegrationTests/IntegrationTests.cs +++ b/CycloneDX.IntegrationTests/IntegrationTests.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/CycloneDX.IntegrationTests/TempDirectory.cs b/CycloneDX.IntegrationTests/TempDirectory.cs index d48d28c1..895a9649 100644 --- a/CycloneDX.IntegrationTests/TempDirectory.cs +++ b/CycloneDX.IntegrationTests/TempDirectory.cs @@ -13,7 +13,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. using System; using System.IO; diff --git a/CycloneDX.Tests/ProgramTests.cs b/CycloneDX.Tests/ProgramTests.cs index 6427b532..b8644152 100644 --- a/CycloneDX.Tests/ProgramTests.cs +++ b/CycloneDX.Tests/ProgramTests.cs @@ -13,7 +13,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. using System.Collections.Generic; using Xunit; diff --git a/CycloneDX/ExitCode.cs b/CycloneDX/ExitCode.cs index a68e61f1..04221a35 100644 --- a/CycloneDX/ExitCode.cs +++ b/CycloneDX/ExitCode.cs @@ -13,7 +13,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 { enum ExitCode diff --git a/CycloneDX/Program.cs b/CycloneDX/Program.cs index ff744de4..0693b72c 100644 --- a/CycloneDX/Program.cs +++ b/CycloneDX/Program.cs @@ -13,7 +13,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. using System; using System.Collections.Generic; diff --git a/Directory.Build.props b/Directory.Build.props index a71d03e3..cffe12cf 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -29,8 +29,8 @@ --> - Steve Springett - Copyright (c) Steve Springett + Steve Springett & Patrick Dwyer + Copyright (c) OWASP Foundation A .NET Core global tool to generate CycloneDX bill-of-material documents for use with Software Composition Analysis (SCA). Apache-2.0 https://github.com/CycloneDX/cyclonedx-dotnet diff --git a/NOTICE b/NOTICE index 0adad2e8..b552c9f0 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ CycloneDX Tool for .NET -Copyright (c) Steve Springett +Copyright (c) OWASP Foundation This product includes software developed by the CycloneDX community (https://cyclonedx.org/).