Added the missing Copyright headers to most of the java files.
[ovsdb.git] / ovsdb / src / main / java / org / opendaylight / ovsdb / lib / message / EchoResponse.java
index 2a28e67aefcbb41befac77294daa81e93b640673..90fbf64684b7e7a5447f53752e029d134466b428 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;
 
 public class EchoResponse extends Response {