Skip to content

Commit

Permalink
Remove license info from source files
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrstenke committed Jan 4, 2025
1 parent ef83da9 commit c4c9d4b
Show file tree
Hide file tree
Showing 510 changed files with 444 additions and 1,974 deletions.
5 changes: 1 addition & 4 deletions internal/GenerateAnalyzerReleases/DiagnosticData.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

internal readonly struct DiagnosticData
internal readonly struct DiagnosticData
{
public readonly string Category { get; }

Expand Down
5 changes: 1 addition & 4 deletions internal/GenerateAnalyzerReleases/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
5 changes: 1 addition & 4 deletions internal/GenerateModuleRepository/DiagnosticData.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using Newtonsoft.Json;
using Newtonsoft.Json;

[JsonObject]
internal sealed class DiagnosticData
Expand Down
5 changes: 1 addition & 4 deletions internal/GenerateModuleRepository/ModuleCollection.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System.Collections;
using System.Collections;
using System.Collections.Generic;
using Newtonsoft.Json;

Expand Down
5 changes: 1 addition & 4 deletions internal/GenerateModuleRepository/ModuleConfiguration.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System.Collections.Generic;
using System.Collections.Generic;

internal sealed class ModuleConfiguration
{
Expand Down
5 changes: 1 addition & 4 deletions internal/GenerateModuleRepository/ModuleData.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using Newtonsoft.Json;
using Newtonsoft.Json;

[JsonObject]
internal sealed class ModuleData
Expand Down
5 changes: 1 addition & 4 deletions internal/GenerateModuleRepository/PackageData.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using Newtonsoft.Json;
using Newtonsoft.Json;

[JsonObject]
internal sealed class PackageData
Expand Down
5 changes: 1 addition & 4 deletions internal/GenerateModuleRepository/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
5 changes: 1 addition & 4 deletions internal/GenerateModuleRepository/TypeData.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System.Collections.Generic;
using System.Collections.Generic;
using Newtonsoft.Json;

[JsonObject]
Expand Down
5 changes: 1 addition & 4 deletions samples/Durian.Samples.CopyFrom/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;

namespace Durian.Samples.CopyFrom
{
Expand Down
5 changes: 1 addition & 4 deletions samples/Durian.Samples.DefaultParam/ILogger.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;

namespace Durian.Samples.DefaultParam
{
Expand Down
5 changes: 1 addition & 4 deletions samples/Durian.Samples.DefaultParam/InheritedLogger.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using Durian.Configuration;

namespace Durian.Samples.DefaultParam
Expand Down
5 changes: 1 addition & 4 deletions samples/Durian.Samples.DefaultParam/Logger.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.IO;
using System.Text;
using Durian.Configuration;
Expand Down
5 changes: 1 addition & 4 deletions samples/Durian.Samples.DefaultParam/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;

namespace Durian.Samples.DefaultParam
{
Expand Down
5 changes: 1 addition & 4 deletions samples/Durian.Samples.FriendClass/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

namespace Durian.Samples.FriendClass
namespace Durian.Samples.FriendClass
{
internal class Friend
{
Expand Down
5 changes: 1 addition & 4 deletions samples/Durian.Samples.InterfaceTargets/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

namespace Durian.Samples.InterfaceTargets
namespace Durian.Samples.InterfaceTargets
{
// Success!
public class Class : IInterface
Expand Down
3 changes: 0 additions & 3 deletions src/Durian.AnalysisServices/AnalysisUtilities.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/Cache/CacheExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Diagnostics.CodeAnalysis;
using Durian.Analysis.Data;
using Durian.Analysis.Filtration;
Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/Cache/CachedAnalyzer`1.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Collections.Concurrent;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/Cache/CachedAnalyzer`2.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Collections.Concurrent;
using Durian.Analysis.Data;
using Microsoft.CodeAnalysis;
Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/Cache/CachedData.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System.Collections.Concurrent;
using System.Collections.Concurrent;
using System.Diagnostics.CodeAnalysis;
using Microsoft.CodeAnalysis;

Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/Cache/CachedFilterEnumerator.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/Cache/CachedGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System.Collections.Concurrent;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Microsoft.CodeAnalysis;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Threading;
using Durian.Analysis.Data;
using Durian.Analysis.Logging;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System.Collections.Generic;
using System.Collections.Generic;
using Durian.Analysis.Data;
using Durian.Analysis.Filtration;
using Microsoft.CodeAnalysis;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/Cache/CachedSyntaxValidator.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics.CodeAnalysis;
Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/Cache/_intf/ICachedAnalyzer.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System.Collections.Concurrent;
using System.Collections.Concurrent;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;

Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/Cache/_intf/ICachedGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis;

namespace Durian.Analysis.Cache
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis;

namespace Durian.Analysis.Cache
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System.Collections.Generic;
using System.Collections.Generic;
using Durian.Analysis.Data;
using Durian.Analysis.Filtration;
using Microsoft.CodeAnalysis;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using Durian.Analysis.Filtration;
using Durian.Analysis.Filtration;
using Microsoft.CodeAnalysis;

namespace Durian.Analysis.Cache
Expand Down
3 changes: 0 additions & 3 deletions src/Durian.AnalysisServices/CodeBuilder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/CodeBuilder.data.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using Durian.Analysis.CodeGeneration;
using Durian.Analysis.CodeGeneration;
using Durian.Analysis.Data;
using Microsoft.CodeAnalysis;

Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/CodeBuilder.symbols.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Globalization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System.Linq;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/CodeFixes/CodeFixData.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/CodeFixes/CodeFixUtility.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System;
using System;
using System.Collections.Generic;
using System.Threading;
using Durian.Analysis.Extensions;
Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/CodeFixes/DurianCodeFix.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System.Threading.Tasks;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeActions;
using Microsoft.CodeAnalysis.CodeFixes;
Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/CodeFixes/DurianCodeFixBase.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System.Collections.Immutable;
using System.Collections.Immutable;
using System.Linq;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeFixes;
Expand Down
5 changes: 1 addition & 4 deletions src/Durian.AnalysisServices/CodeFixes/RemoveNodeCodeFix.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
// Copyright (c) Piotr Stenke. All rights reserved.
// Licensed under the MIT license.

using System.Threading.Tasks;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis;

namespace Durian.Analysis.CodeFixes
Expand Down
Loading

0 comments on commit c4c9d4b

Please sign in to comment.