Change copyright from Netcetera to MITRE/MIT-KIT.
parent
2797731597
commit
a84c10fc1c
|
@ -1,12 +1,19 @@
|
|||
/*
|
||||
* Copyright (C) 2014 by Netcetera AG.
|
||||
* All rights reserved.
|
||||
/*******************************************************************************
|
||||
* Copyright 2014 The MITRE Corporation
|
||||
* and the MIT Kerberos and Internet Trust Consortium
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
* 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;
|
||||
|
|
Loading…
Reference in New Issue