Added the missing Copyright headers to most of the java files.
[ovsdb.git] / ovsdb / src / main / java / org / opendaylight / ovsdb / lib / message / operations / MutateOperation.java
index d9101fd8772dc66f4518aff7d20311c1482f42e8..72ab481da2dffe8c86f129f661d31f81de79a897 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;
 
 import java.util.List;
@@ -5,7 +14,6 @@ import java.util.List;
 import org.opendaylight.ovsdb.lib.notation.Condition;
 import org.opendaylight.ovsdb.lib.notation.Mutation;
 
-//TODO Madhu : This is not complete. Getting it in to enable other committers to make progress
 public class MutateOperation extends Operation {
     String table;
     List<Condition> where;