X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-cpu-id.c;fp=liblttng-ust%2Flttng-context-cpu-id.c;h=83c0626dfab61d5dd7f2996fc3c9026b27b798ec;hb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;hp=3f6462e65916cc0383a223722f2826e0d7a7aada;hpb=e494a9cdf17705bddf2169adf3945ed2ae335db9;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-cpu-id.c b/liblttng-ust/lttng-context-cpu-id.c index 3f6462e6..83c0626d 100644 --- a/liblttng-ust/lttng-context-cpu-id.c +++ b/liblttng-ust/lttng-context-cpu-id.c @@ -1,5 +1,7 @@ /* - * lttng-context-cpu-id.c + * SPDX-License-Identifier: LGPL-2.1-only + * + * Copyright (C) 2009-2015 Mathieu Desnoyers * * LTTng UST CPU id context. * @@ -8,22 +10,6 @@ * statistical. For instance, even though a user might select a * cpu_id==1 filter, there may be few events recorded into the channel * appearing from other CPUs, due to migration. - * - * Copyright (C) 2009-2015 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 */ #define _LGPL_SOURCE