diff --git a/Documentation/doc/Documentation/Developer_manual/Chapter_code_format.txt b/Documentation/doc/Documentation/Developer_manual/Chapter_code_format.txt index 8a8cc26b9ef..f2f87da1505 100644 --- a/Documentation/doc/Documentation/Developer_manual/Chapter_code_format.txt +++ b/Documentation/doc/Documentation/Developer_manual/Chapter_code_format.txt @@ -325,8 +325,8 @@ are allowed in \cgal), and a pointer to the file containing its text in the
  • \$URL\$ : canonical path to the file on github,
  • \$Id\$ : the release version the file is from. -
  • Then [SPDX license identifier](https://spdx.org/). For GPL-3+ it should be `SPDX-License-Identifier: GPL-3.0+`, -and `SPDX-License-Identifier: LGPL-3.0+` for LGPL-3+. +
  • Then [SPDX license identifier](https://spdx.org/). For GPL-3+ it should be `SPDX-License-Identifier: GPL-3.0-or-later`, +and `SPDX-License-Identifier: LGPL-3.0-or-later` for LGPL-3+.
  • Then the authors of (non-negligible parts of) this file are listed, with optional affiliation or e-mail address.