From 1596b6b9e79858111a61fceedbeb90b6044f5d9f Mon Sep 17 00:00:00 2001
From: Justin Richer
Date: Thu, 10 Dec 2015 16:22:22 -0500
Subject: [PATCH 1/5] Updated UMA server to use new multi-part messages
structure
---
.../webapp/WEB-INF/application-context.xml | 1 +
.../src/main/webapp/WEB-INF/server-config.xml | 7 +
.../resources/js/locale/en/messages.json | 494 ------------------
.../webapp/resources/js/locale/en/uma.json | 50 ++
4 files changed, 58 insertions(+), 494 deletions(-)
delete mode 100644 uma-server-webapp/src/main/webapp/resources/js/locale/en/messages.json
create mode 100644 uma-server-webapp/src/main/webapp/resources/js/locale/en/uma.json
diff --git a/uma-server-webapp/src/main/webapp/WEB-INF/application-context.xml b/uma-server-webapp/src/main/webapp/WEB-INF/application-context.xml
index 8e5a73405..c80b2bd92 100644
--- a/uma-server-webapp/src/main/webapp/WEB-INF/application-context.xml
+++ b/uma-server-webapp/src/main/webapp/WEB-INF/application-context.xml
@@ -218,6 +218,7 @@
+
diff --git a/uma-server-webapp/src/main/webapp/WEB-INF/server-config.xml b/uma-server-webapp/src/main/webapp/WEB-INF/server-config.xml
index added56d9..b6d6a94f8 100644
--- a/uma-server-webapp/src/main/webapp/WEB-INF/server-config.xml
+++ b/uma-server-webapp/src/main/webapp/WEB-INF/server-config.xml
@@ -49,6 +49,13 @@
+
+
+
+ uma
+ messages
+
+
diff --git a/uma-server-webapp/src/main/webapp/resources/js/locale/en/messages.json b/uma-server-webapp/src/main/webapp/resources/js/locale/en/messages.json
deleted file mode 100644
index c9e7d31c0..000000000
--- a/uma-server-webapp/src/main/webapp/resources/js/locale/en/messages.json
+++ /dev/null
@@ -1,494 +0,0 @@
-{
- "admin": {
- "blacklist": "Blacklist",
- "blacklist-form": {
- "blacklisted-uris": "Blacklisted URIs"
- },
- "home": "Home",
- "list-widget": {
- "empty": "There are no items in this list.",
- "tooltip": "Click to display full value."
- },
- "manage-blacklist": "Manage Blacklisted Clients",
- "self-service-client": "Self-service Client Registration",
- "self-service-resource": "Self-service Protected Resource Registration",
- "user-profile": {
- "claim": "Claim name:",
- "show": "View User Profile",
- "text": "Your user profile has the following information:",
- "value": "Claim value:"
- },
- "policies": "Manage Protected Resource Policies"
- },
- "client": {
- "client-form": {
- "access": "Access",
- "access-token-no-timeout": "Access tokens do not time out",
- "access-token-timeout": "Access Token Timeout",
- "access-token-timeout-help": "Enter this time in seconds, minutes, or hours.",
- "acr-values": "Default ACR Values",
- "acr-values-placeholder": "new ACR value",
- "acr-values-help": "Default Authentication Context Reference to request for this client",
- "allow-introspection": "Allow calls to the Introspection Endpoint?",
- "authentication-method": "Token Endpoint Authentication Method",
- "authorization-code": "authorization code",
- "client-credentials": "client credentials",
- "client-description": "Description",
- "client-description-help": "Human-readable text description",
- "client-description-placeholder": "Type a description",
- "client-id": "Client ID",
- "client-id-help": "Unique identifier. If you leave this blank it will be automatically generated.",
- "client-id-placeholder": "Type something",
- "client-name": "Client name",
- "client-name-help": "Human-readable application name",
- "client-name-placeholder": "Type something",
- "client-secret": "Client Secret",
- "client-secret-placeholder": "Type a secret",
- "contacts": "Contacts",
- "contacts-help": "List of contacts for administrators of this client.",
- "contacts-placeholder": "new contact",
- "credentials": "Credentials",
- "crypto": {
- "a128cbc-hs256": "Composite Authenticated Encryption algorithm using AES in Cipher Block Chaining (CBC) mode with PKCS #5 padding with an integrity calculation using HMAC SHA-256, using a 256 bit CMK (and 128 bit CEK)",
- "a256cbc-hs512": "Composite Authenticated Encryption algorithm using AES in CBC mode with PKCS #5 padding with an integrity calculation using HMAC SHA-512, using a 512 bit CMK (and 256 bit CEK)",
- "a128gcm": "AES GCM using 128 bit keys",
- "a256gcm": "AES GCM using 256 bit keys",
- "a128kw": "AES Key Wrap Algorithm using 128 bit keys",
- "a256kw": "AES Key Wrap Algorithm using 256 bit keys",
- "default": "Use server default",
- "dir": "Direct use of a shared symmetric key as the Content Master Key (CMK) for the block encryption step",
- "ecdh-es": "Elliptic Curve Diffie-Hellman Ephemeral Static key agreement using the Concat KDF, with the agreed-upon key being used directly as the Content Master Key",
- "ecdh-es-a128kw": "Elliptic Curve Diffie-Hellman Ephemeral Static key agreement per ECDH-ES and Section 4.7, but where the agreed-upon key is used to wrap the Content Master Key (CMK) with the A128KW function",
- "ecdh-es-a256kw": "Elliptic Curve Diffie-Hellman Ephemeral Static key agreement per ECDH-ES and Section 4.7, but where the agreed-upon key is used to wrap the Content Master Key (CMK) with the A256KW function",
- "none": "No encryption",
- "rsa-oaep": "RSAES using Optimal Asymmetric Encryption Padding (OAEP)",
- "rsa1-5": "RSAES-PKCS1-V1_5"
- },
- "cryptography": "Crypto",
- "display-secret": "Display/edit client secret:",
- "edit": "Edit Client",
- "generate-new-secret": "Generate a new client secret?",
- "generate-new-secret-help": "New secret will be generated when you click 'Save'",
- "generate-on-save": "Generate on Save",
- "grant-types": "Grant Types",
- "home": "Home Page",
- "home-help": "URL for the client's home page, will be displayed to the user",
- "hours": "hours",
- "id": "ID:",
- "id-token-crypto-algorithm": "ID Token Encryption Algorithm",
- "id-token-crypto-method": "ID Token Encryption Method",
- "id-token-signing-algorithm": "ID Token Signing Algorithm",
- "id-token-timeout": "ID Token Timeout",
- "implicit": "implicit",
- "initiate-login": "Initiate Login",
- "initiate-login-help": "URL to initiate login on the client",
- "introspection": "Introspection",
- "jwk-set": "JWK Set",
- "jwk-set-help": "URL for the client's JSON Web Key set",
- "logo": "Logo",
- "logo-help": "URL that points to a logo image, will be displayed on approval page",
- "main": "Main",
- "max-age": "Default Max Age",
- "max-age-help": "Default maximum session age before re-prompting",
- "minutes": "minutes",
- "new": "New Client",
- "other": "Other",
- "pairwise": "Pairwise",
- "password": "password",
- "policy": "Policy Statement",
- "policy-help": "URL for the Policy Statement of this client, will be displayed to the user",
- "post-logout": "Post-Logout Redirect",
- "post-logout-help": "URL to redirect the client to after a logout operation",
- "public": "Public",
- "redelegation": "redelegation",
- "redirect-uris": "Redirect URI(s)",
- "redirect-uris-help": "URIs that the client can be redirected to after the authorization page",
- "refresh": "refresh",
- "refresh-tokens": "Refresh Tokens",
- "refresh-tokens-issued": "Refresh tokens are issued for this client",
- "refresh-tokens-reused": "Refresh tokens for this client are re-used",
- "refresh-tokens-no-expire": "Refresh tokens do not time out",
- "registered": "Registered at",
- "registration-token": "Registration Token:",
- "registration-access-token": "Registration Access Token",
- "registration-token-error": "There was a problem loading the registration access token for this client.",
- "request-object-signing-algorithm": "Request Object Signing Algorithm",
- "request-uri": "Request URIs",
- "request-uri-help": "URIs containing request objects used by this client",
- "require-auth-time": "Require Authentication Time",
- "require-auth-time-label": "Always require that the auth_time claim be sent in the id token",
- "response-types": "Response Types",
- "rotate-registration-token": "Rotate registration token",
- "rotate-registration-token-confirm": "Are you sure you want to rotate this client's registration token?",
- "rotate-registration-token-error": "There was a problem rotating the registration access token for this client.",
- "saved": {
- "no-secret": "No client secret",
- "saved": "Client Saved",
- "secret": "Secret:",
- "show-secret": "Show Secret",
- "unchanged": "unchanged"
- },
- "scope-placeholder": "new scope",
- "scope-help": "OAuth scopes this client is allowed to request",
- "seconds": "seconds",
- "secret-asymmetric-jwt": "Asymmetrically-signed JWT assertion",
- "secret-http": "Client Secret over HTTP Basic",
- "secret-none": "No authentication",
- "secret-post": "Client Secret over HTTP POST",
- "secret-symmetric-jwt": "Client Secret via symmetrically-signed JWT assertion",
- "sector-identifier": "Sector Identifier URI",
- "signing": {
- "any": "Any allowed",
- "default": "Use server default",
- "ecdsa-256": "ECDSA using P-256 curve and SHA-256 hash algorithm",
- "ecdsa-384": "ECDSA using P-384 curve and SHA-384 hash algorithm",
- "ecdsa-512": "ECDSA using P-512 curve and SHA-512 hash algorithm",
- "hmac-256": "HMAC using SHA-256 hash algorithm",
- "hmac-384": "HMAC using SHA-384 hash algorithm",
- "hmac-512": "HMAC using SHA-512 hash algorithm",
- "none": "No digital signature",
- "rsassa-256": "RSASSA using SHA-256 hash algorithm",
- "rsassa-384": "RSASSA using SHA-384 hash algorithm",
- "rsassa-512": "RSASSA using SHA-512 hash algorithm"
- },
- "subject-type": "Subject Type",
- "terms": "Terms of Service",
- "terms-help": "URL for the Terms of Service of this client, will be displayed to the user",
- "token-signing-algorithm": "Token Endpoint Authentication Signing Algorithm",
- "tokens": "Tokens",
- "type": "Application Type",
- "type-native": "Native",
- "type-web": "Web",
- "unknown": "(Unknown)",
- "user-info-crypto-algorithm": "User Info Endpoint Encryption Algorithm",
- "user-info-crypto-method": "User Info Endpoint Encryption Method",
- "user-info-signing-algorithm": "User Info Endpoint Signing Algorithm"
- },
- "client-table": {
- "allow-introspection-tooltip": "This client can perform token introspection",
- "confirm": "Are you sure sure you would like to delete this client?",
- "dynamically-registered-tooltip": "This client was dynamically registered. Click to view registration access token",
- "match": {
- "contacts": "contacts",
- "description": "description",
- "homepage": "home page",
- "id": "id",
- "logo": "logo",
- "name": "name",
- "policy": "policy",
- "redirect": "redirect uri",
- "scope": "scope",
- "terms": "terms of service"
- },
- "matched-search": "Matched search:",
- "new": "New Client",
- "no-clients": "There are no registered clients on this server.",
- "no-matches": "There are no clients that match your search criteria.",
- "no-redirect": "NO REDIRECT URI",
- "registered": "Registrered",
- "search": "Search...",
- "whitelist": "Whitelist",
- "unknown": "at an unknown time"
- },
- "manage": "Manage Clients",
- "more-info": {
- "contacts": "Administrative Contacts:",
- "home": "Home Page:",
- "more": "more information",
- "policy": "Policy:",
- "terms": "Terms of Service:"
- },
- "newClient": "New Client"
- },
- "common": {
- "cancel": "Cancel",
- "client": "Client",
- "clients": "Clients",
- "close": "Close",
- "delete": "Delete",
- "description": "Description",
- "dynamically-registered": "This client was dynamically registered",
- "edit": "Edit",
- "expires": "Expires:",
- "information": "Information",
- "new": "New",
- "not-yet-implemented": "Not Yet Implemented",
- "not-yet-implemented-content": "The value of this field will be saved with the client, but the server does not currently process anything with it. Future versions of the server library will make use of this.",
- "revoke": "Revoke",
- "save": "Save",
- "scopes": "Scopes",
- "statistics": "Statistics"
- },
- "dynreg": {
- "client-id-placeholder": "Enter Client ID",
- "configuration-url": "Client Configuration URL",
- "edit-dynamically-registered": "Edit a Dynamically Registered Client",
- "edit-existing": "Edit an existing client",
- "edit-existing-help": "Paste in your client ID and registration access token to access the client.",
- "invalid-access-token": "Invalid client or registration access token.",
- "new-client": "Register a new client",
- "or": " - OR - ",
- "regtoken-placeholder": "Enter Registration Access Token",
- "warning": "Warning! You MUST protect your Client ID, Client Secret (if provided), and your Registration Access Token. If you lose your Client ID or Registration Access Token, you will no longer have access to your client's registration records and you will need to register a new client.",
- "will-be-generated": "Will be generated"
- },
- "grant": {
- "manage-approved-sites": "Manage Approved Sites",
- "refresh": "Refresh",
- "grant-table": {
- "active-tokens": "Number of currently active access tokens",
- "application": "Application",
- "approved-sites": "Approved Sites",
- "authorized": "Authorized:",
- "dynamically-registered": "This client was dynamically registered",
- "expires": "Expires:",
- "last-accessed": "Last accessed:",
- "never": "Never",
- "no-sites": "You have not approved any sites.",
- "no-whitelisted": "You have not accessed any whitelisted sites.",
- "pre-approved": "These are sites that have been pre-approved by an administrator.",
- "text": "These are sites you have approved manually. If the same site asks for the same access in the future, it will be granted without prompting.",
- "unknown": "Unknown",
- "whitelist-note": "NOTE: If you revoke them here, they will automatically be re-approved on your next visit wthout prompting.",
- "whitelisted-site": "This site was whitelisted by an adminstrator",
- "whitelisted-sites": "Whitelisted Sites"
- }
- },
- "rsreg": {
- "resource-id-placeholder": "Enter Resource ID",
- "configuration-url": "Client Configuration URL",
- "edit": "Edit Protected Resource",
- "edit-existing": "Edit an existing protected resource",
- "edit-existing-help": "Paste in your ID and registration access token to access the resource's properties.",
- "invalid-access-token": "Invalid client or registration access token.",
- "new": "New Protected Resource",
- "new-resource": "Register a new protected resource",
- "or": " - OR - ",
- "regtoken-placeholder": "Enter Registration Access Token",
- "will-be-generated": "Will be generated",
- "warning": "Warning! You MUST protect your Client ID, Client Secret (if provided), and your Registration Access Token. If you lose your Client ID or Registration Access Token, you will no longer have access to your client's registration records and you will need to register a new client.",
- "client-form": {
- "scope-help": "Scopes that this resource will be able to introspect tokens for."
- }
- },
- "scope": {
- "manage": "Manage System Scopes",
- "scope-list": {
- "no-scopes": "NO SCOPES"
- },
- "system-scope-form": {
- "default": "default scope",
- "default-help": "Newly-created clients get this scope by default?",
- "description-help": "Human-readable text description",
- "description-placeholder": "Type a description",
- "restricted": "restricted",
- "restricted-help": "Restricted scopes are only usable by system administrators and are unavailable to dynamically registered clients and protected resources",
- "edit": "Edit Scope",
- "icon": "Icon",
- "new": "New Scope",
- "select-icon": "Select an icon",
- "structured": "is a structured scope",
- "structured-help": "Is the scope structured with structured values like base:extension
?",
- "structured-param-help": "Human-readable description of the structured parameter",
- "subject-type": "Subject Type",
- "value": "Scope value",
- "value-help": "Single string with no spaces",
- "value-placeholder": "scope"
- },
- "system-scope-table": {
- "confirm": "Are you sure sure you would like to delete this scope? Clients that have this scope will still be able to ask for it.",
- "new": "New Scope",
- "text": "There are no system scopes defined. Clients may still have custom scopes.",
- "tooltip-restricted": "This scope can be used only by adminisrtators. It is not available for dynamic registration.",
- "tooltip-default": "This scope is automatically assigned to newly registered clients."
- }
- },
- "token": {
- "manage": "Manage Active Tokens",
- "token-table": {
- "access-tokens": "Access Tokens",
- "associated-id": "This access token was issued with an associated ID token.",
- "associated-refresh": "This access token was issued with an associated refresh token.",
- "click-to-display": "Click to display full token value",
- "confirm": "Are you sure sure you would like to revoke this token?",
- "confirm-refresh": "Are you sure sure you would like to revoke this refresh token and its associated access tokens?",
- "expires": "Expires",
- "no-access": "There are no active access tokens.",
- "no-refresh": "There are no active refresh tokens.",
- "number-of-tokens": "Number of associated access tokens",
- "refresh-tokens": "Refresh Tokens",
- "text": "Access tokens are usually short-lived and provide clients with access to specific resources. ID Tokens are specialized access tokens to facilitate log on using OpenID Connect.",
- "text-refresh": "Refresh tokens are usually long-lived and provide clients with the ability to get new access tokens without end-user involvement.",
- "token-info": "Token Information"
- }
- },
- "whitelist": {
- "confirm": "Are you sure you want to delete this whitelist entry?",
- "edit": "Edit Whitelist",
- "manage": "Manage Whitelisted Sites",
- "new": "New Whitelist",
- "whitelist": "Whitelist",
- "whitelist-form": {
- "allowed-scopes": "Allowed Scopes",
- "edit": "Edit Whitelisted Site",
- "new": "New Whitelisted Site",
- "scope-help": "List of scopes that will be automatically approved when this client makes a request",
- "scope-placeholder": "new scope"
- },
- "whitelist-table": {
- "no-sites": "There are no whitelisted sites. Use the whitelist button on the client management page to create one."
- }
- },
- "policy" : {
- "resource-sets": "Resource Sets",
- "edit-policies": "Edit Policies",
- "new-policy": "New Policy",
- "edit-policy": "Edit Policy",
- "loading-policies": "Policies",
- "loading-policy": "Policy",
- "loading-rs": "Resource Set",
- "rs-table": {
- "confirm": "Are you sure you want to delete this resource set?",
- "no-resource-sets": "There are no resource sets registered. Introduce a protected to this authorization server to let it register some.",
- "scopes": "Scopes",
- "shared-with": "Shared with:",
- "shared-nobody": "NOBODY",
- "shared-nobody-tooltip": "This resource is not accessible by anyone else, edit the policies and share it with someone.",
- "sharing": "Sharing Policies"
- },
- "policy-table": {
- "new": "Add New Policy",
- "return": "Return to list",
- "edit": "Edit Policy",
- "confirm": "Are you sure you want to delete this policy?",
- "delete": "Delete",
- "no-policies": "There are no policies for this resource set: This resource set is inaccessible by others.",
- "required-claims": "Required Claims",
- "required-claims-info": "Users that you share this resource will with need to be able to present the following claims in order to access the resource.",
- "remove": "Remove",
- "issuers": "Issuers",
- "claim": "Claim",
- "value": "Value"
- },
- "policy-form": {
- "email-address": "email address",
- "share-email": "Share with email address",
- "new": "New Policy",
- "edit": "Edit Policy"
- },
- "webfinger-error": "Error",
- "webfinger-error-description": "The server was unable to find an identity provider for __email__
."
- },
- "copyright": "Powered by MITREid Connect {0} © 2015 The MITRE Corporation and MIT KIT..",
- "about": {
- "title": "About",
- "body": "\nThis OpenID Connect service is built from the MITREid Connect Open Source project, from \nThe MITRE Corporation and the MIT Kerberos and Internet Trust Consortium.\n
\n\nMore information about the project can be found at \nMITREid Connect on GitHub. \nThere, you can submit bug reports, give feedback, or even contribute code patches for additional features you'd like to see."
- },
- "statistics": {
- "title": "Statistics",
- "number_users": "Number of users: {0}",
- "number_clients": "Authorized clients: {0}",
- "number_approvals": "Approved sites: {0}"
- },
- "home": {
- "title": "Home",
- "welcome": {
- "title": "Welcome!",
- "body": "\nOpenID Connect is an internet-scale federated identity protocol built on top of the OAuth2 authorization framework. \nOpenID Connect lets you log into a remote site using your identity without exposing your credentials, like a username and password.
\nLearn more »"
- },
- "more": "More",
- "about": {
- "title": "About",
- "body": "This OpenID Connect service is built from the MITREid Connect Open Source project, from \nThe MITRE Corporation and the MIT Kerberos and Internet Trust Consortium."
- },
- "contact": {
- "title": "Contact",
- "body": "\nFor more information or support, contact the administrators of this system.
\nEmail »"
- },
- "statistics": {
- "title": "Current Statistics",
- "loading": "Loading...",
- "number_users": "Number of users: {0}",
- "number_clients": "Authorized clients: {0}",
- "number_approvals": "Approved sites: {0}"
- }
- },
- "contact": {
- "title": "Contact",
- "body": "To report bugs with the MITREid Connect software itself, use the \nGitHub issue tracker. \nFor problems relating to this server, contact the server's administrator."
- },
- "topbar": {
- "about": "About",
- "contact": "Contact",
- "statistics": "Statistics",
- "home": "Home",
- "login": "Log in",
- "logout": "Log out"
- },
- "sidebar": {
- "administrative": {
- "title": "Administrative",
- "manage_clients": "Manage Clients",
- "whitelisted_clients": "Whitelisted Clients",
- "blacklisted_clients": "Blacklisted Clients",
- "system_scopes": "System Scopes"
- },
- "personal": {
- "title": "Personal",
- "approved_sites": "Manage Approved Sites",
- "active_tokens": "Manage Active Tokens",
- "profile_information": "View Profile Information",
- "resource_policies": "Manage Protected Resource Policies"
- },
- "developer": {
- "title": "Developer",
- "client_registration": "Self-service client registration",
- "resource_registration": "Self-service protected resource registration"
- }
- },
- "manage": {
- "ok": "OK",
- "loading": "Loading",
- "title": "Management Console"
- },
- "approve": {
- "dynamically-registered-unknown": "at an unknown time",
- "title": "Approve Access",
- "error": {
- "not_granted": "Access could not be granted."
- },
- "required_for": "Approval Required for",
- "dynamically_registered": "This client was dynamically registered {0}.",
- "caution": {
- "title": "Caution",
- "message": {
- "none": "It has never been approved previously.",
- "singular": "It has been approved {0} time previously.",
- "plural": "It has been approved {0} times previously."
- }
- },
- "more_information": "more information",
- "home_page": "Home page",
- "policy": "Policy",
- "terms": "Terms of Service",
- "contacts": "Administrative Contacts",
- "warning": "Warning",
- "no_redirect_uri": "This client does not have any redirect URIs registered and someone could be using a malicious URI here.",
- "redirect_uri": "You will be redirected to the following page if you click Approve: {0}
",
- "pairwise": "This client uses a pairwise identifier, which makes it more difficult to correlate your identity between sites.",
- "no_scopes": "This client does not have any scopes registered and is therefore allowed to request any scopes available on the system. Proceed with caution.",
- "access_to": "Access to",
- "remember": {
- "title": "Remember this decision",
- "until_revoke": "remember this decision until I revoke it",
- "one_hour": "remember this decision for one hour",
- "next_time": "prompt me again next time"
- },
- "do_authorize": "Do you authorize",
- "label": {
- "authorize": "Authorize",
- "deny": "Deny"
- }
- }
-
-}
\ No newline at end of file
diff --git a/uma-server-webapp/src/main/webapp/resources/js/locale/en/uma.json b/uma-server-webapp/src/main/webapp/resources/js/locale/en/uma.json
new file mode 100644
index 000000000..246799ab3
--- /dev/null
+++ b/uma-server-webapp/src/main/webapp/resources/js/locale/en/uma.json
@@ -0,0 +1,50 @@
+{
+ "admin": {
+ "policies": "Manage Protected Resource Policies"
+ },
+ "policy" : {
+ "resource-sets": "Resource Sets",
+ "edit-policies": "Edit Policies",
+ "new-policy": "New Policy",
+ "edit-policy": "Edit Policy",
+ "loading-policies": "Policies",
+ "loading-policy": "Policy",
+ "loading-rs": "Resource Set",
+ "rs-table": {
+ "confirm": "Are you sure you want to delete this resource set?",
+ "no-resource-sets": "There are no resource sets registered. Introduce a protected to this authorization server to let it register some.",
+ "scopes": "Scopes",
+ "shared-with": "Shared with:",
+ "shared-nobody": "NOBODY",
+ "shared-nobody-tooltip": "This resource is not accessible by anyone else, edit the policies and share it with someone.",
+ "sharing": "Sharing Policies"
+ },
+ "policy-table": {
+ "new": "Add New Policy",
+ "return": "Return to list",
+ "edit": "Edit Policy",
+ "confirm": "Are you sure you want to delete this policy?",
+ "delete": "Delete",
+ "no-policies": "There are no policies for this resource set: This resource set is inaccessible by others.",
+ "required-claims": "Required Claims",
+ "required-claims-info": "Users that you share this resource will with need to be able to present the following claims in order to access the resource.",
+ "remove": "Remove",
+ "issuers": "Issuers",
+ "claim": "Claim",
+ "value": "Value"
+ },
+ "policy-form": {
+ "email-address": "email address",
+ "share-email": "Share with email address",
+ "new": "New Policy",
+ "edit": "Edit Policy"
+ },
+ "webfinger-error": "Error",
+ "webfinger-error-description": "The server was unable to find an identity provider for __email__
."
+ },
+ "sidebar": {
+ "personal": {
+ "resource_policies": "Manage Protected Resource Policies"
+ }
+ }
+}
\ No newline at end of file
From d120e8fb207675c6cfeaeb0f3af871280d4c4384 Mon Sep 17 00:00:00 2001
From: Justin Richer
Date: Thu, 10 Dec 2015 16:23:15 -0500
Subject: [PATCH 2/5] return ID of resource set in Location URL by calling the
right object
---
.../java/org/mitre/uma/web/ResourceSetRegistrationEndpoint.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/uma-server/src/main/java/org/mitre/uma/web/ResourceSetRegistrationEndpoint.java b/uma-server/src/main/java/org/mitre/uma/web/ResourceSetRegistrationEndpoint.java
index 2f9799d07..b68776a4b 100644
--- a/uma-server/src/main/java/org/mitre/uma/web/ResourceSetRegistrationEndpoint.java
+++ b/uma-server/src/main/java/org/mitre/uma/web/ResourceSetRegistrationEndpoint.java
@@ -122,7 +122,7 @@ public class ResourceSetRegistrationEndpoint {
m.addAttribute(HttpCodeView.CODE, HttpStatus.CREATED);
m.addAttribute(JsonEntityView.ENTITY, saved);
- m.addAttribute(ResourceSetEntityAbbreviatedView.LOCATION, config.getIssuer() + URL + "/" + rs.getId());
+ m.addAttribute(ResourceSetEntityAbbreviatedView.LOCATION, config.getIssuer() + URL + "/" + saved.getId());
return ResourceSetEntityAbbreviatedView.VIEWNAME;
From be9d8948ef204f79450e13c43da1b492ce97bdea Mon Sep 17 00:00:00 2001
From: Justin Richer
Date: Thu, 10 Dec 2015 16:24:21 -0500
Subject: [PATCH 3/5] added UMA classes to logger configuration
---
openid-connect-server-webapp/src/main/resources/log4j.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/openid-connect-server-webapp/src/main/resources/log4j.xml b/openid-connect-server-webapp/src/main/resources/log4j.xml
index 1f07862fb..f8289edc9 100644
--- a/openid-connect-server-webapp/src/main/resources/log4j.xml
+++ b/openid-connect-server-webapp/src/main/resources/log4j.xml
@@ -45,6 +45,9 @@
+
+
+
From 7f464c496b5a91dd8c20b046650407dee4621f6e Mon Sep 17 00:00:00 2001
From: Justin Richer
Date: Wed, 16 Dec 2015 14:51:12 -0500
Subject: [PATCH 4/5] changed copyright to new consortium name
---
README.md | 2 +-
checkstyle.xml | 30 +++++++++----------
openid-connect-client/pom.xml | 30 +++++++++----------
.../IntrospectingTokenService.java | 2 +-
.../OAuth2AccessTokenImpl.java | 2 +-
.../IntrospectionAuthorityGranter.java | 2 +-
.../IntrospectionConfigurationService.java | 2 +-
...singIntrospectionConfigurationService.java | 2 +-
...eBasedIntrospectionAuthoritiesGranter.java | 2 +-
.../SimpleIntrospectionAuthorityGranter.java | 2 +-
...aticIntrospectionConfigurationService.java | 2 +-
.../client/NamedAdminAuthoritiesMapper.java | 2 +-
.../client/OIDCAuthenticationFilter.java | 2 +-
.../client/OIDCAuthenticationProvider.java | 2 +-
.../connect/client/OIDCAuthoritiesMapper.java | 2 +-
.../StaticPrefixTargetLinkURIChecker.java | 2 +-
.../client/SubjectIssuerGrantedAuthority.java | 2 +-
.../connect/client/TargetLinkURIChecker.java | 2 +-
.../connect/client/UserInfoFetcher.java | 2 +-
.../keypublisher/ClientKeyPublisher.java | 2 +-
.../ClientKeyPublisherMapping.java | 2 +-
.../client/keypublisher/JwkViewResolver.java | 2 +-
.../client/model/IssuerServiceResponse.java | 2 +-
.../service/AuthRequestOptionsService.java | 2 +-
.../client/service/AuthRequestUrlBuilder.java | 2 +-
.../service/ClientConfigurationService.java | 2 +-
.../connect/client/service/IssuerService.java | 2 +-
.../service/RegisteredClientService.java | 2 +-
.../service/ServerConfigurationService.java | 2 +-
...egistrationClientConfigurationService.java | 2 +-
.../DynamicServerConfigurationService.java | 2 +-
.../impl/EncryptedAuthRequestUrlBuilder.java | 2 +-
.../HybridClientConfigurationService.java | 2 +-
.../service/impl/HybridIssuerService.java | 2 +-
.../HybridServerConfigurationService.java | 2 +-
.../impl/InMemoryRegisteredClientService.java | 2 +-
.../impl/JsonFileRegisteredClientService.java | 2 +-
.../impl/PlainAuthRequestUrlBuilder.java | 2 +-
.../impl/SignedAuthRequestUrlBuilder.java | 2 +-
.../impl/StaticAuthRequestOptionsService.java | 2 +-
.../StaticClientConfigurationService.java | 2 +-
.../StaticServerConfigurationService.java | 2 +-
.../impl/StaticSingleIssuerService.java | 2 +-
.../service/impl/ThirdPartyIssuerService.java | 2 +-
.../service/impl/WebfingerIssuerService.java | 2 +-
.../TestOAuth2AccessTokenImpl.java | 2 +-
...eBasedIntrospectionAuthoritiesGranter.java | 2 +-
.../TestHybridClientConfigurationService.java | 2 +-
.../TestHybridServerConfigurationService.java | 2 +-
.../impl/TestPlainAuthRequestUrlBuilder.java | 2 +-
.../impl/TestSignedAuthRequestUrlBuilder.java | 2 +-
.../TestStaticClientConfigurationService.java | 2 +-
.../TestStaticServerConfigurationService.java | 2 +-
.../impl/TestThirdPartyIssuerService.java | 2 +-
.../src/test/resources/test-context.xml | 30 +++++++++----------
openid-connect-common/pom.xml | 30 +++++++++----------
.../util/WebfingerURLNormalizer.java | 2 +-
.../mitre/jose/keystore/JWKSetKeyStore.java | 2 +-
.../JWTEncryptionAndDecryptionService.java | 2 +-
...aultJWTEncryptionAndDecryptionService.java | 2 +-
.../JWTSigningAndValidationService.java | 2 +-
.../service/impl/ClientKeyCacheService.java | 2 +-
...DefaultJWTSigningAndValidationService.java | 2 +-
.../service/impl/JWKSetCacheService.java | 2 +-
.../SymmetricKeyJWTValidatorCacheService.java | 2 +-
.../model/AuthenticationHolderEntity.java | 2 +-
.../oauth2/model/AuthorizationCodeEntity.java | 2 +-
.../oauth2/model/ClientDetailsEntity.java | 2 +-
.../oauth2/model/OAuth2AccessTokenEntity.java | 2 +-
.../model/OAuth2RefreshTokenEntity.java | 2 +-
.../mitre/oauth2/model/RegisteredClient.java | 2 +-
.../oauth2/model/RegisteredClientFields.java | 2 +-
.../oauth2/model/SavedUserAuthentication.java | 2 +-
.../org/mitre/oauth2/model/SystemScope.java | 2 +-
.../convert/JWEAlgorithmStringConverter.java | 2 +-
.../JWEEncryptionMethodStringConverter.java | 2 +-
.../model/convert/JWKSetStringConverter.java | 2 +-
.../convert/JWSAlgorithmStringConverter.java | 2 +-
.../model/convert/JWTStringConverter.java | 2 +-
.../convert/JsonElementStringConverter.java | 2 +-
.../convert/SerializableStringConverter.java | 2 +-
...SimpleGrantedAuthorityStringConverter.java | 2 +-
.../AuthenticationHolderRepository.java | 2 +-
.../AuthorizationCodeRepository.java | 2 +-
.../repository/OAuth2ClientRepository.java | 2 +-
.../repository/OAuth2TokenRepository.java | 2 +-
.../repository/SystemScopeRepository.java | 2 +-
.../service/ClientDetailsEntityService.java | 2 +-
.../service/IntrospectionResultAssembler.java | 2 +-
.../service/OAuth2TokenEntityService.java | 2 +-
.../oauth2/service/SystemScopeService.java | 2 +-
.../impl/DefaultClientUserDetailsService.java | 2 +-
.../UriEncodedClientUserDetailsService.java | 2 +-
.../ClientDetailsEntityJsonProcessor.java | 2 +-
.../ConfigurationBeanLocaleResolver.java | 2 +-
.../config/ConfigurationPropertiesBean.java | 2 +-
.../openid/connect/config/JWKSetEditor.java | 2 +-
.../connect/config/ServerConfiguration.java | 2 +-
.../mitre/openid/connect/model/Address.java | 2 +-
.../openid/connect/model/ApprovedSite.java | 2 +-
.../openid/connect/model/BlacklistedSite.java | 2 +-
.../openid/connect/model/DefaultAddress.java | 2 +-
.../openid/connect/model/DefaultUserInfo.java | 2 +-
.../model/OIDCAuthenticationToken.java | 2 +-
.../connect/model/PairwiseIdentifier.java | 2 +-
.../model/PendingOIDCAuthenticationToken.java | 2 +-
.../mitre/openid/connect/model/UserInfo.java | 2 +-
.../openid/connect/model/WhitelistedSite.java | 2 +-
.../convert/JsonObjectStringConverter.java | 2 +-
.../connect/repository/AddressRepository.java | 2 +-
.../repository/ApprovedSiteRepository.java | 2 +-
.../repository/BlacklistedSiteRepository.java | 2 +-
.../PairwiseIdentifierRepository.java | 2 +-
.../repository/UserInfoRepository.java | 2 +-
.../repository/WhitelistedSiteRepository.java | 2 +-
.../connect/service/ApprovedSiteService.java | 2 +-
.../service/BlacklistedSiteService.java | 2 +-
.../connect/service/LoginHintExtracter.java | 2 +-
.../connect/service/MITREidDataService.java | 2 +-
.../connect/service/OIDCTokenService.java | 2 +-
.../service/PairwiseIdentiferService.java | 2 +-
.../service/ScopeClaimTranslationService.java | 2 +-
.../openid/connect/service/StatsService.java | 2 +-
.../connect/service/UserInfoService.java | 2 +-
.../service/WhitelistedSiteService.java | 2 +-
.../mitre/openid/connect/view/JWKSetView.java | 2 +-
.../connect/web/UserInfoInterceptor.java | 2 +-
.../main/java/org/mitre/uma/model/Claim.java | 2 +-
.../uma/model/ClaimProcessingResult.java | 2 +-
.../java/org/mitre/uma/model/Permission.java | 2 +-
.../org/mitre/uma/model/PermissionTicket.java | 2 +-
.../main/java/org/mitre/uma/model/Policy.java | 2 +-
.../java/org/mitre/uma/model/ResourceSet.java | 2 +-
.../uma/model/SavedRegisteredClient.java | 2 +-
.../RegisteredClientStringConverter.java | 2 +-
.../uma/repository/PermissionRepository.java | 2 +-
.../uma/repository/ResourceSetRepository.java | 2 +-
.../uma/service/ClaimsProcessingService.java | 2 +-
.../mitre/uma/service/PermissionService.java | 2 +-
.../mitre/uma/service/ResourceSetService.java | 2 +-
.../mitre/uma/service/UmaTokenService.java | 2 +-
.../main/java/org/mitre/util/JsonUtils.java | 2 +-
.../main/java/org/mitre/util/jpa/JpaUtil.java | 2 +-
.../util/TestWebfingerURLNormalizer.java | 2 +-
.../org/mitre/jose/TestJWKSetKeyStore.java | 2 +-
...aultJWTEncryptionAndDecryptionService.java | 2 +-
.../oauth2/model/ClientDetailsEntityTest.java | 2 +-
.../oauth2/model/RegisteredClientTest.java | 2 +-
.../ClientDetailsEntityJsonProcessorTest.java | 2 +-
.../ConfigurationPropertiesBeanTest.java | 2 +-
.../config/ServerConfigurationTest.java | 2 +-
openid-connect-server-webapp/pom.xml | 30 +++++++++----------
.../src/main/resources/log4j.xml | 30 +++++++++----------
.../webapp/WEB-INF/application-context.xml | 30 +++++++++----------
.../src/main/webapp/WEB-INF/authz-config.xml | 30 +++++++++----------
.../src/main/webapp/WEB-INF/crypto-config.xml | 30 +++++++++----------
.../src/main/webapp/WEB-INF/data-context.xml | 30 +++++++++----------
.../src/main/webapp/WEB-INF/jpa-config.xml | 30 +++++++++----------
.../src/main/webapp/WEB-INF/local-config.xml | 30 +++++++++----------
.../src/main/webapp/WEB-INF/server-config.xml | 30 +++++++++----------
.../main/webapp/WEB-INF/spring-servlet.xml | 30 +++++++++----------
.../src/main/webapp/WEB-INF/task-config.xml | 30 +++++++++----------
.../src/main/webapp/WEB-INF/user-context.xml | 30 +++++++++----------
.../src/main/webapp/WEB-INF/web.xml | 30 +++++++++----------
.../src/main/webapp/resources/js/admin.js | 2 +-
.../src/main/webapp/resources/js/blacklist.js | 16 ++++++++++
.../src/main/webapp/resources/js/client.js | 2 +-
.../src/main/webapp/resources/js/dynreg.js | 2 +-
.../src/main/webapp/resources/js/grant.js | 2 +-
.../resources/js/locale/en/messages.json | 4 +--
.../resources/js/locale/sv/messages.json | 4 +--
.../src/main/webapp/resources/js/rsreg.js | 2 +-
.../src/main/webapp/resources/js/scope.js | 2 +-
.../src/main/webapp/resources/js/token.js | 2 +-
.../src/main/webapp/resources/js/whitelist.js | 2 +-
openid-connect-server/pom.xml | 30 +++++++++----------
.../mitre/discovery/view/WebfingerView.java | 2 +-
.../discovery/web/DiscoveryEndpoint.java | 2 +-
.../exception/DuplicateClientIdException.java | 2 +-
.../JpaAuthenticationHolderRepository.java | 2 +-
.../impl/JpaAuthorizationCodeRepository.java | 2 +-
.../impl/JpaOAuth2ClientRepository.java | 2 +-
.../impl/JpaOAuth2TokenRepository.java | 2 +-
.../impl/JpaSystemScopeRepository.java | 2 +-
.../impl/BlacklistAwareRedirectResolver.java | 2 +-
.../DefaultIntrospectionResultAssembler.java | 2 +-
...DefaultOAuth2AuthorizationCodeService.java | 2 +-
...faultOAuth2ClientDetailsEntityService.java | 2 +-
.../DefaultOAuth2ProviderTokenService.java | 2 +-
.../impl/DefaultSystemScopeService.java | 2 +-
.../oauth2/token/ChainedTokenGranter.java | 2 +-
.../token/JWTAssertionTokenGranter.java | 2 +-
...turedScopeAwareOAuth2RequestValidator.java | 2 +-
.../org/mitre/oauth2/view/TokenApiView.java | 2 +-
.../oauth2/web/AuthenticationUtilities.java | 2 +-
.../java/org/mitre/oauth2/web/CorsFilter.java | 2 +-
.../oauth2/web/IntrospectionEndpoint.java | 2 +-
.../oauth2/web/OAuth2ExceptionHandler.java | 2 +-
.../web/OAuthConfirmationController.java | 2 +-
.../mitre/oauth2/web/RevocationEndpoint.java | 2 +-
.../java/org/mitre/oauth2/web/ScopeAPI.java | 2 +-
.../java/org/mitre/oauth2/web/TokenAPI.java | 2 +-
...JWTBearerAssertionAuthenticationToken.java | 2 +-
.../JWTBearerAuthenticationProvider.java | 2 +-
...rerClientAssertionTokenEndpointFilter.java | 2 +-
.../connect/config/JsonMessageSource.java | 2 +-
.../exception/ValidationException.java | 2 +-
.../filter/AuthorizationRequestFilter.java | 2 +-
.../filter/MultiUrlRequestMatcher.java | 2 +-
.../repository/impl/JpaAddressRepository.java | 2 +-
.../impl/JpaApprovedSiteRepository.java | 2 +-
.../impl/JpaBlacklistedSiteRepository.java | 2 +-
.../impl/JpaPairwiseIdentifierRepository.java | 2 +-
.../impl/JpaUserInfoRepository.java | 2 +-
.../impl/JpaWhitelistedSiteRepository.java | 2 +-
.../request/ConnectOAuth2RequestFactory.java | 2 +-
.../request/ConnectRequestParameters.java | 2 +-
.../impl/DefaultApprovedSiteService.java | 2 +-
.../impl/DefaultBlacklistedSiteService.java | 2 +-
.../service/impl/DefaultOIDCTokenService.java | 2 +-
.../DefaultScopeClaimTranslationService.java | 2 +-
.../service/impl/DefaultStatsService.java | 2 +-
.../service/impl/DefaultUserInfoService.java | 2 +-
.../impl/DefaultWhitelistedSiteService.java | 2 +-
.../service/impl/DummyResourceSetService.java | 2 +-
.../impl/MITREidDataServiceSupport.java | 2 +-
.../service/impl/MITREidDataService_1_0.java | 2 +-
.../service/impl/MITREidDataService_1_1.java | 2 +-
.../service/impl/MITREidDataService_1_2.java | 2 +-
.../impl/MatchLoginHintsAgainstUsers.java | 2 +-
.../service/impl/PassAllLoginHints.java | 2 +-
.../impl/RemoveLoginHintsWithHTTP.java | 2 +-
.../impl/UUIDPairwiseIdentiferService.java | 2 +-
.../connect/token/ConnectTokenEnhancer.java | 2 +-
.../token/TofuUserApprovalHandler.java | 2 +-
.../openid/connect/util/IdTokenHashUtils.java | 2 +-
.../view/AbstractClientEntityView.java | 2 +-
.../view/ClientEntityViewForAdmins.java | 2 +-
.../view/ClientEntityViewForUsers.java | 2 +-
.../view/ClientInformationResponseView.java | 2 +-
.../openid/connect/view/HttpCodeView.java | 2 +-
.../connect/view/JsonApprovedSiteView.java | 2 +-
.../openid/connect/view/JsonEntityView.java | 2 +-
.../openid/connect/view/JsonErrorView.java | 2 +-
.../openid/connect/view/UserInfoJWTView.java | 2 +-
.../openid/connect/view/UserInfoView.java | 2 +-
.../openid/connect/web/ApprovedSiteAPI.java | 2 +-
.../web/AuthenticationTimeStamper.java | 2 +-
.../openid/connect/web/BlacklistAPI.java | 2 +-
.../mitre/openid/connect/web/ClientAPI.java | 2 +-
.../org/mitre/openid/connect/web/DataAPI.java | 2 +-
.../DynamicClientRegistrationEndpoint.java | 2 +-
.../connect/web/JWKSetPublishingEndpoint.java | 2 +-
...ProtectedResourceRegistrationEndpoint.java | 2 +-
.../openid/connect/web/RootController.java | 2 +-
.../connect/web/ServerConfigInterceptor.java | 2 +-
.../mitre/openid/connect/web/StatsAPI.java | 2 +-
.../openid/connect/web/UserInfoEndpoint.java | 2 +-
.../openid/connect/web/WhitelistAPI.java | 2 +-
.../TestBlacklistAwareRedirectResolver.java | 2 +-
...stDefaultIntrospectionResultAssembler.java | 2 +-
...faultOAuth2ClientDetailsEntityService.java | 2 +-
...TestDefaultOAuth2ProviderTokenService.java | 2 +-
.../impl/TestDefaultSystemScopeService.java | 2 +-
.../impl/TestDefaultApprovedSiteService.java | 2 +-
.../TestDefaultBlacklistedSiteService.java | 2 +-
.../service/impl/TestDefaultStatsService.java | 2 +-
.../impl/TestDefaultUserInfoService.java | 2 +-
.../TestDefaultWhitelistedSiteService.java | 2 +-
.../impl/TestMITREidDataService_1_0.java | 2 +-
.../impl/TestMITREidDataService_1_1.java | 2 +-
.../impl/TestMITREidDataService_1_2.java | 2 +-
.../TestUUIDPairwiseIdentiferService.java | 2 +-
.../connect/util/TestIdTokenHashUtils.java | 2 +-
pom.xml | 30 +++++++++----------
uma-server-webapp/pom.xml | 30 +++++++++----------
.../service/impl/MITREidDataService_1_2.java | 2 +-
.../webapp/WEB-INF/application-context.xml | 30 +++++++++----------
.../src/main/webapp/WEB-INF/server-config.xml | 30 +++++++++----------
.../src/main/webapp/WEB-INF/user-context.xml | 30 +++++++++----------
.../src/main/webapp/resources/js/admin.js | 2 +-
.../src/main/webapp/resources/js/policy.js | 2 +-
uma-server/pom.xml | 30 +++++++++----------
.../impl/JpaPermissionRepository.java | 2 +-
.../impl/JpaResourceSetRepository.java | 2 +-
.../impl/DefaultPermissionService.java | 2 +-
.../impl/DefaultResourceSetService.java | 2 +-
.../service/impl/DefaultUmaTokenService.java | 2 +-
.../impl/JpaRegisteredClientService.java | 2 +-
.../impl/MatchAllClaimsOnAnyPolicy.java | 2 +-
.../util/ExternalLoginAuthoritiesMapper.java | 2 +-
.../ResourceSetEntityAbbreviatedView.java | 2 +-
.../mitre/uma/view/ResourceSetEntityView.java | 2 +-
.../uma/web/AuthorizationRequestEndpoint.java | 2 +-
.../uma/web/ClaimsCollectionEndpoint.java | 2 +-
.../web/PermissionRegistrationEndpoint.java | 2 +-
.../java/org/mitre/uma/web/PolicyAPI.java | 2 +-
.../web/ResourceSetRegistrationEndpoint.java | 2 +-
.../mitre/uma/web/UmaDiscoveryEndpoint.java | 2 +-
.../mitre/uma/web/UserClaimSearchHelper.java | 2 +-
.../impl/TestDefaultPermissionService.java | 2 +-
.../impl/TestDefaultResourceSetService.java | 2 +-
302 files changed, 655 insertions(+), 639 deletions(-)
diff --git a/README.md b/README.md
index deafbbd48..0983ceecf 100644
--- a/README.md
+++ b/README.md
@@ -30,4 +30,4 @@ The authors and key contributors of the project include:
Copyright ©2015, [The MITRE Corporation](http://www.mitre.org/)
- and the [MIT Kerberos and Internet Trust Consortium](http://kit.mit.edu/). Licensed under the Apache 2.0 license, for details see `LICENSE.txt`.
+ and the [MIT Internet Trust Consortium](http://kit.mit.edu/). Licensed under the Apache 2.0 license, for details see `LICENSE.txt`.
diff --git a/checkstyle.xml b/checkstyle.xml
index 69f93d97c..2414ab270 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -1,20 +1,20 @@
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
diff --git a/openid-connect-client/pom.xml b/openid-connect-client/pom.xml
index 5d5c44bee..162d34ad1 100644
--- a/openid-connect-client/pom.xml
+++ b/openid-connect-client/pom.xml
@@ -1,20 +1,20 @@
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
4.0.0
diff --git a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/IntrospectingTokenService.java b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/IntrospectingTokenService.java
index 024301d00..2b496217d 100644
--- a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/IntrospectingTokenService.java
+++ b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/IntrospectingTokenService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/OAuth2AccessTokenImpl.java b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/OAuth2AccessTokenImpl.java
index 3e78e4b9c..ab190ff95 100644
--- a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/OAuth2AccessTokenImpl.java
+++ b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/OAuth2AccessTokenImpl.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/IntrospectionAuthorityGranter.java b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/IntrospectionAuthorityGranter.java
index d9559cefe..fe5184cce 100644
--- a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/IntrospectionAuthorityGranter.java
+++ b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/IntrospectionAuthorityGranter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/IntrospectionConfigurationService.java b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/IntrospectionConfigurationService.java
index e844cc705..2aca06854 100644
--- a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/IntrospectionConfigurationService.java
+++ b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/IntrospectionConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/JWTParsingIntrospectionConfigurationService.java b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/JWTParsingIntrospectionConfigurationService.java
index 613364c51..bea5974bb 100644
--- a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/JWTParsingIntrospectionConfigurationService.java
+++ b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/JWTParsingIntrospectionConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/ScopeBasedIntrospectionAuthoritiesGranter.java b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/ScopeBasedIntrospectionAuthoritiesGranter.java
index 5e29567ca..33351be7b 100644
--- a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/ScopeBasedIntrospectionAuthoritiesGranter.java
+++ b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/ScopeBasedIntrospectionAuthoritiesGranter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/SimpleIntrospectionAuthorityGranter.java b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/SimpleIntrospectionAuthorityGranter.java
index 6ddb0a52b..02d3f24d9 100644
--- a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/SimpleIntrospectionAuthorityGranter.java
+++ b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/SimpleIntrospectionAuthorityGranter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/StaticIntrospectionConfigurationService.java b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/StaticIntrospectionConfigurationService.java
index 86dd38f8c..64cee6be9 100644
--- a/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/StaticIntrospectionConfigurationService.java
+++ b/openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/service/impl/StaticIntrospectionConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/NamedAdminAuthoritiesMapper.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/NamedAdminAuthoritiesMapper.java
index 82970e42f..2b31e6fc6 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/NamedAdminAuthoritiesMapper.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/NamedAdminAuthoritiesMapper.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthenticationFilter.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthenticationFilter.java
index dbf0ab50f..28819c0ab 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthenticationFilter.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthenticationFilter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthenticationProvider.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthenticationProvider.java
index a28bb1986..b85336115 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthenticationProvider.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthenticationProvider.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthoritiesMapper.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthoritiesMapper.java
index d16dea4e1..bf3cb8e2c 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthoritiesMapper.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/OIDCAuthoritiesMapper.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/StaticPrefixTargetLinkURIChecker.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/StaticPrefixTargetLinkURIChecker.java
index 466fa82ce..4320b7d43 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/StaticPrefixTargetLinkURIChecker.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/StaticPrefixTargetLinkURIChecker.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/SubjectIssuerGrantedAuthority.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/SubjectIssuerGrantedAuthority.java
index d9686fe3b..e75e96d9b 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/SubjectIssuerGrantedAuthority.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/SubjectIssuerGrantedAuthority.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/TargetLinkURIChecker.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/TargetLinkURIChecker.java
index 69baca9fd..3794c2b32 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/TargetLinkURIChecker.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/TargetLinkURIChecker.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/UserInfoFetcher.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/UserInfoFetcher.java
index 062eb5819..edbe6a0ed 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/UserInfoFetcher.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/UserInfoFetcher.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/keypublisher/ClientKeyPublisher.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/keypublisher/ClientKeyPublisher.java
index d7b9246b4..8eab18c9c 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/keypublisher/ClientKeyPublisher.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/keypublisher/ClientKeyPublisher.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/keypublisher/ClientKeyPublisherMapping.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/keypublisher/ClientKeyPublisherMapping.java
index 3cdab0ed4..882a36366 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/keypublisher/ClientKeyPublisherMapping.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/keypublisher/ClientKeyPublisherMapping.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/keypublisher/JwkViewResolver.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/keypublisher/JwkViewResolver.java
index 6d849c2e9..e34544727 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/keypublisher/JwkViewResolver.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/keypublisher/JwkViewResolver.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/model/IssuerServiceResponse.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/model/IssuerServiceResponse.java
index df97f1cfa..ef69b5e9a 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/model/IssuerServiceResponse.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/model/IssuerServiceResponse.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/AuthRequestOptionsService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/AuthRequestOptionsService.java
index 35f9cfdfc..3a6b927c8 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/AuthRequestOptionsService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/AuthRequestOptionsService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/AuthRequestUrlBuilder.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/AuthRequestUrlBuilder.java
index 869c33cc5..0342c2b16 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/AuthRequestUrlBuilder.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/AuthRequestUrlBuilder.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/ClientConfigurationService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/ClientConfigurationService.java
index 49bfed504..6a54d043e 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/ClientConfigurationService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/ClientConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/IssuerService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/IssuerService.java
index 858f7175a..e84ff2750 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/IssuerService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/IssuerService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/RegisteredClientService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/RegisteredClientService.java
index 048176ce5..9e1dbbf6c 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/RegisteredClientService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/RegisteredClientService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/ServerConfigurationService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/ServerConfigurationService.java
index cef75fb69..fa8393769 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/ServerConfigurationService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/ServerConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/DynamicRegistrationClientConfigurationService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/DynamicRegistrationClientConfigurationService.java
index 5ea5a0522..6b0ca2969 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/DynamicRegistrationClientConfigurationService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/DynamicRegistrationClientConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/DynamicServerConfigurationService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/DynamicServerConfigurationService.java
index d7ce15aa6..34dafc9bc 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/DynamicServerConfigurationService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/DynamicServerConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/EncryptedAuthRequestUrlBuilder.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/EncryptedAuthRequestUrlBuilder.java
index 07fdf4258..f9b181345 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/EncryptedAuthRequestUrlBuilder.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/EncryptedAuthRequestUrlBuilder.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/HybridClientConfigurationService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/HybridClientConfigurationService.java
index 94b4b8e7d..20a8b6db9 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/HybridClientConfigurationService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/HybridClientConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/HybridIssuerService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/HybridIssuerService.java
index 1e96da0ac..4e222357a 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/HybridIssuerService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/HybridIssuerService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/HybridServerConfigurationService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/HybridServerConfigurationService.java
index cdd18778c..fe3418bbf 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/HybridServerConfigurationService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/HybridServerConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/InMemoryRegisteredClientService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/InMemoryRegisteredClientService.java
index 8963016ef..2b0e12aa7 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/InMemoryRegisteredClientService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/InMemoryRegisteredClientService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/JsonFileRegisteredClientService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/JsonFileRegisteredClientService.java
index 2a511ed20..89d7f6171 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/JsonFileRegisteredClientService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/JsonFileRegisteredClientService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/PlainAuthRequestUrlBuilder.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/PlainAuthRequestUrlBuilder.java
index ea0b09bf7..f1550b058 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/PlainAuthRequestUrlBuilder.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/PlainAuthRequestUrlBuilder.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/SignedAuthRequestUrlBuilder.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/SignedAuthRequestUrlBuilder.java
index 20d13ca48..f53afc574 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/SignedAuthRequestUrlBuilder.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/SignedAuthRequestUrlBuilder.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticAuthRequestOptionsService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticAuthRequestOptionsService.java
index 134c67edc..69ff3d6fc 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticAuthRequestOptionsService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticAuthRequestOptionsService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticClientConfigurationService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticClientConfigurationService.java
index 69edf2b7b..77aaf1651 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticClientConfigurationService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticClientConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticServerConfigurationService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticServerConfigurationService.java
index 4bb519e70..2aa136681 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticServerConfigurationService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticServerConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticSingleIssuerService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticSingleIssuerService.java
index aefcae947..966c2d468 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticSingleIssuerService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/StaticSingleIssuerService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/ThirdPartyIssuerService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/ThirdPartyIssuerService.java
index f1c89793f..87d526cea 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/ThirdPartyIssuerService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/ThirdPartyIssuerService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/WebfingerIssuerService.java b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/WebfingerIssuerService.java
index 383df2e00..79c43bc21 100644
--- a/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/WebfingerIssuerService.java
+++ b/openid-connect-client/src/main/java/org/mitre/openid/connect/client/service/impl/WebfingerIssuerService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/test/java/org/mitre/oauth2/introspectingfilter/TestOAuth2AccessTokenImpl.java b/openid-connect-client/src/test/java/org/mitre/oauth2/introspectingfilter/TestOAuth2AccessTokenImpl.java
index 70ee62cd9..7069ab9c0 100644
--- a/openid-connect-client/src/test/java/org/mitre/oauth2/introspectingfilter/TestOAuth2AccessTokenImpl.java
+++ b/openid-connect-client/src/test/java/org/mitre/oauth2/introspectingfilter/TestOAuth2AccessTokenImpl.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/test/java/org/mitre/oauth2/introspectingfilter/service/impl/TestScopeBasedIntrospectionAuthoritiesGranter.java b/openid-connect-client/src/test/java/org/mitre/oauth2/introspectingfilter/service/impl/TestScopeBasedIntrospectionAuthoritiesGranter.java
index 20952e79b..d485cddb9 100644
--- a/openid-connect-client/src/test/java/org/mitre/oauth2/introspectingfilter/service/impl/TestScopeBasedIntrospectionAuthoritiesGranter.java
+++ b/openid-connect-client/src/test/java/org/mitre/oauth2/introspectingfilter/service/impl/TestScopeBasedIntrospectionAuthoritiesGranter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestHybridClientConfigurationService.java b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestHybridClientConfigurationService.java
index 53fe382e0..574aaab4d 100644
--- a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestHybridClientConfigurationService.java
+++ b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestHybridClientConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestHybridServerConfigurationService.java b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestHybridServerConfigurationService.java
index fc0a55292..76fde2ae9 100644
--- a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestHybridServerConfigurationService.java
+++ b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestHybridServerConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestPlainAuthRequestUrlBuilder.java b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestPlainAuthRequestUrlBuilder.java
index af4ea9209..bd73832fd 100644
--- a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestPlainAuthRequestUrlBuilder.java
+++ b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestPlainAuthRequestUrlBuilder.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestSignedAuthRequestUrlBuilder.java b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestSignedAuthRequestUrlBuilder.java
index 8f2663e38..0e38a54d5 100644
--- a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestSignedAuthRequestUrlBuilder.java
+++ b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestSignedAuthRequestUrlBuilder.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestStaticClientConfigurationService.java b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestStaticClientConfigurationService.java
index c6c4c323d..c58241ef2 100644
--- a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestStaticClientConfigurationService.java
+++ b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestStaticClientConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestStaticServerConfigurationService.java b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestStaticServerConfigurationService.java
index e49911995..7272b8e3b 100644
--- a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestStaticServerConfigurationService.java
+++ b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestStaticServerConfigurationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestThirdPartyIssuerService.java b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestThirdPartyIssuerService.java
index b315f2075..18408030e 100644
--- a/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestThirdPartyIssuerService.java
+++ b/openid-connect-client/src/test/java/org/mitre/openid/connect/client/service/impl/TestThirdPartyIssuerService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-client/src/test/resources/test-context.xml b/openid-connect-client/src/test/resources/test-context.xml
index 8ed89f728..21285abe7 100644
--- a/openid-connect-client/src/test/resources/test-context.xml
+++ b/openid-connect-client/src/test/resources/test-context.xml
@@ -1,20 +1,20 @@
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
4.0.0
diff --git a/openid-connect-common/src/main/java/org/mitre/discovery/util/WebfingerURLNormalizer.java b/openid-connect-common/src/main/java/org/mitre/discovery/util/WebfingerURLNormalizer.java
index 08bed78d0..c2d429a83 100644
--- a/openid-connect-common/src/main/java/org/mitre/discovery/util/WebfingerURLNormalizer.java
+++ b/openid-connect-common/src/main/java/org/mitre/discovery/util/WebfingerURLNormalizer.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/jose/keystore/JWKSetKeyStore.java b/openid-connect-common/src/main/java/org/mitre/jose/keystore/JWKSetKeyStore.java
index bbe3b7319..0f522b352 100644
--- a/openid-connect-common/src/main/java/org/mitre/jose/keystore/JWKSetKeyStore.java
+++ b/openid-connect-common/src/main/java/org/mitre/jose/keystore/JWKSetKeyStore.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/JWTEncryptionAndDecryptionService.java b/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/JWTEncryptionAndDecryptionService.java
index a01c5b309..3e2f6a99e 100644
--- a/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/JWTEncryptionAndDecryptionService.java
+++ b/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/JWTEncryptionAndDecryptionService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/impl/DefaultJWTEncryptionAndDecryptionService.java b/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/impl/DefaultJWTEncryptionAndDecryptionService.java
index f9d08b74a..648af8a0d 100644
--- a/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/impl/DefaultJWTEncryptionAndDecryptionService.java
+++ b/openid-connect-common/src/main/java/org/mitre/jwt/encryption/service/impl/DefaultJWTEncryptionAndDecryptionService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/JWTSigningAndValidationService.java b/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/JWTSigningAndValidationService.java
index 5d24fe483..0ec5865cf 100644
--- a/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/JWTSigningAndValidationService.java
+++ b/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/JWTSigningAndValidationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/ClientKeyCacheService.java b/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/ClientKeyCacheService.java
index e17a6bb77..5f2ae1b9a 100644
--- a/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/ClientKeyCacheService.java
+++ b/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/ClientKeyCacheService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/DefaultJWTSigningAndValidationService.java b/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/DefaultJWTSigningAndValidationService.java
index 54e89f43f..1cbe6914f 100644
--- a/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/DefaultJWTSigningAndValidationService.java
+++ b/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/DefaultJWTSigningAndValidationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/JWKSetCacheService.java b/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/JWKSetCacheService.java
index 1b1216390..e8c224277 100644
--- a/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/JWKSetCacheService.java
+++ b/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/JWKSetCacheService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/SymmetricKeyJWTValidatorCacheService.java b/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/SymmetricKeyJWTValidatorCacheService.java
index 02793ae64..d7e50eaa9 100644
--- a/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/SymmetricKeyJWTValidatorCacheService.java
+++ b/openid-connect-common/src/main/java/org/mitre/jwt/signer/service/impl/SymmetricKeyJWTValidatorCacheService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/AuthenticationHolderEntity.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/AuthenticationHolderEntity.java
index 061b16a5d..bb9bff9f7 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/AuthenticationHolderEntity.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/AuthenticationHolderEntity.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/AuthorizationCodeEntity.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/AuthorizationCodeEntity.java
index 46a573f86..16d5f4099 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/AuthorizationCodeEntity.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/AuthorizationCodeEntity.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/ClientDetailsEntity.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/ClientDetailsEntity.java
index 4774856d0..6198845f1 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/ClientDetailsEntity.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/ClientDetailsEntity.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/OAuth2AccessTokenEntity.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/OAuth2AccessTokenEntity.java
index b642f64e5..ef58e96cb 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/OAuth2AccessTokenEntity.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/OAuth2AccessTokenEntity.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/OAuth2RefreshTokenEntity.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/OAuth2RefreshTokenEntity.java
index d91a7db1d..6f6544ee9 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/OAuth2RefreshTokenEntity.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/OAuth2RefreshTokenEntity.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/RegisteredClient.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/RegisteredClient.java
index 62311c849..04887eb0b 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/RegisteredClient.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/RegisteredClient.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/RegisteredClientFields.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/RegisteredClientFields.java
index 217c28296..18acd0e0a 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/RegisteredClientFields.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/RegisteredClientFields.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/SavedUserAuthentication.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/SavedUserAuthentication.java
index 4cf6aab15..275771468 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/SavedUserAuthentication.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/SavedUserAuthentication.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/SystemScope.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/SystemScope.java
index 01f55ef31..311d66130 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/SystemScope.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/SystemScope.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWEAlgorithmStringConverter.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWEAlgorithmStringConverter.java
index 1711c839b..5eda3a476 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWEAlgorithmStringConverter.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWEAlgorithmStringConverter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWEEncryptionMethodStringConverter.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWEEncryptionMethodStringConverter.java
index 80eafecdf..da69340cd 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWEEncryptionMethodStringConverter.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWEEncryptionMethodStringConverter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWKSetStringConverter.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWKSetStringConverter.java
index e9bae0c90..ae9fd7b3d 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWKSetStringConverter.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWKSetStringConverter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWSAlgorithmStringConverter.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWSAlgorithmStringConverter.java
index 9d40edee6..93db8e87a 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWSAlgorithmStringConverter.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWSAlgorithmStringConverter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWTStringConverter.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWTStringConverter.java
index cf561fa31..adfe15dc1 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWTStringConverter.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JWTStringConverter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JsonElementStringConverter.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JsonElementStringConverter.java
index 7369db9f6..1364694f8 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JsonElementStringConverter.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/JsonElementStringConverter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/SerializableStringConverter.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/SerializableStringConverter.java
index 3fb30098c..558c90b30 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/SerializableStringConverter.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/SerializableStringConverter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/SimpleGrantedAuthorityStringConverter.java b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/SimpleGrantedAuthorityStringConverter.java
index 7a33d48f1..3102136b2 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/SimpleGrantedAuthorityStringConverter.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/model/convert/SimpleGrantedAuthorityStringConverter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/repository/AuthenticationHolderRepository.java b/openid-connect-common/src/main/java/org/mitre/oauth2/repository/AuthenticationHolderRepository.java
index 6c11942cb..e6eb6c662 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/repository/AuthenticationHolderRepository.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/repository/AuthenticationHolderRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/repository/AuthorizationCodeRepository.java b/openid-connect-common/src/main/java/org/mitre/oauth2/repository/AuthorizationCodeRepository.java
index baa0ebc8f..5ef8f50b9 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/repository/AuthorizationCodeRepository.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/repository/AuthorizationCodeRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/repository/OAuth2ClientRepository.java b/openid-connect-common/src/main/java/org/mitre/oauth2/repository/OAuth2ClientRepository.java
index 888daf0dc..80d0eaf60 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/repository/OAuth2ClientRepository.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/repository/OAuth2ClientRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/repository/OAuth2TokenRepository.java b/openid-connect-common/src/main/java/org/mitre/oauth2/repository/OAuth2TokenRepository.java
index 3f32a938b..2feccaeb7 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/repository/OAuth2TokenRepository.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/repository/OAuth2TokenRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/repository/SystemScopeRepository.java b/openid-connect-common/src/main/java/org/mitre/oauth2/repository/SystemScopeRepository.java
index d16cfa3d2..77f7d745d 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/repository/SystemScopeRepository.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/repository/SystemScopeRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/service/ClientDetailsEntityService.java b/openid-connect-common/src/main/java/org/mitre/oauth2/service/ClientDetailsEntityService.java
index aa2d83ca0..6fdcddc78 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/service/ClientDetailsEntityService.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/service/ClientDetailsEntityService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/service/IntrospectionResultAssembler.java b/openid-connect-common/src/main/java/org/mitre/oauth2/service/IntrospectionResultAssembler.java
index 70d1c6710..53869c668 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/service/IntrospectionResultAssembler.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/service/IntrospectionResultAssembler.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/service/OAuth2TokenEntityService.java b/openid-connect-common/src/main/java/org/mitre/oauth2/service/OAuth2TokenEntityService.java
index ed7f3a105..f5d498a34 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/service/OAuth2TokenEntityService.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/service/OAuth2TokenEntityService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/service/SystemScopeService.java b/openid-connect-common/src/main/java/org/mitre/oauth2/service/SystemScopeService.java
index c3521d3ec..fdde1cb8c 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/service/SystemScopeService.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/service/SystemScopeService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/service/impl/DefaultClientUserDetailsService.java b/openid-connect-common/src/main/java/org/mitre/oauth2/service/impl/DefaultClientUserDetailsService.java
index 168624332..2baf5a6a7 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/service/impl/DefaultClientUserDetailsService.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/service/impl/DefaultClientUserDetailsService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/oauth2/service/impl/UriEncodedClientUserDetailsService.java b/openid-connect-common/src/main/java/org/mitre/oauth2/service/impl/UriEncodedClientUserDetailsService.java
index 2dd015bd4..d0f21b22d 100644
--- a/openid-connect-common/src/main/java/org/mitre/oauth2/service/impl/UriEncodedClientUserDetailsService.java
+++ b/openid-connect-common/src/main/java/org/mitre/oauth2/service/impl/UriEncodedClientUserDetailsService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/ClientDetailsEntityJsonProcessor.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/ClientDetailsEntityJsonProcessor.java
index 59157623f..21d8a85b4 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/ClientDetailsEntityJsonProcessor.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/ClientDetailsEntityJsonProcessor.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationBeanLocaleResolver.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationBeanLocaleResolver.java
index 316a37849..3c074a66c 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationBeanLocaleResolver.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationBeanLocaleResolver.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationPropertiesBean.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationPropertiesBean.java
index f03df8d67..4b70d9455 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationPropertiesBean.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ConfigurationPropertiesBean.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/config/JWKSetEditor.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/config/JWKSetEditor.java
index ddf2df280..985721153 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/config/JWKSetEditor.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/config/JWKSetEditor.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ServerConfiguration.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ServerConfiguration.java
index 6e7784828..ffc4c2c81 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ServerConfiguration.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/config/ServerConfiguration.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/Address.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/Address.java
index a644a0246..0110f45a0 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/Address.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/Address.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/ApprovedSite.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/ApprovedSite.java
index 0c644bbbb..db149db34 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/ApprovedSite.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/ApprovedSite.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/BlacklistedSite.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/BlacklistedSite.java
index 0cbdecc81..e61f8fb1a 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/BlacklistedSite.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/BlacklistedSite.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/DefaultAddress.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/DefaultAddress.java
index b4992ae34..e28f01133 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/DefaultAddress.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/DefaultAddress.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/DefaultUserInfo.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/DefaultUserInfo.java
index 630d42d0d..3c89306bd 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/DefaultUserInfo.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/DefaultUserInfo.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/OIDCAuthenticationToken.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/OIDCAuthenticationToken.java
index 9f526d241..a78f2c8c9 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/OIDCAuthenticationToken.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/OIDCAuthenticationToken.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/PairwiseIdentifier.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/PairwiseIdentifier.java
index a1391df1e..f28e37849 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/PairwiseIdentifier.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/PairwiseIdentifier.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/PendingOIDCAuthenticationToken.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/PendingOIDCAuthenticationToken.java
index 26f0bb154..c91c1b13d 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/PendingOIDCAuthenticationToken.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/PendingOIDCAuthenticationToken.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/UserInfo.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/UserInfo.java
index c25c15650..0815224a8 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/UserInfo.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/UserInfo.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/WhitelistedSite.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/WhitelistedSite.java
index a89215882..817732e34 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/WhitelistedSite.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/WhitelistedSite.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/convert/JsonObjectStringConverter.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/convert/JsonObjectStringConverter.java
index 1578760ff..e420ec97e 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/model/convert/JsonObjectStringConverter.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/model/convert/JsonObjectStringConverter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/AddressRepository.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/AddressRepository.java
index c4d09c040..63dedf4a7 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/AddressRepository.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/AddressRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/ApprovedSiteRepository.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/ApprovedSiteRepository.java
index fe57f44f9..61bb84ef5 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/ApprovedSiteRepository.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/ApprovedSiteRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/BlacklistedSiteRepository.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/BlacklistedSiteRepository.java
index b541d8e2d..9849fe7c4 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/BlacklistedSiteRepository.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/BlacklistedSiteRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/PairwiseIdentifierRepository.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/PairwiseIdentifierRepository.java
index 0bbf4d4ff..2245bdbcd 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/PairwiseIdentifierRepository.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/PairwiseIdentifierRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/UserInfoRepository.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/UserInfoRepository.java
index 02f91b2f0..481406e69 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/UserInfoRepository.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/UserInfoRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/WhitelistedSiteRepository.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/WhitelistedSiteRepository.java
index d81314688..16b85aadd 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/WhitelistedSiteRepository.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/repository/WhitelistedSiteRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/ApprovedSiteService.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/ApprovedSiteService.java
index d3cd7a72f..a5352add0 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/ApprovedSiteService.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/ApprovedSiteService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/BlacklistedSiteService.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/BlacklistedSiteService.java
index 15bdc54fe..e08b7fd39 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/BlacklistedSiteService.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/BlacklistedSiteService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/LoginHintExtracter.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/LoginHintExtracter.java
index 58955b44f..a6768bab7 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/LoginHintExtracter.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/LoginHintExtracter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/MITREidDataService.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/MITREidDataService.java
index 706795012..ea8b1b2de 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/MITREidDataService.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/MITREidDataService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/OIDCTokenService.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/OIDCTokenService.java
index 859a66d7a..09e96f840 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/OIDCTokenService.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/OIDCTokenService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/PairwiseIdentiferService.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/PairwiseIdentiferService.java
index 3d4c14d15..4c02d2146 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/PairwiseIdentiferService.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/PairwiseIdentiferService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/ScopeClaimTranslationService.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/ScopeClaimTranslationService.java
index 6b3845365..71a41f8d5 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/ScopeClaimTranslationService.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/ScopeClaimTranslationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/StatsService.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/StatsService.java
index 0d92b3bdd..304b75e56 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/StatsService.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/StatsService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/UserInfoService.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/UserInfoService.java
index 45879ee33..202e6358f 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/UserInfoService.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/UserInfoService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/WhitelistedSiteService.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/WhitelistedSiteService.java
index 9e38a334e..10978a1b7 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/service/WhitelistedSiteService.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/service/WhitelistedSiteService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/view/JWKSetView.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/view/JWKSetView.java
index db599ff60..551e6778b 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/view/JWKSetView.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/view/JWKSetView.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/openid/connect/web/UserInfoInterceptor.java b/openid-connect-common/src/main/java/org/mitre/openid/connect/web/UserInfoInterceptor.java
index 7cddd52a1..d7ed4103f 100644
--- a/openid-connect-common/src/main/java/org/mitre/openid/connect/web/UserInfoInterceptor.java
+++ b/openid-connect-common/src/main/java/org/mitre/openid/connect/web/UserInfoInterceptor.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/model/Claim.java b/openid-connect-common/src/main/java/org/mitre/uma/model/Claim.java
index 51390e3dc..21c54070c 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/model/Claim.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/model/Claim.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/model/ClaimProcessingResult.java b/openid-connect-common/src/main/java/org/mitre/uma/model/ClaimProcessingResult.java
index c1ca4b9dd..62c391451 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/model/ClaimProcessingResult.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/model/ClaimProcessingResult.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/model/Permission.java b/openid-connect-common/src/main/java/org/mitre/uma/model/Permission.java
index 3e6509b7e..58b5eb8dd 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/model/Permission.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/model/Permission.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/model/PermissionTicket.java b/openid-connect-common/src/main/java/org/mitre/uma/model/PermissionTicket.java
index 25848b35e..d583647ea 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/model/PermissionTicket.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/model/PermissionTicket.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/model/Policy.java b/openid-connect-common/src/main/java/org/mitre/uma/model/Policy.java
index 3d1870a29..d3fd446c9 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/model/Policy.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/model/Policy.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/model/ResourceSet.java b/openid-connect-common/src/main/java/org/mitre/uma/model/ResourceSet.java
index 3097ec3a2..afde38f25 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/model/ResourceSet.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/model/ResourceSet.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/model/SavedRegisteredClient.java b/openid-connect-common/src/main/java/org/mitre/uma/model/SavedRegisteredClient.java
index 25ed8723f..58281e908 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/model/SavedRegisteredClient.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/model/SavedRegisteredClient.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/model/convert/RegisteredClientStringConverter.java b/openid-connect-common/src/main/java/org/mitre/uma/model/convert/RegisteredClientStringConverter.java
index 2cdb24a70..6c5ff542a 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/model/convert/RegisteredClientStringConverter.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/model/convert/RegisteredClientStringConverter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/repository/PermissionRepository.java b/openid-connect-common/src/main/java/org/mitre/uma/repository/PermissionRepository.java
index 30fa77a5e..bd17687f3 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/repository/PermissionRepository.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/repository/PermissionRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/repository/ResourceSetRepository.java b/openid-connect-common/src/main/java/org/mitre/uma/repository/ResourceSetRepository.java
index 997e2f15b..b9bb0a8ff 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/repository/ResourceSetRepository.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/repository/ResourceSetRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/service/ClaimsProcessingService.java b/openid-connect-common/src/main/java/org/mitre/uma/service/ClaimsProcessingService.java
index 1d05b8c7e..c00720954 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/service/ClaimsProcessingService.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/service/ClaimsProcessingService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/service/PermissionService.java b/openid-connect-common/src/main/java/org/mitre/uma/service/PermissionService.java
index 0c633cebd..79f0726f6 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/service/PermissionService.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/service/PermissionService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/service/ResourceSetService.java b/openid-connect-common/src/main/java/org/mitre/uma/service/ResourceSetService.java
index fd64e83cf..4c57c4028 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/service/ResourceSetService.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/service/ResourceSetService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/uma/service/UmaTokenService.java b/openid-connect-common/src/main/java/org/mitre/uma/service/UmaTokenService.java
index 4a85ca9e7..4846df2df 100644
--- a/openid-connect-common/src/main/java/org/mitre/uma/service/UmaTokenService.java
+++ b/openid-connect-common/src/main/java/org/mitre/uma/service/UmaTokenService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/util/JsonUtils.java b/openid-connect-common/src/main/java/org/mitre/util/JsonUtils.java
index 7e2002649..ce959a6ae 100644
--- a/openid-connect-common/src/main/java/org/mitre/util/JsonUtils.java
+++ b/openid-connect-common/src/main/java/org/mitre/util/JsonUtils.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/main/java/org/mitre/util/jpa/JpaUtil.java b/openid-connect-common/src/main/java/org/mitre/util/jpa/JpaUtil.java
index 835e4be1d..bddcb6226 100644
--- a/openid-connect-common/src/main/java/org/mitre/util/jpa/JpaUtil.java
+++ b/openid-connect-common/src/main/java/org/mitre/util/jpa/JpaUtil.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/test/java/org/mitre/discovery/util/TestWebfingerURLNormalizer.java b/openid-connect-common/src/test/java/org/mitre/discovery/util/TestWebfingerURLNormalizer.java
index edde15cc0..ba0520a22 100644
--- a/openid-connect-common/src/test/java/org/mitre/discovery/util/TestWebfingerURLNormalizer.java
+++ b/openid-connect-common/src/test/java/org/mitre/discovery/util/TestWebfingerURLNormalizer.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/test/java/org/mitre/jose/TestJWKSetKeyStore.java b/openid-connect-common/src/test/java/org/mitre/jose/TestJWKSetKeyStore.java
index a2dd2d443..944f26bbf 100644
--- a/openid-connect-common/src/test/java/org/mitre/jose/TestJWKSetKeyStore.java
+++ b/openid-connect-common/src/test/java/org/mitre/jose/TestJWKSetKeyStore.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/test/java/org/mitre/jwt/encryption/service/impl/TestDefaultJWTEncryptionAndDecryptionService.java b/openid-connect-common/src/test/java/org/mitre/jwt/encryption/service/impl/TestDefaultJWTEncryptionAndDecryptionService.java
index 807f5f759..e3ef98b63 100644
--- a/openid-connect-common/src/test/java/org/mitre/jwt/encryption/service/impl/TestDefaultJWTEncryptionAndDecryptionService.java
+++ b/openid-connect-common/src/test/java/org/mitre/jwt/encryption/service/impl/TestDefaultJWTEncryptionAndDecryptionService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/test/java/org/mitre/oauth2/model/ClientDetailsEntityTest.java b/openid-connect-common/src/test/java/org/mitre/oauth2/model/ClientDetailsEntityTest.java
index dbeca24cf..1c4bb28c9 100644
--- a/openid-connect-common/src/test/java/org/mitre/oauth2/model/ClientDetailsEntityTest.java
+++ b/openid-connect-common/src/test/java/org/mitre/oauth2/model/ClientDetailsEntityTest.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/test/java/org/mitre/oauth2/model/RegisteredClientTest.java b/openid-connect-common/src/test/java/org/mitre/oauth2/model/RegisteredClientTest.java
index f01d0a604..c32252eb0 100644
--- a/openid-connect-common/src/test/java/org/mitre/oauth2/model/RegisteredClientTest.java
+++ b/openid-connect-common/src/test/java/org/mitre/oauth2/model/RegisteredClientTest.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/test/java/org/mitre/openid/connect/ClientDetailsEntityJsonProcessorTest.java b/openid-connect-common/src/test/java/org/mitre/openid/connect/ClientDetailsEntityJsonProcessorTest.java
index 02a2fd79d..9cd0b8a1d 100644
--- a/openid-connect-common/src/test/java/org/mitre/openid/connect/ClientDetailsEntityJsonProcessorTest.java
+++ b/openid-connect-common/src/test/java/org/mitre/openid/connect/ClientDetailsEntityJsonProcessorTest.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/test/java/org/mitre/openid/connect/config/ConfigurationPropertiesBeanTest.java b/openid-connect-common/src/test/java/org/mitre/openid/connect/config/ConfigurationPropertiesBeanTest.java
index 2d0bbca48..97ed3251d 100644
--- a/openid-connect-common/src/test/java/org/mitre/openid/connect/config/ConfigurationPropertiesBeanTest.java
+++ b/openid-connect-common/src/test/java/org/mitre/openid/connect/config/ConfigurationPropertiesBeanTest.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-common/src/test/java/org/mitre/openid/connect/config/ServerConfigurationTest.java b/openid-connect-common/src/test/java/org/mitre/openid/connect/config/ServerConfigurationTest.java
index dfbd07da6..4250ac795 100644
--- a/openid-connect-common/src/test/java/org/mitre/openid/connect/config/ServerConfigurationTest.java
+++ b/openid-connect-common/src/test/java/org/mitre/openid/connect/config/ServerConfigurationTest.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server-webapp/pom.xml b/openid-connect-server-webapp/pom.xml
index e38161ebc..24f5e744b 100644
--- a/openid-connect-server-webapp/pom.xml
+++ b/openid-connect-server-webapp/pom.xml
@@ -1,20 +1,20 @@
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
4.0.0
diff --git a/openid-connect-server-webapp/src/main/resources/log4j.xml b/openid-connect-server-webapp/src/main/resources/log4j.xml
index f8289edc9..1daf8ea99 100644
--- a/openid-connect-server-webapp/src/main/resources/log4j.xml
+++ b/openid-connect-server-webapp/src/main/resources/log4j.xml
@@ -1,20 +1,20 @@
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
diff --git a/openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml b/openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml
index d616fa1bf..d76de13b8 100644
--- a/openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml
+++ b/openid-connect-server-webapp/src/main/webapp/WEB-INF/application-context.xml
@@ -1,20 +1,20 @@
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
whitelist button on the client management page to create one."
}
},
- "copyright": "Powered by MITREid Connect {0} © 2015 The MITRE Corporation and MIT KIT..",
+ "copyright": "Powered by MITREid Connect {0} © 2015 The MITRE Corporation and MIT Internet Trust Consortium..",
"about": {
"title": "About",
- "body": "\nThis OpenID Connect service is built from the MITREid Connect Open Source project, from \nThe MITRE Corporation and the MIT Kerberos and Internet Trust Consortium.\n
\n\nMore information about the project can be found at \nMITREid Connect on GitHub. \nThere, you can submit bug reports, give feedback, or even contribute code patches for additional features you'd like to see."
+ "body": "\nThis OpenID Connect service is built from the MITREid Connect Open Source project, from \nThe MITRE Corporation and the MIT Internet Trust Consortium.\n
\n\nMore information about the project can be found at \nMITREid Connect on GitHub. \nThere, you can submit bug reports, give feedback, or even contribute code patches for additional features you'd like to see."
},
"statistics": {
"title": "Statistics",
diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/locale/sv/messages.json b/openid-connect-server-webapp/src/main/webapp/resources/js/locale/sv/messages.json
index 8224e39da..4258ee6d7 100644
--- a/openid-connect-server-webapp/src/main/webapp/resources/js/locale/sv/messages.json
+++ b/openid-connect-server-webapp/src/main/webapp/resources/js/locale/sv/messages.json
@@ -323,10 +323,10 @@
"no-sites": "Det finns inga vitlistade webbplatser. Använd knappen vitlista på klientadminstrationssidan för att skapa en."
}
},
- "copyright": "Levererat av MITREid Connect {0} © 2015 MITRE Corporation och MIT KIT..",
+ "copyright": "Levererat av MITREid Connect {0} © 2015 MITRE Corporation och MIT Internet Trust Consortium..",
"about": {
"title": "Om tjänsten",
- "body": "\nDenna OpenID Connect-tjänst är baserad på öppen källkod ifrån projektet MITREid, skapat av \nMITRE Corporation och MIT Kerberos and Internet Trust Consortium.\n
\n\nMer information om projektet kan finns i projektet \nMITREid Connect på GitHub. \nDär kan du skicka in felrapporter, komma med återkoppling, eller till och med bidra med kodtillägg för ytterligare funktioner du skulle vilja ha."
+ "body": "\nDenna OpenID Connect-tjänst är baserad på öppen källkod ifrån projektet MITREid, skapat av \nMITRE Corporation och MIT Internet Trust Consortium.\n
\n\nMer information om projektet kan finns i projektet \nMITREid Connect på GitHub. \nDär kan du skicka in felrapporter, komma med återkoppling, eller till och med bidra med kodtillägg för ytterligare funktioner du skulle vilja ha."
},
"statistics": {
"title": "Statistik",
diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/rsreg.js b/openid-connect-server-webapp/src/main/webapp/resources/js/rsreg.js
index b8f95cb8d..79b624880 100644
--- a/openid-connect-server-webapp/src/main/webapp/resources/js/rsreg.js
+++ b/openid-connect-server-webapp/src/main/webapp/resources/js/rsreg.js
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/scope.js b/openid-connect-server-webapp/src/main/webapp/resources/js/scope.js
index c4dcb83df..1554963fa 100644
--- a/openid-connect-server-webapp/src/main/webapp/resources/js/scope.js
+++ b/openid-connect-server-webapp/src/main/webapp/resources/js/scope.js
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/token.js b/openid-connect-server-webapp/src/main/webapp/resources/js/token.js
index c04a16e09..bfd9f1e95 100644
--- a/openid-connect-server-webapp/src/main/webapp/resources/js/token.js
+++ b/openid-connect-server-webapp/src/main/webapp/resources/js/token.js
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/whitelist.js b/openid-connect-server-webapp/src/main/webapp/resources/js/whitelist.js
index 39c0bdd20..dfcd62e2d 100644
--- a/openid-connect-server-webapp/src/main/webapp/resources/js/whitelist.js
+++ b/openid-connect-server-webapp/src/main/webapp/resources/js/whitelist.js
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/pom.xml b/openid-connect-server/pom.xml
index fdbbba4a4..bdea9571f 100644
--- a/openid-connect-server/pom.xml
+++ b/openid-connect-server/pom.xml
@@ -1,20 +1,20 @@
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
4.0.0
openid-connect-server
diff --git a/openid-connect-server/src/main/java/org/mitre/discovery/view/WebfingerView.java b/openid-connect-server/src/main/java/org/mitre/discovery/view/WebfingerView.java
index 09de0f044..a2bc9f2bc 100644
--- a/openid-connect-server/src/main/java/org/mitre/discovery/view/WebfingerView.java
+++ b/openid-connect-server/src/main/java/org/mitre/discovery/view/WebfingerView.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/discovery/web/DiscoveryEndpoint.java b/openid-connect-server/src/main/java/org/mitre/discovery/web/DiscoveryEndpoint.java
index 7b8238c24..8ab27a142 100644
--- a/openid-connect-server/src/main/java/org/mitre/discovery/web/DiscoveryEndpoint.java
+++ b/openid-connect-server/src/main/java/org/mitre/discovery/web/DiscoveryEndpoint.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/exception/DuplicateClientIdException.java b/openid-connect-server/src/main/java/org/mitre/oauth2/exception/DuplicateClientIdException.java
index 8230b3d0b..d71df376d 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/exception/DuplicateClientIdException.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/exception/DuplicateClientIdException.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaAuthenticationHolderRepository.java b/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaAuthenticationHolderRepository.java
index b71b578e7..71912a3e1 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaAuthenticationHolderRepository.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaAuthenticationHolderRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaAuthorizationCodeRepository.java b/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaAuthorizationCodeRepository.java
index ac325e589..3fc0ac9ff 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaAuthorizationCodeRepository.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaAuthorizationCodeRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaOAuth2ClientRepository.java b/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaOAuth2ClientRepository.java
index 0cbc4d4c7..915d87c46 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaOAuth2ClientRepository.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaOAuth2ClientRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaOAuth2TokenRepository.java b/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaOAuth2TokenRepository.java
index 7a23cd5ff..4171aabe7 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaOAuth2TokenRepository.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaOAuth2TokenRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaSystemScopeRepository.java b/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaSystemScopeRepository.java
index 20cfa63ab..45a72b28d 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaSystemScopeRepository.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/repository/impl/JpaSystemScopeRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/BlacklistAwareRedirectResolver.java b/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/BlacklistAwareRedirectResolver.java
index c8214d2e5..05a08c4fc 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/BlacklistAwareRedirectResolver.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/BlacklistAwareRedirectResolver.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultIntrospectionResultAssembler.java b/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultIntrospectionResultAssembler.java
index 84ec9bea0..8588fa97d 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultIntrospectionResultAssembler.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultIntrospectionResultAssembler.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2AuthorizationCodeService.java b/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2AuthorizationCodeService.java
index 02062090d..ab7341d68 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2AuthorizationCodeService.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2AuthorizationCodeService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2ClientDetailsEntityService.java b/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2ClientDetailsEntityService.java
index 9e1bf88ee..60aaf8803 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2ClientDetailsEntityService.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2ClientDetailsEntityService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2ProviderTokenService.java b/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2ProviderTokenService.java
index a66eff5d8..e69250dc5 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2ProviderTokenService.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultOAuth2ProviderTokenService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultSystemScopeService.java b/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultSystemScopeService.java
index 9dba8b817..503cfcbbc 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultSystemScopeService.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/service/impl/DefaultSystemScopeService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/token/ChainedTokenGranter.java b/openid-connect-server/src/main/java/org/mitre/oauth2/token/ChainedTokenGranter.java
index 004c77a02..3d17cfa6d 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/token/ChainedTokenGranter.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/token/ChainedTokenGranter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/token/JWTAssertionTokenGranter.java b/openid-connect-server/src/main/java/org/mitre/oauth2/token/JWTAssertionTokenGranter.java
index 69daa536d..45a587335 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/token/JWTAssertionTokenGranter.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/token/JWTAssertionTokenGranter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/token/StructuredScopeAwareOAuth2RequestValidator.java b/openid-connect-server/src/main/java/org/mitre/oauth2/token/StructuredScopeAwareOAuth2RequestValidator.java
index a66e84575..cb0c79bea 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/token/StructuredScopeAwareOAuth2RequestValidator.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/token/StructuredScopeAwareOAuth2RequestValidator.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/view/TokenApiView.java b/openid-connect-server/src/main/java/org/mitre/oauth2/view/TokenApiView.java
index 98e6ccfca..e162051da 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/view/TokenApiView.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/view/TokenApiView.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/web/AuthenticationUtilities.java b/openid-connect-server/src/main/java/org/mitre/oauth2/web/AuthenticationUtilities.java
index 1b220892e..cfd3c0667 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/web/AuthenticationUtilities.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/web/AuthenticationUtilities.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/web/CorsFilter.java b/openid-connect-server/src/main/java/org/mitre/oauth2/web/CorsFilter.java
index c79e947ad..447095f6b 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/web/CorsFilter.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/web/CorsFilter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/web/IntrospectionEndpoint.java b/openid-connect-server/src/main/java/org/mitre/oauth2/web/IntrospectionEndpoint.java
index 3d6147ad6..95da92ccd 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/web/IntrospectionEndpoint.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/web/IntrospectionEndpoint.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/web/OAuth2ExceptionHandler.java b/openid-connect-server/src/main/java/org/mitre/oauth2/web/OAuth2ExceptionHandler.java
index 35efd5c7c..51c3c8d81 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/web/OAuth2ExceptionHandler.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/web/OAuth2ExceptionHandler.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/web/OAuthConfirmationController.java b/openid-connect-server/src/main/java/org/mitre/oauth2/web/OAuthConfirmationController.java
index b97aa1d6e..58558a6b3 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/web/OAuthConfirmationController.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/web/OAuthConfirmationController.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/web/RevocationEndpoint.java b/openid-connect-server/src/main/java/org/mitre/oauth2/web/RevocationEndpoint.java
index a8d333068..675231526 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/web/RevocationEndpoint.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/web/RevocationEndpoint.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/web/ScopeAPI.java b/openid-connect-server/src/main/java/org/mitre/oauth2/web/ScopeAPI.java
index 408d45ca0..c870bcd08 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/web/ScopeAPI.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/web/ScopeAPI.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/oauth2/web/TokenAPI.java b/openid-connect-server/src/main/java/org/mitre/oauth2/web/TokenAPI.java
index 567ab7fcb..dd99edec6 100644
--- a/openid-connect-server/src/main/java/org/mitre/oauth2/web/TokenAPI.java
+++ b/openid-connect-server/src/main/java/org/mitre/oauth2/web/TokenAPI.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/assertion/JWTBearerAssertionAuthenticationToken.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/assertion/JWTBearerAssertionAuthenticationToken.java
index 383b1e25d..aa58492f9 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/assertion/JWTBearerAssertionAuthenticationToken.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/assertion/JWTBearerAssertionAuthenticationToken.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/assertion/JWTBearerAuthenticationProvider.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/assertion/JWTBearerAuthenticationProvider.java
index 84c0b7e17..2677cd20a 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/assertion/JWTBearerAuthenticationProvider.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/assertion/JWTBearerAuthenticationProvider.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/assertion/JWTBearerClientAssertionTokenEndpointFilter.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/assertion/JWTBearerClientAssertionTokenEndpointFilter.java
index ccb906460..1db22a035 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/assertion/JWTBearerClientAssertionTokenEndpointFilter.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/assertion/JWTBearerClientAssertionTokenEndpointFilter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/config/JsonMessageSource.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/config/JsonMessageSource.java
index 545df09f7..ee8cf42ea 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/config/JsonMessageSource.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/config/JsonMessageSource.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/exception/ValidationException.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/exception/ValidationException.java
index 5088464ce..75f2a2656 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/exception/ValidationException.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/exception/ValidationException.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/filter/AuthorizationRequestFilter.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/filter/AuthorizationRequestFilter.java
index b53868314..5a8b9a2fd 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/filter/AuthorizationRequestFilter.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/filter/AuthorizationRequestFilter.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/filter/MultiUrlRequestMatcher.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/filter/MultiUrlRequestMatcher.java
index 535bea36a..a79a21a52 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/filter/MultiUrlRequestMatcher.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/filter/MultiUrlRequestMatcher.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaAddressRepository.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaAddressRepository.java
index 8634c1b81..1951315d4 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaAddressRepository.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaAddressRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaApprovedSiteRepository.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaApprovedSiteRepository.java
index d0869521d..2bded680e 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaApprovedSiteRepository.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaApprovedSiteRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaBlacklistedSiteRepository.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaBlacklistedSiteRepository.java
index 53b7fad1e..bda1c9199 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaBlacklistedSiteRepository.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaBlacklistedSiteRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaPairwiseIdentifierRepository.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaPairwiseIdentifierRepository.java
index 2a37a910d..da35c980b 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaPairwiseIdentifierRepository.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaPairwiseIdentifierRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaUserInfoRepository.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaUserInfoRepository.java
index fec468cc6..bb37efafc 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaUserInfoRepository.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaUserInfoRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaWhitelistedSiteRepository.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaWhitelistedSiteRepository.java
index 0f157befe..cc0ba5c4a 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaWhitelistedSiteRepository.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/repository/impl/JpaWhitelistedSiteRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/request/ConnectOAuth2RequestFactory.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/request/ConnectOAuth2RequestFactory.java
index 090ae0d9f..306c7a6f1 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/request/ConnectOAuth2RequestFactory.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/request/ConnectOAuth2RequestFactory.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/request/ConnectRequestParameters.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/request/ConnectRequestParameters.java
index 6e38af8fc..ff23d3f88 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/request/ConnectRequestParameters.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/request/ConnectRequestParameters.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultApprovedSiteService.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultApprovedSiteService.java
index 27625f2f5..8c5d1b907 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultApprovedSiteService.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultApprovedSiteService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultBlacklistedSiteService.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultBlacklistedSiteService.java
index 16c7bf4f3..f9941eb6d 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultBlacklistedSiteService.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultBlacklistedSiteService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultOIDCTokenService.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultOIDCTokenService.java
index c4df09183..0c865f678 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultOIDCTokenService.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultOIDCTokenService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultScopeClaimTranslationService.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultScopeClaimTranslationService.java
index 53fddd4d8..905431920 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultScopeClaimTranslationService.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultScopeClaimTranslationService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultStatsService.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultStatsService.java
index 389e143d1..8e99b3e36 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultStatsService.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultStatsService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultUserInfoService.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultUserInfoService.java
index 463e9c094..5ab09c2ed 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultUserInfoService.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultUserInfoService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultWhitelistedSiteService.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultWhitelistedSiteService.java
index d5db58b91..86774129f 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultWhitelistedSiteService.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DefaultWhitelistedSiteService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DummyResourceSetService.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DummyResourceSetService.java
index 729d6b59f..0b93bd07b 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DummyResourceSetService.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/DummyResourceSetService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataServiceSupport.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataServiceSupport.java
index bdb1cf42f..43441e0b9 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataServiceSupport.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataServiceSupport.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_0.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_0.java
index 6c8a63582..bc9e9098c 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_0.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_0.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_1.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_1.java
index 1e6894f52..7b852b476 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_1.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_1.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_2.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_2.java
index d628e6002..e742177d5 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_2.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_2.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MatchLoginHintsAgainstUsers.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MatchLoginHintsAgainstUsers.java
index 95a8ae6c1..848a4439f 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MatchLoginHintsAgainstUsers.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/MatchLoginHintsAgainstUsers.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/PassAllLoginHints.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/PassAllLoginHints.java
index 6eb7dfcb9..cca2ffb4e 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/PassAllLoginHints.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/PassAllLoginHints.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/RemoveLoginHintsWithHTTP.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/RemoveLoginHintsWithHTTP.java
index ba05b0650..d63c660cd 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/RemoveLoginHintsWithHTTP.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/RemoveLoginHintsWithHTTP.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/UUIDPairwiseIdentiferService.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/UUIDPairwiseIdentiferService.java
index 6a6796199..56fc25da5 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/UUIDPairwiseIdentiferService.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/service/impl/UUIDPairwiseIdentiferService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/token/ConnectTokenEnhancer.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/token/ConnectTokenEnhancer.java
index 6b0cbc80a..0dbfd9cd5 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/token/ConnectTokenEnhancer.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/token/ConnectTokenEnhancer.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/token/TofuUserApprovalHandler.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/token/TofuUserApprovalHandler.java
index 11e36a1f2..53e15024a 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/token/TofuUserApprovalHandler.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/token/TofuUserApprovalHandler.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/util/IdTokenHashUtils.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/util/IdTokenHashUtils.java
index 3be84b56e..697b78f50 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/util/IdTokenHashUtils.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/util/IdTokenHashUtils.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/AbstractClientEntityView.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/AbstractClientEntityView.java
index f6de571f7..afa5bad9c 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/AbstractClientEntityView.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/AbstractClientEntityView.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientEntityViewForAdmins.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientEntityViewForAdmins.java
index ad6d3d951..3a24dae78 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientEntityViewForAdmins.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientEntityViewForAdmins.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientEntityViewForUsers.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientEntityViewForUsers.java
index 7e3f05f47..4fb661e84 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientEntityViewForUsers.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientEntityViewForUsers.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientInformationResponseView.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientInformationResponseView.java
index 10c3c1211..30b73cc41 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientInformationResponseView.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/ClientInformationResponseView.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/HttpCodeView.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/HttpCodeView.java
index a6e7850a9..ef3a5188f 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/HttpCodeView.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/HttpCodeView.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/JsonApprovedSiteView.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/JsonApprovedSiteView.java
index 35b866b7b..d13ad9b86 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/JsonApprovedSiteView.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/JsonApprovedSiteView.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/JsonEntityView.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/JsonEntityView.java
index 58a792692..0ecce413b 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/JsonEntityView.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/JsonEntityView.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/JsonErrorView.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/JsonErrorView.java
index 520577f50..1c9062b96 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/JsonErrorView.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/JsonErrorView.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/UserInfoJWTView.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/UserInfoJWTView.java
index 114263a0f..41910f63e 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/UserInfoJWTView.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/UserInfoJWTView.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/UserInfoView.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/UserInfoView.java
index 3ee1e32e8..259b902ce 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/view/UserInfoView.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/view/UserInfoView.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ApprovedSiteAPI.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ApprovedSiteAPI.java
index 0f71b8a8f..6ac039776 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ApprovedSiteAPI.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ApprovedSiteAPI.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/AuthenticationTimeStamper.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/AuthenticationTimeStamper.java
index 0bd955a42..0595a07b5 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/AuthenticationTimeStamper.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/AuthenticationTimeStamper.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/BlacklistAPI.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/BlacklistAPI.java
index 39fe23c8e..066680331 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/BlacklistAPI.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/BlacklistAPI.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ClientAPI.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ClientAPI.java
index 38f18e2c0..db95245f9 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ClientAPI.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ClientAPI.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/DataAPI.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/DataAPI.java
index 992bd2de4..2844e695a 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/DataAPI.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/DataAPI.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/DynamicClientRegistrationEndpoint.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/DynamicClientRegistrationEndpoint.java
index 96012cf5e..e0ac79e96 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/DynamicClientRegistrationEndpoint.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/DynamicClientRegistrationEndpoint.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/JWKSetPublishingEndpoint.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/JWKSetPublishingEndpoint.java
index b84a8c847..a4b65fec8 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/JWKSetPublishingEndpoint.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/JWKSetPublishingEndpoint.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ProtectedResourceRegistrationEndpoint.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ProtectedResourceRegistrationEndpoint.java
index 8ae8e8108..77b35c5d2 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ProtectedResourceRegistrationEndpoint.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ProtectedResourceRegistrationEndpoint.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/RootController.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/RootController.java
index eceda9b7e..1d0ee2581 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/RootController.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/RootController.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ServerConfigInterceptor.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ServerConfigInterceptor.java
index 5400f63b0..4fc5180c6 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ServerConfigInterceptor.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/ServerConfigInterceptor.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/StatsAPI.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/StatsAPI.java
index a1f9b3c7c..77aaf7487 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/StatsAPI.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/StatsAPI.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/UserInfoEndpoint.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/UserInfoEndpoint.java
index e3aa5a838..7e3b6e5fa 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/UserInfoEndpoint.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/UserInfoEndpoint.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/WhitelistAPI.java b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/WhitelistAPI.java
index e951b03e0..ed9a18676 100644
--- a/openid-connect-server/src/main/java/org/mitre/openid/connect/web/WhitelistAPI.java
+++ b/openid-connect-server/src/main/java/org/mitre/openid/connect/web/WhitelistAPI.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestBlacklistAwareRedirectResolver.java b/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestBlacklistAwareRedirectResolver.java
index 749de6eda..e69912b65 100644
--- a/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestBlacklistAwareRedirectResolver.java
+++ b/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestBlacklistAwareRedirectResolver.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultIntrospectionResultAssembler.java b/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultIntrospectionResultAssembler.java
index 4a1394369..cd8471afd 100644
--- a/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultIntrospectionResultAssembler.java
+++ b/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultIntrospectionResultAssembler.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultOAuth2ClientDetailsEntityService.java b/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultOAuth2ClientDetailsEntityService.java
index ff794f61a..58a845d9a 100644
--- a/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultOAuth2ClientDetailsEntityService.java
+++ b/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultOAuth2ClientDetailsEntityService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultOAuth2ProviderTokenService.java b/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultOAuth2ProviderTokenService.java
index 8a8fba0bc..9c39b3cdf 100644
--- a/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultOAuth2ProviderTokenService.java
+++ b/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultOAuth2ProviderTokenService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultSystemScopeService.java b/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultSystemScopeService.java
index d2b4920a3..30e8b452d 100644
--- a/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultSystemScopeService.java
+++ b/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultSystemScopeService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultApprovedSiteService.java b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultApprovedSiteService.java
index 95a8049d8..31c3ec49b 100644
--- a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultApprovedSiteService.java
+++ b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultApprovedSiteService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultBlacklistedSiteService.java b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultBlacklistedSiteService.java
index 454b53685..0d34fe730 100644
--- a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultBlacklistedSiteService.java
+++ b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultBlacklistedSiteService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultStatsService.java b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultStatsService.java
index a46890d8d..24a7ce16b 100644
--- a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultStatsService.java
+++ b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultStatsService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultUserInfoService.java b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultUserInfoService.java
index 2870eafa1..daae4babe 100644
--- a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultUserInfoService.java
+++ b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultUserInfoService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultWhitelistedSiteService.java b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultWhitelistedSiteService.java
index dabe482c2..2cd55b58f 100644
--- a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultWhitelistedSiteService.java
+++ b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestDefaultWhitelistedSiteService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestMITREidDataService_1_0.java b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestMITREidDataService_1_0.java
index 6302afca0..acc3c7e50 100644
--- a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestMITREidDataService_1_0.java
+++ b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestMITREidDataService_1_0.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestMITREidDataService_1_1.java b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestMITREidDataService_1_1.java
index effc1c0ba..a528ac58e 100644
--- a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestMITREidDataService_1_1.java
+++ b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestMITREidDataService_1_1.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestMITREidDataService_1_2.java b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestMITREidDataService_1_2.java
index e38e9532d..41354d6b6 100644
--- a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestMITREidDataService_1_2.java
+++ b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestMITREidDataService_1_2.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestUUIDPairwiseIdentiferService.java b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestUUIDPairwiseIdentiferService.java
index 46fa42c9a..514f6aa0e 100644
--- a/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestUUIDPairwiseIdentiferService.java
+++ b/openid-connect-server/src/test/java/org/mitre/openid/connect/service/impl/TestUUIDPairwiseIdentiferService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/openid-connect-server/src/test/java/org/mitre/openid/connect/util/TestIdTokenHashUtils.java b/openid-connect-server/src/test/java/org/mitre/openid/connect/util/TestIdTokenHashUtils.java
index ff8aaf51c..6819ba295 100644
--- a/openid-connect-server/src/test/java/org/mitre/openid/connect/util/TestIdTokenHashUtils.java
+++ b/openid-connect-server/src/test/java/org/mitre/openid/connect/util/TestIdTokenHashUtils.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/pom.xml b/pom.xml
index f745e8f9a..7c81aa1cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,20 +1,20 @@
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
4.0.0
org.mitre
diff --git a/uma-server-webapp/pom.xml b/uma-server-webapp/pom.xml
index 8b016c2f7..ce0aa6803 100644
--- a/uma-server-webapp/pom.xml
+++ b/uma-server-webapp/pom.xml
@@ -1,20 +1,20 @@
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
4.0.0
diff --git a/uma-server-webapp/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_2.java b/uma-server-webapp/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_2.java
index a0c08c7ca..6ca1b9554 100644
--- a/uma-server-webapp/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_2.java
+++ b/uma-server-webapp/src/main/java/org/mitre/openid/connect/service/impl/MITREidDataService_1_2.java
@@ -1,7 +1,7 @@
package org.mitre.openid.connect.service.impl;
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server-webapp/src/main/webapp/WEB-INF/application-context.xml b/uma-server-webapp/src/main/webapp/WEB-INF/application-context.xml
index c80b2bd92..02c7db60c 100644
--- a/uma-server-webapp/src/main/webapp/WEB-INF/application-context.xml
+++ b/uma-server-webapp/src/main/webapp/WEB-INF/application-context.xml
@@ -1,20 +1,20 @@
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+ Copyright 2015 The MITRE Corporation
+ and the MIT Internet Trust Consortium
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
4.0.0
diff --git a/uma-server/src/main/java/org/mitre/uma/repository/impl/JpaPermissionRepository.java b/uma-server/src/main/java/org/mitre/uma/repository/impl/JpaPermissionRepository.java
index f0adffa4d..ccd66e034 100644
--- a/uma-server/src/main/java/org/mitre/uma/repository/impl/JpaPermissionRepository.java
+++ b/uma-server/src/main/java/org/mitre/uma/repository/impl/JpaPermissionRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/repository/impl/JpaResourceSetRepository.java b/uma-server/src/main/java/org/mitre/uma/repository/impl/JpaResourceSetRepository.java
index ffc2bf36d..f96a9494d 100644
--- a/uma-server/src/main/java/org/mitre/uma/repository/impl/JpaResourceSetRepository.java
+++ b/uma-server/src/main/java/org/mitre/uma/repository/impl/JpaResourceSetRepository.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/service/impl/DefaultPermissionService.java b/uma-server/src/main/java/org/mitre/uma/service/impl/DefaultPermissionService.java
index 9adae2f1c..3bab2efe6 100644
--- a/uma-server/src/main/java/org/mitre/uma/service/impl/DefaultPermissionService.java
+++ b/uma-server/src/main/java/org/mitre/uma/service/impl/DefaultPermissionService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/service/impl/DefaultResourceSetService.java b/uma-server/src/main/java/org/mitre/uma/service/impl/DefaultResourceSetService.java
index a6d66b87a..bd162d429 100644
--- a/uma-server/src/main/java/org/mitre/uma/service/impl/DefaultResourceSetService.java
+++ b/uma-server/src/main/java/org/mitre/uma/service/impl/DefaultResourceSetService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/service/impl/DefaultUmaTokenService.java b/uma-server/src/main/java/org/mitre/uma/service/impl/DefaultUmaTokenService.java
index 4e2781b9b..fa55e5dd2 100644
--- a/uma-server/src/main/java/org/mitre/uma/service/impl/DefaultUmaTokenService.java
+++ b/uma-server/src/main/java/org/mitre/uma/service/impl/DefaultUmaTokenService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/service/impl/JpaRegisteredClientService.java b/uma-server/src/main/java/org/mitre/uma/service/impl/JpaRegisteredClientService.java
index 458a97c45..3cc52b069 100644
--- a/uma-server/src/main/java/org/mitre/uma/service/impl/JpaRegisteredClientService.java
+++ b/uma-server/src/main/java/org/mitre/uma/service/impl/JpaRegisteredClientService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/service/impl/MatchAllClaimsOnAnyPolicy.java b/uma-server/src/main/java/org/mitre/uma/service/impl/MatchAllClaimsOnAnyPolicy.java
index 9b57cc293..19a512030 100644
--- a/uma-server/src/main/java/org/mitre/uma/service/impl/MatchAllClaimsOnAnyPolicy.java
+++ b/uma-server/src/main/java/org/mitre/uma/service/impl/MatchAllClaimsOnAnyPolicy.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/util/ExternalLoginAuthoritiesMapper.java b/uma-server/src/main/java/org/mitre/uma/util/ExternalLoginAuthoritiesMapper.java
index 80533aa0a..f0ffdb35f 100644
--- a/uma-server/src/main/java/org/mitre/uma/util/ExternalLoginAuthoritiesMapper.java
+++ b/uma-server/src/main/java/org/mitre/uma/util/ExternalLoginAuthoritiesMapper.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/view/ResourceSetEntityAbbreviatedView.java b/uma-server/src/main/java/org/mitre/uma/view/ResourceSetEntityAbbreviatedView.java
index 7f217f90c..402e27540 100644
--- a/uma-server/src/main/java/org/mitre/uma/view/ResourceSetEntityAbbreviatedView.java
+++ b/uma-server/src/main/java/org/mitre/uma/view/ResourceSetEntityAbbreviatedView.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/view/ResourceSetEntityView.java b/uma-server/src/main/java/org/mitre/uma/view/ResourceSetEntityView.java
index 7abe83e16..24a3f82bf 100644
--- a/uma-server/src/main/java/org/mitre/uma/view/ResourceSetEntityView.java
+++ b/uma-server/src/main/java/org/mitre/uma/view/ResourceSetEntityView.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/web/AuthorizationRequestEndpoint.java b/uma-server/src/main/java/org/mitre/uma/web/AuthorizationRequestEndpoint.java
index 7da6b9498..a51053d17 100644
--- a/uma-server/src/main/java/org/mitre/uma/web/AuthorizationRequestEndpoint.java
+++ b/uma-server/src/main/java/org/mitre/uma/web/AuthorizationRequestEndpoint.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/web/ClaimsCollectionEndpoint.java b/uma-server/src/main/java/org/mitre/uma/web/ClaimsCollectionEndpoint.java
index b5a376c5e..1f7916df6 100644
--- a/uma-server/src/main/java/org/mitre/uma/web/ClaimsCollectionEndpoint.java
+++ b/uma-server/src/main/java/org/mitre/uma/web/ClaimsCollectionEndpoint.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/web/PermissionRegistrationEndpoint.java b/uma-server/src/main/java/org/mitre/uma/web/PermissionRegistrationEndpoint.java
index d7c19abcd..a74bbfed2 100644
--- a/uma-server/src/main/java/org/mitre/uma/web/PermissionRegistrationEndpoint.java
+++ b/uma-server/src/main/java/org/mitre/uma/web/PermissionRegistrationEndpoint.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/web/PolicyAPI.java b/uma-server/src/main/java/org/mitre/uma/web/PolicyAPI.java
index 545f85688..fc3bb7b1f 100644
--- a/uma-server/src/main/java/org/mitre/uma/web/PolicyAPI.java
+++ b/uma-server/src/main/java/org/mitre/uma/web/PolicyAPI.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/web/ResourceSetRegistrationEndpoint.java b/uma-server/src/main/java/org/mitre/uma/web/ResourceSetRegistrationEndpoint.java
index b68776a4b..5e1259be6 100644
--- a/uma-server/src/main/java/org/mitre/uma/web/ResourceSetRegistrationEndpoint.java
+++ b/uma-server/src/main/java/org/mitre/uma/web/ResourceSetRegistrationEndpoint.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/web/UmaDiscoveryEndpoint.java b/uma-server/src/main/java/org/mitre/uma/web/UmaDiscoveryEndpoint.java
index ff4442744..86182bb89 100644
--- a/uma-server/src/main/java/org/mitre/uma/web/UmaDiscoveryEndpoint.java
+++ b/uma-server/src/main/java/org/mitre/uma/web/UmaDiscoveryEndpoint.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/main/java/org/mitre/uma/web/UserClaimSearchHelper.java b/uma-server/src/main/java/org/mitre/uma/web/UserClaimSearchHelper.java
index 5e61ed17f..6016046ec 100644
--- a/uma-server/src/main/java/org/mitre/uma/web/UserClaimSearchHelper.java
+++ b/uma-server/src/main/java/org/mitre/uma/web/UserClaimSearchHelper.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/test/java/org/mitre/uma/service/impl/TestDefaultPermissionService.java b/uma-server/src/test/java/org/mitre/uma/service/impl/TestDefaultPermissionService.java
index 2e6ee8100..f6277121c 100644
--- a/uma-server/src/test/java/org/mitre/uma/service/impl/TestDefaultPermissionService.java
+++ b/uma-server/src/test/java/org/mitre/uma/service/impl/TestDefaultPermissionService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/uma-server/src/test/java/org/mitre/uma/service/impl/TestDefaultResourceSetService.java b/uma-server/src/test/java/org/mitre/uma/service/impl/TestDefaultResourceSetService.java
index 60979d5b1..1ebefcee0 100644
--- a/uma-server/src/test/java/org/mitre/uma/service/impl/TestDefaultResourceSetService.java
+++ b/uma-server/src/test/java/org/mitre/uma/service/impl/TestDefaultResourceSetService.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright 2015 The MITRE Corporation
- * and the MIT Kerberos and Internet Trust Consortium
+ * and the MIT Internet Trust Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
From 616220e048e2b6e41d83f2bbe54b67614d9f894c Mon Sep 17 00:00:00 2001
From: Justin Richer
Date: Wed, 16 Dec 2015 14:51:27 -0500
Subject: [PATCH 5/5] added praseodym to contributors list (thanks!)
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0983ceecf..742d2ee10 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ The authors and key contributors of the project include:
* [Steve Moore](https://github.com/srmoore)
* [Mike Derryberry](https://github.com/mtderryberry)
* [William Kim](https://github.com/wikkim)
+* [Mark Janssen](https://github.com/praseodym)