X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fplugins%2Fflt.lttng-utils.debug-info%2Ftest_dwarf.c;h=99c584fbf1f21c2333c8daa9932a146bfc3e24ce;hb=d6641c890cd38d0c43a84fd54ccf3c10de88a56b;hp=01a7b5172500d0a1716dd6e038420f8b88eccac6;hpb=eda096d774a5c41bcbc0c54846c716f8aeb6ad99;p=babeltrace.git diff --git a/tests/plugins/flt.lttng-utils.debug-info/test_dwarf.c b/tests/plugins/flt.lttng-utils.debug-info/test_dwarf.c index 01a7b517..99c584fb 100644 --- a/tests/plugins/flt.lttng-utils.debug-info/test_dwarf.c +++ b/tests/plugins/flt.lttng-utils.debug-info/test_dwarf.c @@ -1,23 +1,10 @@ /* - * test_dwarf.c + * SPDX-License-Identifier: GPL-2.0-only * - * Babeltrace bt_dwarf (DWARF utilities) tests - * - * Copyright (c) 2015 EfficiOS Inc. and Linux Foundation - * Copyright (c) 2015 Antoine Busque - * - * 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; under version 2 of the License. + * Copyright (C) 2015 EfficiOS Inc. and Linux Foundation + * Copyright (C) 2015 Antoine Busque * - * 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., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * Babeltrace bt_dwarf (DWARF utilities) tests */ #include @@ -162,5 +149,5 @@ int main(int argc, char **argv) test_bt_no_dwarf(data_dir); test_bt_dwarf(data_dir); - return EXIT_SUCCESS; + return exit_status(); }