Skip to content

Commit

Permalink
Update SB
Browse files Browse the repository at this point in the history
Change copyright company
=> release
  • Loading branch information
hugener committed Dec 18, 2023
1 parent 20fc7cc commit 6735d05
Show file tree
Hide file tree
Showing 131 changed files with 310 additions and 310 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ArgumentWithDashTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="ArgumentWithDashTests.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand All @@ -11,7 +11,7 @@ namespace Sundew.CommandLine.AcceptanceTests;
using System.Collections.Generic;
using System.Globalization;
using FluentAssertions;
using Sundew.Base.Primitives.Computation;
using Sundew.Base;
using Xunit;

public class ArgumentWithDashTests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="BatchArguments.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="BatchArguments.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand All @@ -11,7 +11,7 @@ namespace Sundew.CommandLine.AcceptanceTests.CommandlineBatcher;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using Sundew.Base.Primitives.Numeric;
using Sundew.Base.Numeric;
using Sundew.Base.Text;
using Sundew.CommandLine;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="Command.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="Command.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="CommandLineBatcherTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="CommandLineBatcherTests.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand All @@ -10,7 +10,7 @@ namespace Sundew.CommandLine.AcceptanceTests.CommandlineBatcher;
using System;
using System.Linq;
using FluentAssertions;
using Sundew.Base.Primitives.Computation;
using Sundew.Base;
using Xunit;

public class CommandLineBatcherTests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="Values.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="Values.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="BatchSeparation.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="BatchSeparation.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ExecutionOrder.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="ExecutionOrder.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="MatchVerb.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="MatchVerb.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="Parallelize.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="Parallelize.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="Verbosity.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="Verbosity.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="EmptyArgumentsTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="EmptyArgumentsTests.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

namespace Sundew.CommandLine.AcceptanceTests;

using FluentAssertions;
using Sundew.Base.Primitives.Computation;
using Sundew.Base;
using Xunit;

public class EmptyArgumentsTests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="GenerateParseTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="GenerateParseTests.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand All @@ -10,7 +10,7 @@ namespace Sundew.CommandLine.AcceptanceTests;
using System;
using System.Collections.Generic;
using FluentAssertions;
using Sundew.Base.Primitives.Computation;
using Sundew.Base;
using Sundew.CommandLine.AcceptanceTests.Verbs;
using Xunit;

Expand Down
6 changes: 3 additions & 3 deletions Source/Sundew.CommandLine.AcceptanceTests/Git/CommitTests.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="CommitTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="CommitTests.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

namespace Sundew.CommandLine.AcceptanceTests.Git;

using FluentAssertions;
using Sundew.Base.Primitives.Computation;
using Sundew.Base;
using Sundew.Git.CommandLine;
using Xunit;

Expand Down
6 changes: 3 additions & 3 deletions Source/Sundew.CommandLine.AcceptanceTests/Git/InitTests.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="InitTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="InitTests.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

namespace Sundew.CommandLine.AcceptanceTests.Git;

using FluentAssertions;
using Sundew.Base.Primitives.Computation;
using Sundew.Base;
using Sundew.Git.CommandLine;
using Xunit;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="LfsTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="LfsTests.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

namespace Sundew.CommandLine.AcceptanceTests.Git.LargeFileSystem;

using FluentAssertions;
using Sundew.Base.Primitives.Computation;
using Sundew.Base;
using Sundew.Git.CommandLine.LargeFileSystem;
using Xunit;

Expand Down
6 changes: 3 additions & 3 deletions Source/Sundew.CommandLine.AcceptanceTests/Git/PushTests.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="PushTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="PushTests.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

namespace Sundew.CommandLine.AcceptanceTests.Git;

using FluentAssertions;
using Sundew.Base.Primitives.Computation;
using Sundew.Base;
using Sundew.Git.CommandLine;
using Xunit;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="InvalidConfigurationTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="InvalidConfigurationTests.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

namespace Sundew.CommandLine.AcceptanceTests;

using FluentAssertions;
using Sundew.Base.Primitives.Computation;
using Sundew.Base;
using Xunit;

public class InvalidConfigurationTests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="InvalidOptionTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="InvalidOptionTests.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

namespace Sundew.CommandLine.AcceptanceTests;

using FluentAssertions;
using Sundew.Base.Primitives.Computation;
using Sundew.Base;
using Xunit;

public class InvalidOptionTests
Expand Down
6 changes: 3 additions & 3 deletions Source/Sundew.CommandLine.AcceptanceTests/NestedVerbsTests.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="NestedVerbsTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="NestedVerbsTests.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

namespace Sundew.CommandLine.AcceptanceTests;

using FluentAssertions;
using Sundew.Base.Primitives.Computation;
using Sundew.Base;
using Sundew.CommandLine.AcceptanceTests.Verbs;
using Xunit;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AssemblyInfo.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="AssemblyInfo.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand All @@ -10,4 +10,4 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyCopyright("Copyright © Hukano 2017")]
[assembly: AssemblyCopyright("Copyright © Sundews 2017")]
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="AupliCommandLineTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="AupliCommandLineTests.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------

namespace Sundew.CommandLine.AcceptanceTests.Samples.Aupli;

using FluentAssertions;
using Sundew.Base.Primitives.Computation;
using Sundew.Base;
using Xunit;

public class AupliCommandLineTests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="FileLogOptions.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="FileLogOptions.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="Options.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="Options.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="CredentialOptions.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="CredentialOptions.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ICredentials.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="ICredentials.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="IRunOptions.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="IRunOptions.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="InstallVerb.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="InstallVerb.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="KuandoBusylightForTeamCityTests.cs" company="Hukano">
// Copyright (c) Hukano. All rights reserved.
// <copyright file="KuandoBusylightForTeamCityTests.cs" company="Sundews">
// Copyright (c) Sundews. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
// </copyright>
// --------------------------------------------------------------------------------------------------------------------
Expand All @@ -9,7 +9,7 @@ namespace Sundew.CommandLine.AcceptanceTests.Samples.KuandoBusylightForTeamCity;

using System.Net;
using FluentAssertions;
using Sundew.Base.Primitives.Computation;
using Sundew.Base;
using Xunit;

public class KuandoBusylightForTeamCityTests
Expand Down
Loading

0 comments on commit 6735d05

Please sign in to comment.