Bulk-add copyright headers to java files
[controller.git] / opendaylight / connectionmanager / implementation / src / main / java / org / opendaylight / controller / connectionmanager / scheme / SingleControllerScheme.java
index a84a11b33614d2b7ffce0d3fba3b839fe35749f4..292773a2ed7e4188aac391450549ec30d6450aec 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.controller.connectionmanager.scheme;
 
 import org.opendaylight.controller.clustering.services.IClusterGlobalServices;
@@ -24,4 +31,4 @@ class SingleControllerScheme extends AbstractScheme {
         // Lets make it simple. The Cluster Coordinator is the master
         return clusterServices.amICoordinator();
     }
-}
\ No newline at end of file
+}