Added the missing Copyright headers to most of the java files.
[ovsdb.git] / ovsdb / src / main / java / org / opendaylight / ovsdb / lib / message / InsertSerializer.java
index 4732f2c8f70c37907b5fe7e6ef00138154a8982a..68e09acfb7acc9209c5e07a9d56e92bf6db0d586 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Copyright (C) 2013 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, Madhu Venugopal
+ */
 package org.opendaylight.ovsdb.lib.message;
 
 import java.io.IOException;
@@ -19,4 +28,4 @@ public class InsertSerializer extends JsonSerializer<InsertOperation> {
 
         generator.writeEndArray();
     }
-}
\ No newline at end of file
+}