Added the missing Copyright headers to most of the java files.
[ovsdb.git] / ovsdb / src / main / java / org / opendaylight / ovsdb / lib / message / operations / CommitOperation.java
index 82a854e9163623942e4ff2e59f456305a949f6c5..e717ca2a5d13fe37ccc38e17168a467fa785cc9f 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Copyright (C) 2013 Red Hat, Inc.
+ *
+ * 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
+ *
+ * Authors : Madhu Venugopal
+ */
 package org.opendaylight.ovsdb.lib.message.operations;
 
 public class CommitOperation extends Operation {