X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust-java%2Forg%2Flttng%2Fust%2FLTTngUst.java;h=cc14a729f57cc2408edb6eb490d45c67914a0792;hb=f574bfb4d81b26d3cfc0243868d138e33470a950;hp=79ad97afc7cb73570917201c9dcbcbe35b026eb0;hpb=b8a2a3dcc3e0e7e0dba5a35951644de466a59b2a;p=lttng-ust.git diff --git a/liblttng-ust-java/org/lttng/ust/LTTngUst.java b/liblttng-ust-java/org/lttng/ust/LTTngUst.java index 79ad97af..cc14a729 100644 --- a/liblttng-ust-java/org/lttng/ust/LTTngUst.java +++ b/liblttng-ust-java/org/lttng/ust/LTTngUst.java @@ -1,20 +1,8 @@ -/** +/* + * SPDX-License-Identifier: LGPL-2.1-only + * * Copyright (C) 2011-2012 Mathieu Desnoyers * Copyright (C) 2012 Alexandre Montplaisir - * - * 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 */ package org.lttng.ust;