X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=ovsdb%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fovsdb%2Flib%2Fmessage%2FInsertSerializer.java;h=68e09acfb7acc9209c5e07a9d56e92bf6db0d586;hb=07612accfea210aa33dca0fb505717fcfc13064e;hp=4732f2c8f70c37907b5fe7e6ef00138154a8982a;hpb=d86974d179e41050cdf196db394c6b114a6c12e1;p=ovsdb.git diff --git a/ovsdb/src/main/java/org/opendaylight/ovsdb/lib/message/InsertSerializer.java b/ovsdb/src/main/java/org/opendaylight/ovsdb/lib/message/InsertSerializer.java index 4732f2c8f..68e09acfb 100644 --- a/ovsdb/src/main/java/org/opendaylight/ovsdb/lib/message/InsertSerializer.java +++ b/ovsdb/src/main/java/org/opendaylight/ovsdb/lib/message/InsertSerializer.java @@ -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 { generator.writeEndArray(); } -} \ No newline at end of file +}