Merge "Cleanup utility classes"
[controller.git] / opendaylight / md-sal / sal-binding-broker / src / main / java / org / opendaylight / controller / sal / binding / impl / util / BindingAwareDataReaderRouter.xtend
index f586a8b4c52b0c03ed0770282c5b52f7fc79898e..5b775806d5ab58bfd9435038bc7ef129c56db831 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.util
 
 import org.opendaylight.controller.md.sal.common.impl.routing.AbstractDataReadRouter
@@ -10,4 +17,4 @@ class BindingAwareDataReaderRouter extends AbstractDataReadRouter<InstanceIdenti
         return data.iterator.next;
     }
     
-}
\ No newline at end of file
+}