Fix copyright header 34/29134/8
authoradetalhouet <adetalhouet@inocybe.com>
Mon, 2 Nov 2015 13:56:35 +0000 (08:56 -0500)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Tue, 3 Nov 2015 13:16:09 +0000 (13:16 +0000)
Change-Id: I6bb5f24c3ffd70be7c4e36eea7c5e1384fa33a05
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
43 files changed:
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/resolver/ActionInstanceValidator.java
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/resolver/ContractResolverUtils.java
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/resolver/EgKey.java
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/resolver/PolicyResolverUtils.java
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/resolver/SubjectResolverUtils.java
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/resolver/validator/AbstractValidator.java
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/resolver/validator/PolicyValidator.java
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/resolver/validator/ValidationResult.java
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/resolver/validator/Validator.java
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/resolver/validator/validators/ActionInstanceValidator.java
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/resolver/validator/validators/SubjectFeatureInstancesValidator.java
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/resolver/validator/validators/TenantValidator.java
groupbasedpolicy/src/main/java/org/opendaylight/groupbasedpolicy/util/SingletonTask.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/gbp/util/NeutronGbpIidFactory.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/infrastructure/NetworkClient.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/infrastructure/NetworkService.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/infrastructure/Router.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/MappingFactory.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/NeutronFloatingIpAware.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/NeutronRouterAware.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/StatusCode.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/group/SecGroupDao.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/rule/NeutronSecurityRuleAware.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/rule/SecRuleDao.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/rule/SecRuleEntityDecoder.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/rule/SecRuleNameDecoder.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/rule/SingleClassifierRule.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/mapping/rule/SingleRuleContract.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/util/MappingUtils.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/util/NeutronMapperIidFactory.java
neutron-mapper/src/main/java/org/opendaylight/groupbasedpolicy/neutron/mapper/util/NeutronUtils.java
neutron-ovsdb/src/main/java/org/opendaylight/groupbasedpolicy/neutron/ovsdb/NeutronOvsdb.java
renderers/ofoverlay/src/main/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/SfcManager.java
renderers/ofoverlay/src/main/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/endpoint/EndpointManagerListener.java
renderers/ofoverlay/src/main/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/endpoint/OfOverlayAug.java
renderers/ofoverlay/src/main/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/endpoint/OfOverlayL3NatAug.java
renderers/ofoverlay/src/main/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/flow/ChainActionFlows.java
renderers/ofoverlay/src/main/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/flow/FlowIdUtils.java
renderers/ofoverlay/src/main/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/node/FlowCapableNodeConnectorListener.java
renderers/ofoverlay/src/main/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/node/FlowCapableNodeListener.java
renderers/ofoverlay/src/main/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/node/OfOverlayNodeListener.java
renderers/ofoverlay/src/main/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/sf/SubjectFeatures.java
renderers/ofoverlay/src/main/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/sfcutils/SfcNshHeader.java

index 10079b8f638a5c1164fae1871c37e86a45ed6b15..155d67759e55eb9caf8374108816946d6daba069 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 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.resolver;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.groupbasedpolicy.policy.rev140421.tenants.tenant.subject.feature.instances.ActionInstance;
index ccbea043948ab2efebce8769b613526c6f7aa535..660eb5c48c50afb35b91b91e28ee5797b01ce178 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 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.resolver;
 
 import java.util.ArrayList;
index a585e35675d2bbc07a8c44de295a64dc5aaccf73..238db2a42c77929dc7cb06016e3999aa464ddda4 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 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.resolver;
 
 import javax.annotation.concurrent.Immutable;
