Add license info to new files
[ovsdb.git] / ovsdb / src / main / java / org / opendaylight / ovsdb / Insert.java
index e9770d8d6527a20ce3b461e120820337efd0ae08..1ed6dd6993abe15d3eadc6841afc127857eac439 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Copyright (C) 2014 EBay Software Foundation
+ *
+ * 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 : Ashwin Raveendran
+ */
 package org.opendaylight.ovsdb;
 
 import com.fasterxml.jackson.annotation.JsonProperty;
@@ -8,9 +17,7 @@ import org.opendaylight.ovsdb.lib.meta.TableSchema;
 
 import java.util.Map;
 
-/**
- * @author Ashwin Raveendran
- */
+
 public class Insert<E extends TableSchema<E>> extends Operation<E> {
 
     public static final String INSERT = "insert";