Bulk-add copyright headers to java files
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / sal / binding / impl / DataBrokerImpl.java
index 0069de98026dfa2f710e77fc3b60b3a026e6f37d..3cc66c30c10e490d1b652f6357d9b1ef308be3d2 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.binding.impl;\r
 \r
 import java.util.Set;
@@ -117,4 +124,4 @@ public class DataBrokerImpl extends AbstractDataBroker<InstanceIdentifier<? exte
         }
         return false;
     }\r
-}
\ No newline at end of file
+}