aboutsummaryrefslogtreecommitdiff
path: root/testcases/commands/gdb/Makefile
diff options
context:
space:
mode:
authorXie Ziyao <xieziyao@huawei.com>2021-05-13 14:23:40 +0800
committerPetr Vorel <pvorel@suse.cz>2021-05-24 14:12:00 +0200
commita90664f8d7efb06cbdde6598b44709597cb14f22 (patch)
treeb45df0245236326048006af31f4828fef6338786 /testcases/commands/gdb/Makefile
parent0fb171f2beddaf64bd27597577c206c0f892b3cd (diff)
downloadltp-a90664f8d7efb06cbdde6598b44709597cb14f22.tar.gz
Makefile: Use SPDX in Makefile
in tests converted to new API to follow this change in tests themselves. Reviewed-by: Petr Vorel <pvorel@suse.cz> Signed-off-by: Xie Ziyao <xieziyao@huawei.com>
Diffstat (limited to 'testcases/commands/gdb/Makefile')
-rw-r--r--testcases/commands/gdb/Makefile20
1 files changed, 2 insertions, 18 deletions
diff --git a/testcases/commands/gdb/Makefile b/testcases/commands/gdb/Makefile
index 1ebbf653d..80967e848 100644
--- a/testcases/commands/gdb/Makefile
+++ b/testcases/commands/gdb/Makefile
@@ -1,21 +1,5 @@
-#
-# misc/gdb test suite Makefile.
-#
-# Copyright (C) 2017 Red Hat, Inc.
-#
-# 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; either version 2 of the License, or
-# (at your option) any later version.
-#
-# 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, see <http://www.gnu.org/licenses/>.
-#
+# SPDX-License-Identifier: GPL-2.0-or-later
+# Copyright (C) 2017 Red Hat, Inc.
top_srcdir ?= ../../..