From 2d53846aab8b671f77ace7173a5ca2b0e92d3ad3 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 17 Jul 2020 19:33:52 -0700 Subject: [PATCH] doc/nasmdoc.src: update copyright year Updating the copyright year in the header isn't sufficient. To make it harder to mess up, move the year metadata tag to the header just below the copyright statement itself. Signed-off-by: H. Peter Anvin --- doc/nasmdoc.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nasmdoc.src b/doc/nasmdoc.src index e3d503c5..1572e3f0 100644 --- a/doc/nasmdoc.src +++ b/doc/nasmdoc.src @@ -1,6 +1,7 @@ \# -------------------------------------------------------------------------- \# \# Copyright 1996-2020 The NASM Authors - All Rights Reserved +\M{year}{1996-2020} \# See the file AUTHORS included with the NASM distribution for \# the specific copyright holders. \# @@ -36,7 +37,6 @@ \M{category}{Programming} \M{title}{NASM - The Netwide Assembler} -\M{year}{1996-2017} \M{author}{The NASM Development Team} \M{copyright_tail}{-- All Rights Reserved} \M{license}{This document is redistributable under the license given in the file "LICENSE" distributed in the NASM archive.}