Fix license header violations in bgpmanager
[vpnservice.git] / bgpmanager / bgpmanager-impl / src / main / java / org / opendaylight / bgpmanager / thrift / exceptions / BgpRouterException.java
index 405dc3d8d8be7657ed6fedd93d3806040122c6e3..ee91b116716bf9bac0d68598429a27ccd0192fa4 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (c) 2015 Ericsson India Global Services Pvt Ltd. 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
+ */
+
 package org.opendaylight.bgpmanager.thrift.exceptions;
 
 public class BgpRouterException extends Exception {
@@ -21,6 +29,6 @@ public class BgpRouterException extends Exception {
     public int getErrorCode() {
         return errcode;
     }
-    
+
     private int errcode;
 }