diff options
Diffstat (limited to 'javatoscachecker/kwalify/src/main/java/kwalify/Messages.java')
-rw-r--r-- | javatoscachecker/kwalify/src/main/java/kwalify/Messages.java | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/javatoscachecker/kwalify/src/main/java/kwalify/Messages.java b/javatoscachecker/kwalify/src/main/java/kwalify/Messages.java index b33be5c..ef5e8d4 100644 --- a/javatoscachecker/kwalify/src/main/java/kwalify/Messages.java +++ b/javatoscachecker/kwalify/src/main/java/kwalify/Messages.java @@ -1,4 +1,7 @@ /* + * The original version of this file was provided under the MIT license, + * as follows: + * * @(#)Messages.java $Rev: 4 $ $Release: 0.5.1 $ * * Copyright (c) <2005> <kuwata lab> @@ -10,8 +13,8 @@ * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, @@ -21,11 +24,22 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * - * Added in order to satisfy onap.org code check constraints: + * Modifications to this file are provided under the Apache 2.0 license, + * as follows: + + * Copyright (c) 2017 <AT&T>. All rights reserved. + * + * 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 * - * This license is deemed more permisive than if it were under the Apache License, Version 2.0, - * found 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 kwalify; |