From: Thanh Ha Date: Sun, 9 Aug 2015 05:30:11 +0000 (-0400) Subject: Fix license header violations in sal-karaf-xsql X-Git-Tag: release/beryllium~365 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=db940a68d841a58cc61a1ec8eec7b225eae74ba2 Fix license header violations in sal-karaf-xsql Change-Id: I756176da2ef6f617298ef1474a08ab3707b8c0d2 Signed-off-by: Thanh Ha --- diff --git a/opendaylight/md-sal/sal-karaf-xsql/src/main/java/org/opendaylight/controller/xsql/xsql.java b/opendaylight/md-sal/sal-karaf-xsql/src/main/java/org/opendaylight/controller/xsql/xsql.java index 9f0266c19d..4aaec54cb2 100644 --- a/opendaylight/md-sal/sal-karaf-xsql/src/main/java/org/opendaylight/controller/xsql/xsql.java +++ b/opendaylight/md-sal/sal-karaf-xsql/src/main/java/org/opendaylight/controller/xsql/xsql.java @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2014, 2015 Cisco Systems, Inc. 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.controller.xsql; import org.apache.karaf.shell.commands.Argument;