Skip to content

Commit 771fb47

Browse files
Merge pull request #7 from AzureAD/AH-Copyright
Add copyright links
2 parents 8f12451 + f650981 commit 771fb47

File tree

68 files changed

+130
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+130
-254
lines changed

Microsoft.SCIM.WebHostSample/Controllers/TokenController.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using Microsoft.AspNetCore.Mvc;
1+
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
2+
3+
using Microsoft.AspNetCore.Mvc;
24
using Microsoft.Extensions.Configuration;
35
using Microsoft.IdentityModel.Tokens;
46
using System;

Microsoft.SCIM.WebHostSample/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
2+
13
using System;
24
using System.Collections.Generic;
35
using System.Linq;

Microsoft.SCIM.WebHostSample/Provider/InMemoryGroupProvider.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
//------------------------------------------------------------
2-
// Copyright (c) Microsoft Corporation. All rights reserved.
3-
//------------------------------------------------------------
1+
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
42

53
namespace Microsoft.SCIM.WebHostSample.Provider
64
{

Microsoft.SCIM.WebHostSample/Provider/InMemoryProvider.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
//------------------------------------------------------------
2-
// Copyright (c) Microsoft Corporation. All rights reserved.
3-
//------------------------------------------------------------
1+
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
42

53
namespace Microsoft.SCIM.WebHostSample.Provider
64
{

Microsoft.SCIM.WebHostSample/Provider/InMemoryStorage.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
//------------------------------------------------------------
2-
// Copyright (c) Microsoft Corporation. All rights reserved.
3-
//------------------------------------------------------------
1+
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
42

53
namespace Microsoft.SCIM.WebHostSample.Provider
64
{

Microsoft.SCIM.WebHostSample/Provider/InMemoryUserProvider.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
//------------------------------------------------------------
2-
// Copyright (c) Microsoft Corporation. All rights reserved.
3-
//------------------------------------------------------------
1+
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
42

53
namespace Microsoft.SCIM.WebHostSample.Provider
64
{

Microsoft.SCIM.WebHostSample/Startup.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
2+
13
using System;
24
using System.Collections.Generic;
35
using System.Linq;

Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ControllerTemplate.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
//------------------------------------------------------------
2-
// Copyright (c) Microsoft Corporation. All rights reserved.
3-
//------------------------------------------------------------
1+
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
42

53
namespace Microsoft.SCIM
64
{
@@ -728,4 +726,4 @@ public virtual async Task<ActionResult<Resource>> Put([FromBody]T resource, stri
728726
}
729727
}
730728
}
731-
}
729+
}

Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/GroupsController.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
//------------------------------------------------------------
2-
// Copyright (c) Microsoft Corporation. All rights reserved.
3-
//------------------------------------------------------------
1+
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
42

53
namespace Microsoft.SCIM
64
{
@@ -30,4 +28,4 @@ protected override IProviderAdapter<Core2Group> AdaptProvider(IProvider provider
3028
return result;
3129
}
3230
}
33-
}
31+
}

Microsoft.SystemForCrossDomainIdentityManagement/Service/Controllers/ResourceTypesController.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
//------------------------------------------------------------
2-
// Copyright (c) Microsoft Corporation. All rights reserved.
3-
//------------------------------------------------------------
1+
// Copyright (c) Microsoft Corporation.// Licensed under the MIT license.
42

53
namespace Microsoft.SCIM
64
{
@@ -99,4 +97,4 @@ public IEnumerable<Core2ResourceType> Get()
9997
}
10098
}
10199
}
102-
}
100+
}

0 commit comments

Comments
 (0)