Bulk-add copyright headers to .xtend files
[controller.git] / opendaylight / md-sal / forwardingrules-manager / src / main / java / org / opendaylight / controller / frm / AbstractTransaction.xtend
index 9f45a11d2dac994f166239a6f7420572e2ff6b78..cb1e90d6baf7a29940497bd9afa2d581a656774b 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.frm
 
 import java.util.Collections
@@ -96,4 +103,4 @@ abstract class AbstractTransaction implements DataCommitTransaction<InstanceIden
             add(instanceId,removeValue);// because we are rolling back, add what we would have removed.
         }
     }    
-}
\ No newline at end of file
+}