Bulk-add copyright headers to java files
[controller.git] / opendaylight / md-sal / remoterpc-routingtable / integrationtest / test-nb / src / main / java / org / opendaylight / controller / tests / zmqroutingtable / rest / RouteIdentifierImpl.java
index 6b7ee26f14edcb21e0540470c937833e697424a5..eb5ecd798cb928b37d5dc57514a26f410438f800 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.tests.zmqroutingtable.rest;
 
 import org.opendaylight.controller.sal.connector.api.RpcRouter;
@@ -66,4 +73,4 @@ public class RouteIdentifierImpl implements RpcRouter.RouteIdentifier, Serializa
         result = 31 * result + instance.hashCode();
         return result;
     }
-}
\ No newline at end of file
+}