BUG-625: split off SalCompatibilityProvider
[controller.git] / opendaylight / md-sal / compatibility / sal-compatibility / src / main / java / org / opendaylight / controller / sal / compatibility / topology / TopologyAdapter.xtend
index c4a1108e92a0ff85815c8c13257a063ca21de831..4ce57afe9ee1514ca55a6afaa1ce783058ad4090 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.sal.compatibility.topology
 
 import org.opendaylight.controller.md.sal.binding.util.TypeSafeDataReader
@@ -27,4 +34,4 @@ class TopologyAdapter implements IPluginInTopologyService {
         topologyPublisher.edgeUpdate(topology.toADEdgeUpdates(reader))
     }
     
-}
\ No newline at end of file
+}