Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
rem - Remove license from the generated headers
Browse files Browse the repository at this point in the history
---

We need to remove the license from the headers, since there could be GPL projects that use it.

---

Type: rem
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Nov 4, 2023
1 parent ec11ea2 commit 1858499
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Figletize.Generator.Tests/FigletizeSourceGeneratorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ public class FigletizeSourceGeneratorTests
private readonly ImmutableArray<MetadataReference> _references;
private const string Header =
"""
// Copyright Drew Noakes. Licensed under the Apache-2.0 license. See the LICENSE file for more details.
// Copyright 2023-2024 - Aptivi. Licensed under the Apache-2.0 license. See the LICENSE file for more details.

// <auto-generated>
// This code was generated by Figletize.Generator.
Expand Down
2 changes: 0 additions & 2 deletions Figletize.Generator/FigletizeSourceGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ public sealed class FigletizeSourceGenerator : ISourceGenerator

private const string Header =
"""
// Copyright Drew Noakes. Licensed under the Apache-2.0 license. See the LICENSE file for more details.
// Copyright 2023-2024 - Aptivi. Licensed under the Apache-2.0 license. See the LICENSE file for more details.

// <auto-generated>
// This code was generated by Figletize.Generator.
Expand Down

0 comments on commit 1858499

Please sign in to comment.