Add missing license headers in alto-extensions 10/25010/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 14:49:44 +0000 (10:49 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 9 Aug 2015 14:49:44 +0000 (10:49 -0400)
Change-Id: Id0022f7f2ce37a3de02fa3175f2b81f686a481ae
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
alto-extensions/cli/file-converter/src/main/java/org/opendaylight/alto/ext/cli/fileconverter/ConvertType.java
alto-extensions/cli/file-converter/src/main/java/org/opendaylight/alto/ext/cli/fileconverter/FileConverterHelper.java
alto-extensions/cli/file-converter/src/main/java/org/opendaylight/alto/ext/cli/fileconverter/RFC2Yang.java
alto-extensions/cli/file-converter/src/main/java/org/opendaylight/alto/ext/cli/fileconverter/Yang2RFC.java
alto-extensions/fake/src/main/java/org/opendaylight/alto/ext/fake/FakeAltoService.java
alto-extensions/fs-map/src/main/java/org/opendaylight/alto/ext/fsmap/FileSystemNetworkMapGenerator.java

index 4dcc3f6bffe40146073f4c69984f181a98b25670..ce004991cc602241d718115ee25454a449d973ff 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Yale University 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.alto.ext.cli.fileconverter;
 
 public class ConvertType {
index 6072596e699ecd02ddd83914ab35a7b3554e6602..15e3cf423eb55ef6674aa05d058c5c52521c84db 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Yale University 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.alto.ext.cli.fileconverter;
 
 import java.io.File;
index 92db17bdb455c8e013573e324edc8e22736432c4..a40b80037638e13cd030743942442e78602f25cd 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Yale University 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.alto.ext.cli.fileconverter;
 
 import org.apache.karaf.shell.console.OsgiCommandSupport;
index ca17e02387c7b9cd0c1ea74620912350c522f8ef..46a74233eddcdf30e0965216ccadecf417d28731 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Yale University 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.alto.ext.cli.fileconverter;
 
 import org.apache.karaf.shell.console.OsgiCommandSupport;
index 25a66c9b34468e3947240dd1f7e8ba8337aa669d..01e337d35fa0e2063e697f49542cccd10fa69ccb 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Yale University 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.alto.ext.fake;
 
 import org.opendaylight.alto.services.api.rfc7285.AltoService;
index abc69f67420104c29012ce842774e5013dccad0c..5968d1f3e30b53ba7c81cf9c0de42258133456cd 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Yale University 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.alto.ext.fsmap;
 
 import java.net.URI;