Skip to content

Commit

Permalink
Update NOTICE and copyright snippets
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Dwyer <[email protected]>
  • Loading branch information
coderpatros committed Jul 25, 2021
1 parent 29c51f0 commit 18fc51b
Show file tree
Hide file tree
Showing 41 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion CycloneDX.Core.Tests/ComponentServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core.Tests/DotnetUtilsServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core.Tests/FileDiscoveryServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core.Tests/GithubServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core.Tests/Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core.Tests/NugetPackageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core.Tests/NugetServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core.Tests/PackagesFileServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core.Tests/ProjectFileServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core.Tests/SolutionFileServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion CycloneDX.Core/Extensions/HttpClientExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Models/DotnetCommandResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Models/DotnetUtilsResults.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Models/GithubLicense.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Models/NugetPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/BomService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/ComponentService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/DotnetCommandService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/DotnetUtilsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/FileDiscoveryService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/GithubService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/IDotnetCommandService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/IDotnetUtilsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/IPackagesFileService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/IProjectAssetsFileService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/IProjectFileService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/ISolutionFileService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/NugetService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/PackagesFileService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/ProjectAssetsFileService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/ProjectFileService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Services/SolutionFileService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Core/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.IntegrationTests/IntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.IntegrationTests/TempDirectory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX.Tests/ProgramTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX/ExitCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CycloneDX/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
</ItemGroup>-->

<PropertyGroup>
<Authors>Steve Springett</Authors>
<Copyright>Copyright (c) Steve Springett</Copyright>
<Authors>Steve Springett &amp; Patrick Dwyer</Authors>
<Copyright>Copyright (c) OWASP Foundation</Copyright>
<Description>A .NET Core global tool to generate CycloneDX bill-of-material documents for use with Software Composition Analysis (SCA).</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/CycloneDX/cyclonedx-dotnet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -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/).

0 comments on commit 18fc51b

Please sign in to comment.