Fix copyright header
[groupbasedpolicy.git] / neutron-mapper / src / main / java / org / opendaylight / groupbasedpolicy / neutron / mapper / infrastructure / Router.java
index 835a8e15f02a1ff6d4ebef465d7e9478fe63e54a..7d47714169b1a90da15d710fd1f714823521db27 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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.groupbasedpolicy.neutron.mapper.infrastructure;
 
 import java.util.ArrayList;
@@ -152,7 +160,7 @@ public class Router {
     /**
      * puts clause with {@link L3EndpointIdentificationConstraints} in {@link ConsumerMatchers}
      * and {@link ProviderMatchers}. This clause points to subject in {@link #CONTRACT}.
-     * 
+     *
      * @param tenantId location of {@link #CONTRACT}
      * @param ipPrefix used in {@link L3EndpointIdentificationConstraints}
      * @param wTx transaction where entities are written
@@ -200,7 +208,7 @@ public class Router {
     /**
      * Puts router entities (classifier-instances, {@link #CONTRACT} and {@link #EPG}) to
      * {@link LogicalDatastoreType#CONFIGURATION}
-     * 
+     *
      * @param tenantId location of router entities
      * @param wTx transaction where router entities are written
      */