Bulk-add copyright headers to java files
[controller.git] / opendaylight / sal / networkconfiguration / api / src / main / java / org / opendaylight / controller / sal / networkconfig / bridgedomain / ConfigConstants.java
index 27240e8f992618a93d022194c5e47efa66080b7a..def1b336f95adb8ff43c45b37d156693ee38c983 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.networkconfig.bridgedomain;
 
 /**
@@ -30,4 +37,4 @@ public enum ConfigConstants {
     public String toString() {
         return name;
     }
-}
\ No newline at end of file
+}