Fix license header violations in manager/northbound 97/25097/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 10 Aug 2015 00:36:13 +0000 (20:36 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 10 Aug 2015 00:36:13 +0000 (20:36 -0400)
Change-Id: I287aa5d70de981d800dfb93370ca018a91646abc
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
68 files changed:
manager/northbound/src/enunciate/org/opendaylight/controller/sal/core/Node.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/ContainerPathMapNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/DataFlowList.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/FlowConditionList.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/FlowConditionNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/FlowFilterList.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/FlowNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/GlobalNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/IpAddress.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/IpAddressSet.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/MacEntry.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/MacEntryList.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/MacHost.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/MacHostSet.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/MacMapConfigInfo.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/MacMapInfo.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/MacMapNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/ManagerVersion.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/PathMapList.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/PathPolicyNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/PortMapInfo.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VBridgeFlowFilterNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VBridgeIfFlowFilterNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VBridgeInterfaceNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VBridgeList.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VBridgeNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VInterfaceList.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VTNNorthBoundBase.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VTenantFlowFilterNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VTenantList.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VTenantNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VTenantPathMapNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VTerminalIfFlowFilterNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VTerminalInterfaceNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VTerminalList.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VTerminalNorthbound.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/VlanMapList.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/XmlLongInteger.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/XmlLongIntegerList.java
manager/northbound/src/main/java/org/opendaylight/vtn/manager/northbound/package-info.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/DataFlowListTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/FlowConditionListTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/FlowFilterListTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/IpAddressSetTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/IpAddressTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/MacEntryListTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/MacEntryTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/MacHostSetTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/MacHostTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/MacMapConfigInfoTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/MacMapInfoTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/ManagerVersionTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/PortMapInfoTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/TestBase.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/TestDataLink.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/TestDataLinkHost.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/TestXmlEventHandler.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/VBridgeListTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/VInterfaceListTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/VTenantListTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/VTerminalListTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/VlanMapListTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/XmlAttributeType.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/XmlDataType.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/XmlLongIntegerListTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/XmlLongIntegerTest.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/XmlNode.java
manager/northbound/src/test/java/org/opendaylight/vtn/manager/northbound/XmlValueType.java

index eb0dcdf42cb385e14df0050220f9b64b986b214e..2e09da0eadd8477c78dec3d5f6a953c497e93d0c 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
 /*
index cf5dddf2c1097d74255316b6da31b36a09abeef4..bd4e51e1f98f30dd2ae3c889a745ffac4b6af431 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index c77d616152041b7cf74610345a1930f772aac428..79a99a518fc34bcb33fa06630bfa3891d594d9c8 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 7c3b451bf31c917ab82c4e8c1c3f07d5f1f970ce..65ee90e6d411ec43e17ce26cefb7af336ff00d84 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index b06d47813ddb874c13bf6c0ca2759d5dcc779f8c..e55217145449376ff13779958826b035821f3cd0 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 2e09e21a21778e5f8a8dbc152033b70f0df346d1..e142c4d3a4e483815ae2cd1e6c3f2ce3c589de75 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 82206b28595c814a93ff846c23c78004c68a0b2e..129fea5bcc00fb6f128eb3ee881075c604b344db 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 89d50875bea446216a996f54f24a5a8fd2d911d1..f011d3de7eccfcd98cbc762650405dd6679e98d6 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index d23fd45b7fa13efbd50aef92d743014f96b6e986..1a85103903c8590db3d6bbdb257b018b75a047a9 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 9f33724a51c1dd08f19664dcf81d424f5526f8f1..3c14e6d0a7299b30dfe7686dce8b9162c1b88782 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 0ea0a1add98510e42505c1d28d3a422abf54145e..48f2209f4cc865399ce13b67296a996ba9cca18e 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 3e83cf8192a41d45fa60cdbbf33f8abe7718c35e..0598e718dfab74a6861f98f4c3e6711deb913914 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 0e8a72f743a30693a3e035d6950ecc670ad2dad9..7071bb1d631e1ef4d13cf9162940599dadf78194 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index de470191e55e73bfe8bc107c14c57e5f753a4c8d..d78778727ac52687533c184aebfb9efe2e2cff5d 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index b2de2cd51b5391121ef22459f4c41b7f7901716b..1384c9b9d2ec3f8eea88f8dff9d4f969ea3624ce 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index b3f2f8d92044478e3b96ebe5c675e5a4d1ef793c..80914813bfdbb71ed77b51679c89ab1522320618 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 71468f43ce657b6d89a53fa2c8767730f560ec6b..2378778595bfad8bce84a57851f51a3fe27faba4 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 79d63483f9017abb3ccb44bcdd7ecba385a9f124..fac5b8736eceec99b2958ee385f51f9e50479501 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index aabd5d7c1d0cddac5a7c21a711f491390077262f..1d16ae1b852dbeba4ce9d129be0850f4a1a2184f 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index e72a5e2e354a0ae671023bbd4e10dcee615530cb..1dcbd6609a053c648cc0d5ab97053f890ac19a31 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 03c63a3fb53b26a7cae46ef3c3ab4c894b3393e1..52d3cd0cea32fb41c1fa59d9ba9f80d597a61428 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 5f524ad68c61aa8ab6d1af3187b9e7f26a9624b5..262f540079cff75fd97081652527ab2cc710a4df 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index c82afab78d1abcd67d3dc89ced8efe250f4c16d6..ec1a5c5a7ad42759b8089e6b389a30dd5cd88e12 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 6dd810ed70785e8ca5cd7ca971790cfa6d8be98c..14d35b815bc1f346a0b30037f3d4fb3984985beb 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 8571a758bdedfeeedd37730b38e5ab4af9931101..9711a78169f3d7a68000a724b8869eced0370a36 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 4ed3bc92758a494bea5ef7093eb1e9c3ca313c93..e731c6bc3dbec3751aee655abbc7894c73a79990 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index e2345f1311b2597da75ec063d04f7281f31c1fae..9c47cc6c7a0755619f48db227a8574f668055896 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 4453547f562533f60b33a3d2ffef149e21f2cc4c..d9d38ba34d7b89faec0c572375239b1c58f00ddf 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 3cc3aee2a49dc8391196b3774324f287a002573f..bf2b7f4e8ec1d2f00b185c6860030ef7a910324d 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 4eacfd7fdcb4069660efc18a09fddbc98bce2d9c..875acc725ffb15af2603510f9494a958d3f66775 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 09bce0a992b368d2688abf80471a8143d0ad3b27..19d31eba723d9fead989c53c931f51e38f54015b 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index addee418130dbf66e48fd945f151ada7e780d8ef..ba045b956d8692b464c399903c3a2758dc460cea 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 151638cd58e788d033f0f6f33d64107964a31afa..052c4119f1b5e9924ebc322cd6056c1e2477f929 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 92f21a54ecefa071d42426e7930af06430d4866a..62ca36c4bef29b818663288d40c1b82f9070408b 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index cd9fa93e2c61de65d29705cac362b6a20dd37384..aacceeb5fa77fb351f660ed7878a0399103462be 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 104302793f9779026747a7fc0be48cfce4521f6b..514f2c98855d17579a65e3134613810c5dbcf92d 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 1cbf0ad1b2b8609864671858a7f7aa338b122b8b..aae797878aa378e9a0218abf8d767aa00810e272 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 40c2f75ba7e386238b33b773c25db15d28054c4d..4557f80aad394e1336806079e3fb06e409ae1c9b 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 4de2ae9799de449d4d41ea129ad473c9e1e0680b..9a8dd0f799bacbe603a94c1a3dafd41a818c3d6d 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index e3ecafb43a344143d94138a08f82a453343aacb9..fb75908a7fd8132e9de5e16ac1c314fbc2f0d2ae 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2015 NEC Corporation.  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
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
 /**
index d9ba6c10d19955c55949137e6759f742538fc869..c7eb69d37695987036864b70840720fe98b50b5c 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 73acb084f582ea18dec2228e867445b8a745f49a..72464286be280f1af6f2591ffb5218eaef3e9c7b 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 9e4d67235df59ece1926b474d295492fabefa0f0..8998496619f864acb43ba25ab7938cff20424b87 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index b3e6a49416ef827e2992690fd779c2dc31014841..9269d00c67f0cdcc8f189735b6320ecb79725531 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index e1cd4fefb6f5e5f0a72db37edbfa72e74912e38a..38aea000268440560c9e51a36f1ba28268124e8b 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 2a1265344a4532f46902b25f1e2abafeb1fa6286..5c5bab0929533469ed2e335e7270a84d0e8a31fd 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 93bd300b14ca4070af171b63235096580bbaf1ba..e1fc7bea09d84737df62856543788085be0d2c38 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index ee1dff0ac8fbd05489dc78fa5f3cd5dd6668d368..0457229aa2be0b8a547446789d055c4067a2d95b 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 094ba2e0be76e5496cf73ff46ac4a5fc6426afb5..bbc475e731f3896f05a7058d3581a470c922b1a4 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 38aba0ddcd37ae053ff7af605e4773e0ee1a4bf8..839226c59118ff4b53d505f53c0d098ff056ca6f 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 164f3900fb4b4f9afd1973bb474e578eb32bb10d..ca87e4783c766eb3148b3f46604080e0fb49f897 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 856194d1406450cf7caa325348fdb509a24e76dd..eed9815ed0db7d673368bddf5771884de032d609 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 7f6c5b241bed6bad9a8f7d16f9b2b57cc68f761b..ceb1a3148fe66d095f8a401c8ceecb1db5e2ab2d 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 663a01366f919319e3b46fc4dae11d475d88496c..33d8cbf97efdc52f10e7e3af4335eb053cc7ca29 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 173e5a6a994c6bdff05e780d88cca5f8d1c23972..c2cbd2b640617deaac1db421d341de3a08d35ab9 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 7fb7463a5fe483057eaa89be7bd3f0521313927b..93f55918332b38e8019279d88104769954edaf1e 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index d138761196f505757e8470b5066fcb9451f6bc2d..d324bc525c6792652b5092feae53784419d0a3f9 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 6bc3d9b33851509338ba06fc8f90e7b4c0d5df19..f7c992f26b23d0e57ce3d2e93e06a0c51972c48d 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 258121f641060602117cb10ae1fa5b5abc35afb8..d0530d6952f628312baca486b34648109adc4f61 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index ba350d4df683d7e2d0b08d6cdc6772fe03ed29b2..fc340609c420feae64a2569607f880dfc36451a9 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index c58424e1121862517090b0a634c42245fb10e4bb..11913c5c54797ae948493ccc7d03d10932651d1b 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2014-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2014, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index c41ed76cdd55e433ac2996bcb2974c3db7fe07a5..df5e5f0fb156dcda3a8bbd8f205c9ada79c06612 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 16aaa0982d2e620cd88bb6dd20da04b9bef29e18..708ee64925118a61e52186fa96060215044744cd 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 5fe70ed5d1d9bc64818b5cdb554405bfd31a20ad..71b0c43c317769d6e8a78f597db7c15874386b1a 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index fd2b45fec091f21007bb7e4a3ac7a4bc00e1a740..ce04d01d190e564c2502419ed2fa3711f4559fa9 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 16d838af9216f0913487636b043a95f1c236f922..f5a68a9cc60098e766ac832cdc89cd2463a60d49 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2013-2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2013, 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 476525543c99e13c4b4dc1c7f2c8df80b4a79493..54dff48be61d5fcf313b3d04f4603f933432476d 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;
index 3c41a32c11952544dd9907693f0617ee3d49bd87..7287b356641401a2524cc930ba7b33eb238d31c7 100644 (file)
@@ -1,10 +1,9 @@
 /*
- * Copyright (c) 2015 NEC Corporation
- * All rights reserved.
+ * Copyright (c) 2015 NEC Corporation.  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
+ * 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.vtn.manager.northbound;