Bulk-add copyright headers to .xtend files
[controller.git] / opendaylight / md-sal / compatibility / inventory-topology-compatibility / src / main / java / org / opendaylight / controller / md / compatibility / topologymanager / ConfigurableLinkManager.xtend
index da3bf66424ee0b981e9b578298f97ae69f1377b0..b5f6cecd349c57b57def35459ffc3e113b5ebfd3 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.md.compatibility.topologymanager
 
 import org.opendaylight.controller.topologymanager.ITopologyManager
@@ -21,4 +28,4 @@ abstract class ConfigurableLinkManager implements ITopologyManager {
         throw new UnsupportedOperationException("TODO: auto-generated method stub")
         
     }
-}
\ No newline at end of file
+}