X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng-abi.c;h=c535cb95d4814a0f0e50debc496dbec66b767ff3;hb=refs%2Fheads%2Fuid-tracker;hp=f155c76be5b3144e211aabdaf45914daede1101e;hpb=6c27a5ccba05b088fbfcf8cd982c25649838298d;p=deliverable%2Flttng-modules.git diff --git a/lttng-abi.c b/lttng-abi.c index f155c76b..c535cb95 100644 --- a/lttng-abi.c +++ b/lttng-abi.c @@ -1,25 +1,11 @@ -/* +/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) + * * lttng-abi.c * * LTTng ABI * * Copyright (C) 2010-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 - * - * * Mimic system calls for: * - session creation, returns a file descriptor or failure. * - channel creation, returns a file descriptor or failure.