Change copyright from Netcetera to MITRE/MIT-KIT.

pull/605/head
Alexander Imfeld 2014-05-28 08:52:31 +02:00
parent 2797731597
commit a84c10fc1c
1 changed files with 16 additions and 9 deletions

View File

@ -1,12 +1,19 @@
/* /*******************************************************************************
* Copyright (C) 2014 by Netcetera AG. * Copyright 2014 The MITRE Corporation
* All rights reserved. * and the MIT Kerberos and Internet Trust Consortium
* *
* The copyright to the computer program(s) herein is the property of Netcetera AG, Switzerland. * Licensed under the Apache License, Version 2.0 (the "License");
* The program(s) may be used and/or copied only with the written permission of Netcetera AG or * you may not use this file except in compliance with the License.
* in accordance with the terms and conditions stipulated in the agreement/contract under which * You may obtain a copy of the License at
* the program(s) have been supplied. *
*/ * 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; package org.mitre.oauth2.service.impl;
import java.util.Set; import java.util.Set;