Fix license header violations in library
[ovsdb.git] / library / src / main / java / org / opendaylight / ovsdb / lib / jsonrpc / JsonRpcEncoder.java
index 94cddb0febf313857a49c93fd6be679dacc79132..44251f1d0f3f91d19596e978803c782fa3c47c7d 100644 (file)
@@ -1,12 +1,11 @@
 /*
- * Copyright (C) 2013 EBay Software Foundation
+ * Copyright (c) 2013, 2015 EBay Software Foundation and others. All rights reserved.
  *
  * 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.jsonrpc;
 
 import io.netty.channel.ChannelHandlerContext;