X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Funit%2Fini_config%2Ftest_ini_config;h=f3d197a1ec6cefcdc35095378d9bfbab8ec7c26e;hp=57a3710e3c6939d5fd7e4c624df8c1965d0928fb;hb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;hpb=ec5b87f3610b3b0e52ce6109600930deb5996cca diff --git a/tests/unit/ini_config/test_ini_config b/tests/unit/ini_config/test_ini_config index 57a3710e3..f3d197a1e 100755 --- a/tests/unit/ini_config/test_ini_config +++ b/tests/unit/ini_config/test_ini_config @@ -1,21 +1,10 @@ #!/bin/sh # -# Copyright (C) 2013 - Jérémie Galarneau +# Copyright (C) 2013 Jérémie Galarneau # -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; only version 2 -# of the License. -# -# This program 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 General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# SPDX-License-Identifier: GPL-2.0-only # + CURDIR=$(dirname $0)/ ROOTDIR=$CURDIR/../..