X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flinking%2Fdemo.c;h=74d1d22a601f11ab7840b59e41a54fa69e82fb52;hb=ce7fc42f24c2c9a62a5eeb77f248d27a5cb4de4b;hp=a02ee80204a02e61a4a07dc57fd5cded806e85d9;hpb=91c7528576191398299e36d4ac061b8a0076a643;p=lttng-tools.git diff --git a/tests/regression/ust/linking/demo.c b/tests/regression/ust/linking/demo.c index a02ee8020..74d1d22a6 100644 --- a/tests/regression/ust/linking/demo.c +++ b/tests/regression/ust/linking/demo.c @@ -1,20 +1,9 @@ /* - * Copyright (C) 2009 Pierre-Marc Fournier - * Copyright (C) 2011 Mathieu Desnoyers + * Copyright (C) 2009 Pierre-Marc Fournier + * Copyright (C) 2011 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; version 2.1 of - * the License. + * SPDX-License-Identifier: LGPL-2.1-only * - * 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 */ #include @@ -31,7 +20,7 @@ #define TRACEPOINT_DEFINE -#if TEST_DYNAMIC_LINKAGE +#ifdef TEST_DYNAMIC_LINKAGE #define TRACEPOINT_PROBE_DYNAMIC_LINKAGE #endif