X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust-java%2FLTTNG_UST.java;h=7ec611034e1b7e5ea07728a4bcaf037ba4b5a503;hb=fdb4af102796c056de5c1d7361a57bf9779788d1;hp=f6fcd4afaadfbeab1b1b8982ff5d74718b586eff;hpb=2ac851987b0cd66f9b566da2a1854fa309c3bbd0;p=lttng-ust.git diff --git a/liblttng-ust-java/LTTNG_UST.java b/liblttng-ust-java/LTTNG_UST.java index f6fcd4af..7ec61103 100644 --- a/liblttng-ust-java/LTTNG_UST.java +++ b/liblttng-ust-java/LTTNG_UST.java @@ -1,4 +1,20 @@ -import java.util.*; +/* + * Copyright (C) 2011-2012 Mathieu Desnoyers + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; only + * version 2.1 of the License. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ class LTTNG_UST { public static native void lttng_ust_java_string(String name, String arg);