Skip to content

Commit

Permalink
doc: updte copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
aguacongas committed Sep 20, 2021
1 parent 7cd3494 commit 3f4b37d
Show file tree
Hide file tree
Showing 102 changed files with 175 additions and 174 deletions.
2 changes: 1 addition & 1 deletion TheIdServer/src/TIS.BlazorApp/App.razor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.BlazorApp.Pages;
using Microsoft.AspNetCore.Components.Routing;
Expand Down
2 changes: 1 addition & 1 deletion TheIdServer/src/TIS.BlazorApp/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.BlazorApp.Models;
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
Expand Down
2 changes: 1 addition & 1 deletion TheIdServer/src/TIS.BlazorApp/Shared/NavMenu.razor.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace TIS.BlazorApp.Shared
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using System.Threading.Tasks;

Expand Down
38 changes: 19 additions & 19 deletions TheIdServer/src/TIS.BlazorApp/TIS.BlazorApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Api" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Apis" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ApiScope" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ApiScopes" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Client" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Clients" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Culture" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Cultures" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ExternalProvider" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ExternalProviders" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Identities" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Identity" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Import" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Keys" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Role" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Roles" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.User" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Users" Version="3.0.3" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Api" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Apis" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ApiScope" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ApiScopes" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Client" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Clients" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Culture" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Cultures" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ExternalProvider" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.ExternalProviders" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Identities" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Identity" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Import" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Keys" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Role" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Roles" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.User" Version="4.0.0-preview1-0046" />
<PackageReference Include="Aguacongas.TheIdServer.BlazorApp.Pages.Users" Version="4.0.0-preview1-0046" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.10" PrivateAssets="all" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.IdentityServer;
using Microsoft.AspNetCore.Hosting;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authorization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authorization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authorization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authorization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc.RazorPages;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using IdentityServer4.Events;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authorization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Identity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Identity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Identity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Identity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Identity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Identity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authentication;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Identity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using IdentityServer4.Events;
using IdentityServer4.Extensions;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Identity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Microsoft.AspNetCore.Mvc.Rendering;
using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Identity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Identity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Identity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Identity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authentication;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authorization;
Expand Down
2 changes: 1 addition & 1 deletion TheIdServer/src/TIS/Areas/Identity/Pages/Error.cshtml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.IdentityServer.Admin.Models;
using Microsoft.AspNetCore.Identity.UI.Services;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.IdentityServer;

Expand Down
2 changes: 1 addition & 1 deletion TheIdServer/src/TIS/Config.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using IdentityServer4;
using IdentityServer4.Models;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.IdentityServer.Admin.Configuration;
using Aguacongas.IdentityServer.EntityFramework.Store;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Microsoft.Extensions.Configuration;
using TIS.Models;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.IdentityServer.Admin.Configuration;
using Aguacongas.IdentityServer.EntityFramework.Store;
using Aguacongas.IdentityServer.KeysRotation;
using Aguacongas.IdentityServer.KeysRotation.Extentions;
using Aguacongas.IdentityServer.KeysRotation.Extensions;
using Microsoft.Extensions.Configuration;
using StackExchange.Redis;
using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
Expand Down
2 changes: 1 addition & 1 deletion TheIdServer/src/TIS/Models/DataProtectionOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using StackExchange.Redis;

Expand Down
2 changes: 1 addition & 1 deletion TheIdServer/src/TIS/Models/DbTypes.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace TIS.Models
{
Expand Down
2 changes: 1 addition & 1 deletion TheIdServer/src/TIS/Models/ExternalLoginOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace TIS.Models
{
Expand Down
2 changes: 1 addition & 1 deletion TheIdServer/src/TIS/Models/RavenDbOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace TIS.Models
{
Expand Down
2 changes: 1 addition & 1 deletion TheIdServer/src/TIS/Models/SiteOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace TIS.Models
{
Expand Down
2 changes: 1 addition & 1 deletion TheIdServer/src/TIS/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using IdentityModel;
Expand Down
2 changes: 1 addition & 1 deletion TheIdServer/src/TIS/Quickstart/Account/AccountOptions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Microsoft.AspNetCore.Server.IISIntegration;
using System;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using Aguacongas.TheIdServer.Models;
using IdentityModel;
Expand Down
2 changes: 1 addition & 1 deletion TheIdServer/src/TIS/Quickstart/Account/ExternalProvider.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
namespace IdentityServerHost.Quickstart.UI
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020 @Olivier Lefebvre. All rights reserved.
// Copyright (c) 2021 @Olivier Lefebvre. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
using System;
using System.Runtime.Serialization;
Expand Down
Loading

0 comments on commit 3f4b37d

Please sign in to comment.