Bulk-add copyright headers to .xtend files
[controller.git] / opendaylight / md-sal / forwardingrules-manager / src / main / java / org / opendaylight / controller / frm / group / GroupCommitHandler.xtend
index 2c5f42b0ac219f3bf876579e91a601a6f97baa87..b6d385126ffc2d0489cb4ccc6eb54870c47ab7ce 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.group
 
 import org.opendaylight.controller.md.sal.common.api.data.DataCommitHandler
@@ -19,4 +26,4 @@ class GroupCommitHandler implements DataCommitHandler<InstanceIdentifier<? exten
         return new GroupTransaction(modification,groupService);
     }
     
-}
\ No newline at end of file
+}