From a84c10fc1cb02c4fd219ba8669ac0445ba0189a2 Mon Sep 17 00:00:00 2001 From: Alexander Imfeld Date: Wed, 28 May 2014 08:52:31 +0200 Subject: [PATCH] Change copyright from Netcetera to MITRE/MIT-KIT. --- .../TestDefaultIntrospectionAuthorizer.java | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultIntrospectionAuthorizer.java b/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultIntrospectionAuthorizer.java index d60cae506..0dde0e0ce 100755 --- a/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultIntrospectionAuthorizer.java +++ b/openid-connect-server/src/test/java/org/mitre/oauth2/service/impl/TestDefaultIntrospectionAuthorizer.java @@ -1,12 +1,19 @@ -/* - * Copyright (C) 2014 by Netcetera AG. - * All rights reserved. - * - * The copyright to the computer program(s) herein is the property of Netcetera AG, Switzerland. - * The program(s) may be used and/or copied only with the written permission of Netcetera AG or - * in accordance with the terms and conditions stipulated in the agreement/contract under which - * the program(s) have been supplied. - */ +/******************************************************************************* + * Copyright 2014 The MITRE Corporation + * and the MIT Kerberos and Internet 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. + ******************************************************************************/ package org.mitre.oauth2.service.impl; import java.util.Set;