Bulk-add copyright headers to java files
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / main / java / org / opendaylight / controller / sal / restconf / impl / NodeWrapper.java
index 811e534b4ad75bb8086d40fe159bec760da69ed5..f9bd7d7aaa4edf0fa4d46a995ee5ce83b61dc138 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.controller.sal.restconf.impl;
 
 import java.net.URI;
@@ -20,4 +27,4 @@ public interface NodeWrapper<T extends Node<?>> {
     void setNamespace(URI namespace);
     
     String getLocalName();
-}
\ No newline at end of file
+}