gdb: use dynamic year in update-freebsd.sh
authorEnze Li <enze.li@hotmail.com>
Wed, 1 Feb 2023 13:26:11 +0000 (21:26 +0800)
committerEnze Li <enze.li@hotmail.com>
Tue, 28 Mar 2023 14:02:19 +0000 (22:02 +0800)
When running update-freebsd.sh on FreeBSD, I see the following
modification in freebsd.xml,

-<!-- Copyright (C) 2009-2023 Free Software Foundation, Inc.
+<!-- Copyright (C) 2009-2020 Free Software Foundation, Inc.

It means that each time, when we running the update-freebsd.sh on
FreeBSD, we have to correct the year of copyright manually. So fix this
issue by using dynamic year.

Tested by regenerating freebsd.xml on FreeBSD/amd64.

Reviewed-By: John Baldwin <jhb@FreeBSD.org>
Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/syscalls/update-freebsd.sh

index b5b882e921b645e444272ca7b3927bec52638a06..ce82564e5c051d9273dd7cfd105d3d784cd3e2e1 100755 (executable)
@@ -33,10 +33,12 @@ if [ $# -ne 1 ]; then
    exit 1
 fi
 
+year=$(date +%Y)
+
 cat > freebsd.xml.tmp <<EOF
 <?xml version="1.0"?> <!-- THIS FILE IS GENERATED -*- buffer-read-only: t -*-  -->
 <!-- vi:set ro: -->
-<!-- Copyright (C) 2009-2020 Free Software Foundation, Inc.
+<!-- Copyright (C) 2009-$year Free Software Foundation, Inc.
 
      Copying and distribution of this file, with or without modification,
      are permitted in any medium without royalty provided the copyright