Skip to content

Commit

Permalink
style: update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 4, 2022
1 parent 258975a commit 5544776
Show file tree
Hide file tree
Showing 1,100 changed files with 2,682 additions and 1,060 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
environment:
GITHUB_TOKEN:
secure: aV5flJ5BOs49dlM4XRpu7t1qa+ajMD5L4hhwlBOv+zff/NlSkdnrmk5nYNsIJCdE
donetsdk: 6.0.101
donetsdk: 6.0.200-preview.22055.15
JAVA_HOME: C:\Program Files\Java\jdk14
PATH: $(JAVA_HOME)\bin;$(PATH)
init:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
Expand Down
2 changes: 1 addition & 1 deletion sample/Aguacongas.TheIdServer.ApiSample/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
using Serilog;
Expand Down
2 changes: 1 addition & 1 deletion sample/Aguacongas.TheIdServer.ApiSample/Startup.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using IdentityServer4.AccessTokenValidation;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using IdentityModel.Client;
using System;
using System.Net.Http;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Aguacongas.IdentityServer.Abstractions;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Aguacongas.IdentityServer.Abstractions;
using IdentityServer4.Models;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Aguacongas.IdentityServer.Abstractions;
using IdentityServer4.Models;
using System;
Expand Down
2 changes: 1 addition & 1 deletion sample/Aguacongas.TheIdServer.DeviceFlowSample/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using IdentityModel;
using IdentityModel.Client;
using Newtonsoft.Json.Linq;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Aguacongas.TheIdServer.MvcClient.Models;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authorization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
namespace Aguacongas.TheIdServer.MvcClient.Models
{
public class ErrorViewModel
Expand Down
2 changes: 1 addition & 1 deletion sample/Aguacongas.TheIdServer.MvcClient/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
using Serilog;
Expand Down
2 changes: 1 addition & 1 deletion sample/Aguacongas.TheIdServer.MvcClient/Startup.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using IdentityModel.Client;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Builder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@{
ViewData["Title"] = "Home Page";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@{
ViewData["Title"] = "Privacy Policy";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@model ErrorViewModel
@{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
<!DOCTYPE html>
<html lang="en">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
<script src="~/lib/jquery-validation/dist/jquery.validate.min.js"></script>
<script src="~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"></script>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@using Aguacongas.TheIdServer.MvcClient
@using Aguacongas.TheIdServer.MvcClient.Models
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@{
Layout = "_Layout";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using System;

namespace Aguacongas.TheIdServer.ApiSample
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.WsFederation;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Authorization;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
using Serilog;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore.Authentication.Cookies;
using Microsoft.AspNetCore.Authentication.WsFederation;
using Microsoft.AspNetCore.Builder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@{
ViewData["Title"] = "Home Page";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@using Microsoft.AspNetCore.Authentication

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
<!DOCTYPE html>
<html>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
<environment include="Development">
<script src="~/lib/jquery-validation/dist/jquery.validate.js"></script>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@using Aguacongas.TheIdServer.WsFederationSample
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@{
Layout = "_Layout";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore.Components.WebAssembly.Authentication;
using Microsoft.AspNetCore.Components.WebAssembly.Authentication.Internal;
using Microsoft.Extensions.Logging;
Expand Down
2 changes: 1 addition & 1 deletion sample/Aguacongas.TheIdentityServer.SpaSample/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
using Microsoft.AspNetCore.Components.WebAssembly.Authentication;
using Microsoft.Extensions.Configuration;
Expand Down
2 changes: 1 addition & 1 deletion sample/MultiTiers/Aguacongas.TheIdServer.Api/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;
Expand Down
2 changes: 1 addition & 1 deletion sample/MultiTiers/Aguacongas.TheIdServer.Api/Startup.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Aguacongas.IdentityServer.Admin.Services;
using Aguacongas.IdentityServer.EntityFramework.Store;
using Aguacongas.IdentityServer.Store;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity.UI.Services;
using Microsoft.Extensions.DependencyInjection;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@page
@model ConfirmEmailModel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@page
@model RegisterModel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Aguacongas.TheIdServer.Models;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authorization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@page
@model RegisterConfirmationModel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc.RazorPages;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@model string

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@using Aguacongas.TheIdServer.Areas.Identity.Pages.Account
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
<environment include="Development">
<script src="~/Identity/lib/jquery-validation/dist/jquery.validate.js"></script>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@
@using Microsoft.AspNetCore.Identity
@using Aguacongas.TheIdServer.Areas.Identity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@*
Project: Aguafrommars/TheIdServer
Copyright (c) 2021 @Olivier Lefebvre
Copyright (c) 2022 @Olivier Lefebvre
*@

@{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
namespace Aguacongas.TheIdServer.Areas.Identity
{
public class AuthMessageSenderOptions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore.Identity.UI.Services;
using Microsoft.Extensions.Options;
using SendGrid;
Expand Down
2 changes: 1 addition & 1 deletion sample/MultiTiers/Aguacongas.TheIdServer.Private/Config.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using IdentityServer4.Models;
using System.Collections.Generic;
using System.Security.Claims;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Aguacongas.IdentityServer.Store;

namespace Microsoft.AspNetCore.Authorization
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project: Aguafrommars/TheIdServer
// Copyright (c) 2021 @Olivier Lefebvre
// Copyright (c) 2022 @Olivier Lefebvre
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
Expand Down
Loading

0 comments on commit 5544776

Please sign in to comment.