Bulk-add copyright headers to .xtend files
[controller.git] / opendaylight / md-sal / forwardingrules-manager / src / main / java / org / opendaylight / controller / frm / meter / MeterCommitHandler.xtend
index dd8d4c7b40bf37e747e9349e48292c57f84ef285..d5292f0f8b2f46f7e07c6ef073722441bbe32748 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.meter
 
 import org.opendaylight.controller.md.sal.common.api.data.DataCommitHandler
@@ -19,4 +26,4 @@ class FlowCommitHandler implements DataCommitHandler<InstanceIdentifier<? extend
         return new MeterTransaction(modification,salMeterService);
     }
     
-}
\ No newline at end of file
+}