Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellindau committed Oct 4, 2017
1 parent 8130312 commit 19e9245
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2016 Curity AB.
* Copyright (C) 2017 Curity AB.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -166,4 +166,4 @@ public JToken FetchKeys(String keyId)
throw new JwtValidationException("Could not contact JWKS endpoint");
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2016 Curity AB.
* Copyright (C) 2017 Curity AB.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2016 Curity AB.
* Copyright (C) 2017 Curity AB.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2016 Curity AB.
* Copyright (C) 2017 Curity AB.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion example-dotnet-openid-connect-client/Global.asax.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2016 Curity AB.
* Copyright (C) 2017 Curity AB.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion example-dotnet-openid-connect-client/Helpers/Client.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2016 Curity AB.
* Copyright (C) 2017 Curity AB.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2016 Curity AB.
* Copyright (C) 2017 Curity AB.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -31,4 +31,4 @@ public JwtValidationException(string message, Exception inner)
: base(message, inner)
{
}
}
}
6 changes: 6 additions & 0 deletions example-dotnet-openid-connect-client/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
<add key="api_endpoint" value="https://nordicapis-api.curity.io/hello_world" />
<add key="base_url" value="http:https://localhost:5443" />
</appSettings>
<system.web>
<compilation>
<assemblies>
</assemblies>
</compilation>
</system.web>
</configuration>

0 comments on commit 19e9245

Please sign in to comment.