Bulk-add copyright headers to .xtend files
[controller.git] / opendaylight / md-sal / compatibility / sal-compatibility / src / main / java / org / opendaylight / controller / sal / compatibility / topology / TopologyTransaction.xtend
index 33927ff3164746dfc9107e177d9d7260e66ceb04..4de78cab0d8542441b41048f544b25698081e3be 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 java.util.Collections
@@ -63,4 +70,4 @@ class RpcResultTo implements RpcResult<Void> {
         return true;
     }
     
-}
\ No newline at end of file
+}