Skip to content

Commit

Permalink
doc/build_system: Update to use SPDX and GPLv2+
Browse files Browse the repository at this point in the history
Project moved to GPLv2+ as the default years ago.

While at it, remove wrong indent.

Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Jul 25, 2024
1 parent 9557e3e commit a4de7be
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions doc/developers/build_system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,19 @@ 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 ?= ..
include $(top_srcdir)/include/mk/env_pre.mk
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 ?= ../..
Expand Down

0 comments on commit a4de7be

Please sign in to comment.