Add more copyright headers 11/4811/2
authorRobert Varga <rovarga@cisco.com>
Sun, 26 Jan 2014 16:50:01 +0000 (17:50 +0100)
committerRobert Varga <rovarga@cisco.com>
Sun, 26 Jan 2014 17:18:56 +0000 (18:18 +0100)
Change-Id: I9b928a9b292ec1ef8c6bff635d3bfdab59982f65
Signed-off-by: Robert Varga <rovarga@cisco.com>
12 files changed:
yang/yang-data-impl/src/test/java/org/opendaylight/yangtools/yang/data/impl/test/codecs/IntCodecStringTest.java
yang/yang-data-impl/src/test/resources/controller-network.xsd
yang/yang-data-impl/src/test/resources/controller-network.yang
yang/yang-maven-plugin-it/src/test/resources/GenerateTest1/src/main/resources/testfile1.yang
yang/yang-maven-plugin-it/src/test/resources/GenerateTest1/src/main/resources/testfile2.yang
yang/yang-maven-plugin-it/src/test/resources/GenerateTest1/src/main/resources/testfile3.yang
yang/yang-maven-plugin-it/src/test/resources/GenerateTest2/yang/private.yang
yang/yang-maven-plugin-it/src/test/resources/MissingYangInDep/yang/private.yang
yang/yang-maven-plugin-it/src/test/resources/files/testfile1.yang
yang/yang-maven-plugin-it/src/test/resources/files/testfile2.yang
yang/yang-maven-plugin-it/src/test/resources/files/testfile3.yang
yang/yang-maven-plugin/src/test/resources/yang/mock.yang

index 4d641b80554bddb13bcc7b58b6f5804e0f25b6eb..6934060455319b43ffa1bc734f45c4a41d6260e6 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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
+ */
 package org.opendaylight.yangtools.yang.data.impl.test.codecs;
 
 import static org.junit.Assert.assertEquals;
index 6cadb6956586d67e0f7d53ac14ff65700b36eddd..d229fe9d3748f671fea60228767d98a074df2f44 100644 (file)
@@ -1,4 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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
+-->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
            xmlns:yin="urn:ietf:params:xml:schema:yang:yin:1"
            targetNamespace="urn:opendaylight:controller:network"
index 022ece914a7c22666eac4a6e87dffe98e47847ac..c64812acf6d9c26e39d57fedccce47bb24296109 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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
+ */
 module controller-network {
     yang-version 1;
     namespace "urn:opendaylight:controller:network";
index 5bf7ece91bd014e0b06affdd1d986663866ed8c1..a725d3d62ff5261520efc1d345a6a0bd934d8f23 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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
+ */
 module types1 {
     yang-version 1;
     namespace "urn:simple.container.demo";
index 7f7b3064f8d432f6fb24fd484955b2ed1a6f8fb8..14f2dc7a7797b7dca51022aa8cdb049ece05e5ab 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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
+ */
 module types2 {
     yang-version 1;
     namespace "urn:simple.types.data.demo";
index 8e5b86a8807233c0223287bff75b788978407071..be255a500203a44c753419ab13d8c029cc14101d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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
+ */
 module types3 {
     yang-version 1;
     namespace "urn:simple.container.demo.test";
index db346ca487dd96560f7e1a4a600aa7aa50b94cdb..8c15c78bb7aa7e1ca7edc6c0557843fb80724c79 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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
+ */
 module private {
     yang-version 1;
     namespace "urn:simple.container.demo";
index 8d7227b08b124b58ef01a6866c0edf832ab4dc62..66f1553380feb4d2a55a26f1d75bb80679cc42e7 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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
+ */
 module private {
     yang-version 1;
     namespace "urn:simple.container.demo";
index 5bf7ece91bd014e0b06affdd1d986663866ed8c1..a725d3d62ff5261520efc1d345a6a0bd934d8f23 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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
+ */
 module types1 {
     yang-version 1;
     namespace "urn:simple.container.demo";
index 2d16b9982144f4cd88ff1571acce7e64e36875a1..5284e19508badea7eaf93b34d6fd44aaa1006aff 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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
+ */
 module types2 {
     yang-version 1;
     namespace "urn:simple.types.data.demo";
index 8e5b86a8807233c0223287bff75b788978407071..be255a500203a44c753419ab13d8c029cc14101d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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
+ */
 module types3 {
     yang-version 1;
     namespace "urn:simple.container.demo.test";
index 72e4d2c4d82bcf385356916417f78075c64804be..5c1602d2311b2519a742f1c27e233c2f78d12142 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * 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
+ */
  module mock {
 
    namespace "a:b:c";