From e24f0687206bd9a837ae29e7e15b00a923c44d50 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 5 Aug 2015 22:26:03 -0400 Subject: [PATCH] Fix license header violations in yang-binding Change-Id: I3c3fcd27c50ef3aa3c79ddaccddf8dfcf8bad4d8 Signed-off-by: Thanh Ha --- .../yang/binding/util/AugmentationFieldGetter.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/util/AugmentationFieldGetter.java b/yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/util/AugmentationFieldGetter.java index 2e8a33a272..9347685ea9 100644 --- a/yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/util/AugmentationFieldGetter.java +++ b/yang/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/util/AugmentationFieldGetter.java @@ -1,9 +1,9 @@ /* - * Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved. + * Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved. * - * This program and the accompanying materials are made available under the terms of the Eclipse - * Public License v1.0 which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v1.0 which accompanies this distribution, + * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org.opendaylight.yangtools.yang.binding.util; -- 2.36.6