Skip to content

Commit

Permalink
Licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Nov 1, 2023
1 parent fe71279 commit f5ecb5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ReportGenerator.Core/Licensing/LicenseValidator.cs
Expand Up @@ -35,12 +35,12 @@ internal static class LicenseValidator
{ Guid.Parse("0208bdf2-e775-4c5e-8765-4ebc615cbc17"), DateTime.MinValue },
{ Guid.Parse("860a488f-b3ce-4294-ae75-e331546ee830"), DateTime.MinValue },
{ Guid.Parse("8f66e7a8-e6c0-4a31-9747-67ed27b5f721"), DateTime.MinValue },
{ Guid.Parse("265472d9-799d-44db-b7f2-b8da433812f9"), new DateTime(2023, 7, 28) },
{ Guid.Parse("16823d5b-b7da-48b7-94d9-73dbce61059c"), new DateTime(2023, 11, 1) },
{ Guid.Parse("14978526-1719-48cb-aa6d-6d48b7a99af9"), new DateTime(2023, 11, 1) },
{ Guid.Parse("9717392c-fc55-415f-a1bf-1a407c9ec705"), new DateTime(2023, 12, 1) },
{ Guid.Parse("265472d9-799d-44db-b7f2-b8da433812f9"), new DateTime(2023, 7, 28) },
{ Guid.Parse("70dcfc78-6ca3-4a0b-bb43-a3840e39ff4f"), new DateTime(2024, 1, 1) },
{ Guid.Parse("6e4d43dd-84a5-40fd-beb2-34f3c4930994"), new DateTime(2024, 4, 1) },
{ Guid.Parse("14978526-1719-48cb-aa6d-6d48b7a99af9"), new DateTime(2024, 11, 1) },
};

/// <summary>
Expand Down

0 comments on commit f5ecb5b

Please sign in to comment.