Add missing license headers
[groupbasedpolicy.git] / renderers / ios-xe / src / test / java / org / opendaylight / groupbasedpolicy / renderer / ios_xe_provider / impl / manager / NodeManagerTest.java
index ec9ded6690a892c6b0d3fba2499db1c9e2b816b9..4d69cf0d2b18cbb0f7cc935ff7fd4af0174dc4bb 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2016 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.ios_xe_provider.impl.manager;
 
 import com.google.common.base.Optional;
@@ -352,4 +359,4 @@ public class NodeManagerTest extends CustomDataBrokerTest {
     }
 
     private enum Capabilities {None, Partial, Full}
-}
\ No newline at end of file
+}