@@ -63,9 +71,9 @@ public class EgKey implements Comparable<EgKey> {
         String oegid = null;
         if (o.egId != null) oegid = o.egId.getValue();
         return ComparisonChain.start()
-            .compare(tid, otid, 
+            .compare(tid, otid,
                      Ordering.natural().nullsLast())
-            .compare(egid, oegid, 
+            .compare(egid, oegid,
                      Ordering.natural().nullsLast())
             .result();
     }
index fe36a85fe131be3b74a817fce257dcea6e7e08f0..5ed1f29b5dccbf5e03ca55a1ceed17964fe475ea 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 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.resolver;
 
 import java.util.HashMap;
index 07ef3c3302bcdf7fc02900160f0e0b55d3a5b741..68e659325a6ff3364555e3172772405a6907804d 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 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.resolver;
 
 import java.util.ArrayList;
index 8a104b1016bb0c9f3a5ceb3915a697a79956e375..79f77caca58ed3ff6d7e709bcfc1076c6e46ec44 100644 (file)
@@ -1,12 +1,13 @@
-package org.opendaylight.groupbasedpolicy.resolver.validator;
-
 /*
- * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
+ * Copyright (c) 2015 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.resolver.validator;
+
 import java.util.Collections;
 import java.util.List;
 
index 1787a2f4b9c63113b47283c9cdddc4ddd9d38456..c0abbf04cd08c6224db9849020711b3c6b1eeb5c 100644 (file)
@@ -1,12 +1,13 @@
-package org.opendaylight.groupbasedpolicy.resolver.validator;
-
 /*
- * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
+ * Copyright (c) 2015 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.resolver.validator;
+
 import java.util.HashMap;
 import java.util.Map;
 import javax.annotation.Nullable;
index a6a17d19916f56426fb3c0f2207c8cee66771615..dd533883e8831999a54e36702318ec18a0e95d4e 100644 (file)
@@ -1,12 +1,13 @@
-package org.opendaylight.groupbasedpolicy.resolver.validator;
-
 /*
- * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
+ * Copyright (c) 2015 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.resolver.validator;
+
 import java.util.ArrayList;
 import java.util.List;
 
index c71f77ebed78e473f8a8792ae6ced84555741879..98d581f8c0e106c5f18efa3b16814afb3a4b17bc 100644 (file)
@@ -1,12 +1,13 @@
-package org.opendaylight.groupbasedpolicy.resolver.validator;
-
 /*
- * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
+ * Copyright (c) 2015 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.resolver.validator;
+
 /**
  * Interface for Validators used to validate Policy objects
  *
index 6d894bd7102ac941592286bdf4c488c22baf7790..0e0ebf00c594018eaa0bd2f85784c77b800cb61c 100644 (file)
@@ -1,12 +1,13 @@
-package org.opendaylight.groupbasedpolicy.resolver.validator.validators;
-
 /*
- * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
+ * Copyright (c) 2015 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.resolver.validator.validators;
+
 import org.opendaylight.groupbasedpolicy.resolver.validator.AbstractValidator;
 import org.opendaylight.groupbasedpolicy.resolver.validator.SimpleResult;
 
index 1d685b9ff890abbbc33c215f0e7672cb4d6c3f89..13ab55eec819cf79eda3678198f0f1d9781be684 100644 (file)
@@ -1,12 +1,13 @@
-package org.opendaylight.groupbasedpolicy.resolver.validator.validators;
-
 /*
- * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
+ * Copyright (c) 2015 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.resolver.validator.validators;
+
 import java.util.ArrayList;
 import java.util.List;
 import org.opendaylight.groupbasedpolicy.resolver.validator.AbstractValidator;
index 39a6c74721cc2b0bedb20d72667cd7651793b213..bae3e74323afde03db172baa999287571b58656e 100644 (file)
@@ -1,12 +1,13 @@
-package org.opendaylight.groupbasedpolicy.resolver.validator.validators;
-
 /*
- * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved.
+ * Copyright (c) 2015 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.resolver.validator.validators;
+
 import java.util.ArrayList;
 import java.util.List;
 import org.opendaylight.groupbasedpolicy.resolver.validator.AbstractValidator;
index 053265079308273b4a3b55cd4d59679b97fb5b47..642300114f2522e3347550cbbddf5cc3b9952d20 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011, Big Switch Networks, Inc. 
+ * Copyright (c) 2011 Big Switch Networks, 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,
@@ -16,25 +16,25 @@ import org.slf4j.LoggerFactory;
 
 /**
  * This allows you to represent a task that should be queued for future execution
- * but where you only want the task to complete once in response to some sequence 
+ * but where you only want the task to complete once in response to some sequence
  * of events.  For example, if you get a change notification and want to reload state,
  * you only want to reload the state once, at the end, and don't want to queue
  * an update for every notification that might come in.
- * 
+ *
  * The semantics are as follows:
  * * If the task hasn't begun yet, do not queue a new task
  * * If the task has begun, set a bit to restart it after the current task finishes
  */
 public class SingletonTask {
-    protected static final Logger LOG = 
+    protected static final Logger LOG =
             LoggerFactory.getLogger(SingletonTask.class);
-            
+
     protected static class SingletonTaskContext  {
         protected boolean taskShouldRun = false;
         protected boolean taskRunning = false;
 
         protected SingletonTaskWorker waitingTask = null;
-        
+
     }
     protected static class SingletonTaskWorker implements Runnable  {
         SingletonTask parent;
@@ -70,8 +70,8 @@ public class SingletonTask {
                     if ((nextschedule <= 0 || (nextschedule - now) <= 0)) {
                         parent.ses.execute(this);
                     } else {
-                        parent.ses.schedule(this, 
-                                            nextschedule-now, 
+                        parent.ses.schedule(this,
+                                            nextschedule-now,
                                             TimeUnit.NANOSECONDS);
                     }
                 }
@@ -104,7 +104,7 @@ public class SingletonTask {
      * cancel that task and reschedule it to run at the given time.  If the
      * task is already started, it will cause the task to be rescheduled once
      * it completes to run after delay from the time of reschedule.
-     * 
+     *
      * @param delay the delay in scheduling
      * @param unit the timeunit of the delay
      */
@@ -118,7 +118,7 @@ public class SingletonTask {
                     // schedule to restart at the right time
                     if (delay > 0) {
                         long now = System.nanoTime();
-                        long then = 
+                        long then =
                             now + TimeUnit.NANOSECONDS.convert(delay, unit);
                         context.waitingTask.nextschedule = then;
                     } else {
index 8b02c6c26a58f351c4621492e43be4b926020a85..1e5d2b92ac23d3b6c497ad10d5a17f53e985ece5 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.gbp.util;
 
 import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpAddress;
index 8ce6717373fa55ce5bec4da84d29a4002c39e032..93e231d69aae9a1803140d165d6fcbaa4c984640 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 org.opendaylight.controller.md.sal.binding.api.WriteTransaction;
@@ -41,7 +49,7 @@ public class NetworkClient {
 
     /**
      * Puts {@link #EPG} to {@link LogicalDatastoreType#CONFIGURATION}
-     * 
+     *
      * @param tenantId location of {@link #EPG}
      * @param wTx transaction where {@link #EPG} is written
      */
@@ -51,7 +59,7 @@ public class NetworkClient {
 
     /**
      * Puts consumer-named-selector to {@link #EPG} in {@link LogicalDatastoreType#CONFIGURATION}
-     * 
+     *
      * @param tenantId tenantId location of {@link #EPG}
      * @param consumerNamedSelector is added to {@link #EPG}
      * @param wTx transaction where the given consumer-named-selector is written
index 5d3860fe1d84f27d8051682d6a2d91cc776b39ac..aaeedab799064fd7f6cf62638fcca0ab029a2103 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;
@@ -225,7 +233,7 @@ public class NetworkService {
     /**
      * puts clause with {@link L3EndpointIdentificationConstraints} in {@link ConsumerMatchers}
      * and {@link ProviderMatchers}. This clause points to subject in {@link #DHCP_CONTRACT}.
-     * 
+     *
      * @param tenantId location of {@link #DHCP_CONTRACT}
      * @param ipPrefix used in {@link L3EndpointIdentificationConstraints}
      * @param wTx transaction where entities are written
@@ -240,7 +248,7 @@ public class NetworkService {
     /**
      * puts clause with {@link L3EndpointIdentificationConstraints} in {@link ConsumerMatchers}
      * and {@link ProviderMatchers}. This clause points to subject in {@link #DNS_CONTRACT}.
-     * 
+     *
      * @param tenantId location of {@link #DNS_CONTRACT}
      * @param ipPrefix used in {@link L3EndpointIdentificationConstraints}
      * @param wTx transaction where entities are written
@@ -289,7 +297,7 @@ public class NetworkService {
      * Puts network service entities (classifier-instances, {@link #DHCP_CONTRACT},
      * {@link #DNS_CONTRACT}, and {@link #EPG}) to
      * {@link LogicalDatastoreType#CONFIGURATION}
-     * 
+     *
      * @param tenantId location of network-service entities
      * @param wTx transaction where network-service entities are written
      */
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
      */
index f164ebbf800eb72a005b6abbef70e79e62779bec..3b63bcdf294e9f81b68ab8241e26d250ebc3e793 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.mapping;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.groupbasedpolicy.common.rev140421.UniqueId;
index 9dd28fd44dcbbe0beaa8322fb2d90387c4274157..f71c3b68b6c3c57ace409b68cb15424aec099e99 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Intel, 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.mapping;
 
 import static com.google.common.base.Preconditions.checkNotNull;
index 9dd928992b970c687f57f7bad798fde744bf72f0..e77afb031ff0b7fa196d5c494259d23c9a38e4c4 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Intel, 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.mapping;
 
 import static com.google.common.base.Preconditions.checkNotNull;
index e0dfb150541a52ad80a814bebe65daf7ae71aaaf..d4732f4a6cc22c1dff2a93cbd52dd9cfed988226 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.mapping;
 
 /**
index 6253f032b7e97737e66e8252172f9de147658e1f..b124d08f4daa7f334eeec3288cf1fbaee4fafa96 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.mapping.group;
 
 import static com.google.common.base.Preconditions.checkNotNull;
@@ -39,7 +47,7 @@ public class SecGroupDao {
         }
         return id.getValue();
     }
-    
+
     public void removeSecGroup(EndpointGroupId id) {
         secGroupById.remove(checkNotNull(id));
     }
index 20d4507f27cd2f08f3807467be184d768ec43e9e..da5e7457772cc7c72b446cc1de9f167dc5ec9c35 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.mapping.rule;
 
 import static com.google.common.base.Preconditions.checkNotNull;
index fc6f607abd2fc3d68337d48eef62e6330a4510b3..6ccaea6a4cec10ffdbc73ddd0ec75ee0bf5bf8be 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.mapping.rule;
 
 import java.util.Set;
index 440c64051f7247d9ea258564102f89a8c835879d..08a54b45a7c82bcaaa52cbc38136126a4adb1e4d 100644 (file)
@@ -1,3 +1,11 @@
+/*\r
+ * Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved.\r
+ *\r
+ * This program and the accompanying materials are made available under the\r
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
+ * and is available at http://www.eclipse.org/legal/epl-v10.html\r
+ */\r
+\r
 package org.opendaylight.groupbasedpolicy.neutron.mapper.mapping.rule;\r
 \r
 import static com.google.common.base.Preconditions.checkNotNull;\r
index 172d8f744496c25bb5b1417aeb7088fff320dfad..fc1c801bcba624e2dd11138bca67b216956e4ae4 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.mapping.rule;
 
 import org.opendaylight.groupbasedpolicy.neutron.mapper.util.MappingUtils;
index 56d552874adf7d3c3c908b5c718e75eaf2d7b240..8abe476e608b3f3d72c92bd98e7a6409abaaf810 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.mapping.rule;
 
 import javax.annotation.concurrent.Immutable;
index aa9763bb6e0cbd938f0b8a34412c971a42a7fe5d..394c7b27b4e0d94fcad678f5daa91ba6f6c1beb5 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.mapping.rule;
 
 import static com.google.common.base.Preconditions.checkNotNull;
index 72b9618c9c7c6d816b2294f1fb05edc73d05f7a8..23423e6a2dba9519a4ed3f89845390ced5f796b6 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.util;
 
 import java.util.List;
index 423a2bda6a654afbf1b3f916c6d1cb79536a2966..332b1bc9ff51d562d45372ab88d193cef284394a 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.groupbasedpolicy.neutron.mapper.util;
 
 import org.opendaylight.yang.gen.v1.urn.opendaylight.groupbasedpolicy.common.rev140421.UniqueId;
index a55a481ff74bb1d0f945756cd99f110bbd8e5850..d44b76c4616f974626dba54f1256dcdbbac5479f 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.util;
 
 public final class NeutronUtils {
index d43697055c5ca9b6155f189ec6e92dc0956af054..dd1a2b8ae2b8cc759870b30b6389761265f8b786 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 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.ovsdb;
 
 import static com.google.common.base.Preconditions.checkNotNull;
index ba622d4b070304769f4b0cb9c409bc797f254d03..e8b52c1a605b51c427de4d82391f658cf987226f 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Intel, 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.renderer.ofoverlay;
 
 import java.util.HashSet;
index 30b06d271acc2b3bf1e693bb92a071a91849fb81..0eae16cd1837397d8cb529b303360cb132b01ebf 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.renderer.ofoverlay.endpoint;
 
 import static com.google.common.base.Preconditions.checkNotNull;
index 2238cff2442902f3e67b6ad2f7db9850ec0444ca..5b68b720b287ddaecd48ab25b5f95d2f64c5f228 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.renderer.ofoverlay.endpoint;
 
 
index 26abeaffec2c87f8503d84cdaf853947d408504c..1b9b38ea74d4b17873f3e7de45e5d3b2d283a53b 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.renderer.ofoverlay.endpoint;
 
 import org.opendaylight.controller.md.sal.binding.api.DataBroker;
index 94ca973f44d21de8f9023207fdea4b59673c9d50..78e869671996c9e7c7c4a6686423f8aa2adafeb6 100755 (executable)
@@ -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.renderer.ofoverlay.flow;
 
 import static org.opendaylight.groupbasedpolicy.renderer.ofoverlay.flow.FlowUtils.addNxNsiMatch;
index 0f10741a8dd50379c8aa90a1a8c41044329433ac..fc9ee7dd58761483abcfc0fb7d334665c335f611 100755 (executable)
@@ -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.renderer.ofoverlay.flow;
 
 import com.google.common.base.Joiner;
index 3f83c7af9b5b0aa0c96f14d16d2f2c56334f6754..0f021ded0a808aef908512ef710bb22da0df1e7e 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.renderer.ofoverlay.node;
 
 import com.google.common.base.Objects;
index c4f5a17ba7a760468942686727e6b5968ed9c74c..1114e319d4d48004ba7c31fe0ae1f8d0104e6aeb 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.renderer.ofoverlay.node;
 
 import static com.google.common.base.Preconditions.checkNotNull;
index 2309ec727966c043a1cff53f811288317da3b520..0013904c101f193aa770f4903263d011ec96ceac 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.renderer.ofoverlay.node;
 
 import static com.google.common.base.Preconditions.checkNotNull;
index 025d9887d43c304225b9260f210667d764571415..2dd56b27b710e6394278e9e388dbdbff109112cb 100644 (file)
@@ -1,13 +1,12 @@
-package org.opendaylight.groupbasedpolicy.renderer.ofoverlay.sf;
 /*
- * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
+ * 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.renderer.ofoverlay.sf;
 
 import java.util.List;
 import java.util.Map;
index 3a17a9e19c9de637ad3bcbc2c2a8a42ea482dc3c..dbbd8f726c0c44ea969e2f670a9bd07222864f34 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.renderer.ofoverlay.sfcutils;
 
 import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.Ipv4Address;