Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Sep 7, 2016
1 parent d36c741 commit 378c407
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion IdentityServer4.AspNetIdentity.sln
Expand Up @@ -10,7 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
global.json = global.json
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "AspNetIdentity", "src\IdentityServer4.AspNetIdentity\IdentityServer4.AspNetIdentity.xproj", "{A2CDBE15-5898-4A04-94DC-133EE03A78B3}"
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "IdentityServer4.AspNetIdentity", "src\IdentityServer4.AspNetIdentity\IdentityServer4.AspNetIdentity.xproj", "{A2CDBE15-5898-4A04-94DC-133EE03A78B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 2 additions & 0 deletions IdentityServer4.licenseheader
Expand Up @@ -3,12 +3,14 @@ extensions: .cs .cpp .h
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.


extensions: .cshtml
@*
Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
*@


extensions: .xml .config .xsd
<!--
Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
Expand Down
Expand Up @@ -15,5 +15,10 @@
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="..\..\IdentityServer4.licenseheader">
<Link>IdentityServer4.licenseheader</Link>
</Content>
</ItemGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
@@ -1,6 +1,7 @@
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.


using IdentityModel;
using IdentityServer4.AspNetIdentity;
using IdentityServer4.Configuration;
Expand Down
1 change: 1 addition & 0 deletions src/IdentityServer4.AspNetIdentity/ProfileService.cs
@@ -1,6 +1,7 @@
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.


using IdentityServer4.Extensions;
using IdentityServer4.Models;
using IdentityServer4.Services;
Expand Down
@@ -1,6 +1,7 @@
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.


using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
Expand Down
@@ -1,6 +1,7 @@
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved.
// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.


using IdentityServer4.Validation;
using Microsoft.AspNetCore.Identity;
using System.Threading.Tasks;
Expand Down

0 comments on commit 378c407

Please sign in to comment.