Fix license header violations in yang-data-operations 41/24841/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 6 Aug 2015 03:27:37 +0000 (23:27 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 11 Aug 2015 15:05:06 +0000 (11:05 -0400)
Change-Id: I75d74620e58a2041dc3b48ba68c9794cc4d1bec9
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
yang/yang-data-operations/src/main/java/org/opendaylight/yangtools/yang/data/operations/MapNodeModification.java

index 41268b905e12985dbed6000d4ddb869dc3a0b8a2..d74bafaf6a8a3039b79443d337137d9616af6784 100644 (file)
@@ -1,10 +1,11 @@
 /*
-* Copyright (c) 2013 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
-*/
+ * Copyright (c) 2013 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
+ */
+
 package org.opendaylight.yangtools.yang.data.operations;
 
 import com.google.common.base.Optional;