From a4de7be42dfd7054214680ff253c5cfdb4cd1bee Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Thu, 25 Jul 2024 23:34:17 +0200 Subject: [PATCH] doc/build_system: Update to use SPDX and GPLv2+ Project moved to GPLv2+ as the default years ago. While at it, remove wrong indent. Signed-off-by: Petr Vorel --- doc/developers/build_system.rst | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/developers/build_system.rst b/doc/developers/build_system.rst index bf4714dd655..8dca5720795 100644 --- a/doc/developers/build_system.rst +++ b/doc/developers/build_system.rst @@ -45,11 +45,9 @@ directly tie into applications, e.g. baz.c -> baz): --> baz.c .. code-block:: make - :caption: .../foo/Makefile + :caption: .../foo/Makefile - # - # Copyright disclaimer goes here -- please use GPLv2. - # + # SPDX-License-Identifier: GPL-2.0-or-later top_srcdir ?= .. @@ -57,11 +55,9 @@ directly tie into applications, e.g. baz.c -> baz): include $(top_srcdir)/include/mk/generic_trunk_target.mk .. code-block:: make - :caption: .../foo/bar/Makefile + :caption: .../foo/bar/Makefile - # - # Copyright disclaimer goes here -- please use GPLv2. - # + # SPDX-License-Identifier: GPL-2.0-or-later top_srcdir ?= ../..