Bug 809: Enhancements to the toaster example
[controller.git] / opendaylight / md-sal / compatibility / sal-compatibility / src / main / java / org / opendaylight / controller / sal / compatibility / topology / TopologyCommitHandler.xtend
index c02067a68ab729cec294e40235b4b5e9633bccec..fcf86f236a0dad47f00ca98cf2af7b6eab2ef1eb 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 com.google.common.collect.FluentIterable
@@ -59,4 +66,4 @@ class TopologyCommitHandler implements DataCommitHandler<InstanceIdentifier<? ex
          }
         return new TopologyTransaction(modification,topologyPublisher,dataService,msg)
     }
-}
\ No newline at end of file
+}