diff options
Diffstat (limited to 'gdb/syscalls')
-rw-r--r-- | gdb/syscalls/Makefile | 2 | ||||
-rw-r--r-- | gdb/syscalls/apply-defaults.xsl | 2 | ||||
-rw-r--r-- | gdb/syscalls/freebsd.xml | 2 | ||||
-rw-r--r-- | gdb/syscalls/gdb-syscalls.dtd | 2 | ||||
-rw-r--r-- | gdb/syscalls/netbsd.xml | 2 | ||||
-rwxr-xr-x | gdb/syscalls/update-freebsd.sh | 2 | ||||
-rwxr-xr-x | gdb/syscalls/update-linux-defaults.sh | 2 | ||||
-rwxr-xr-x | gdb/syscalls/update-linux-from-src.sh | 2 | ||||
-rwxr-xr-x | gdb/syscalls/update-linux.sh | 2 | ||||
-rwxr-xr-x | gdb/syscalls/update-netbsd.sh | 4 |
10 files changed, 11 insertions, 11 deletions
diff --git a/gdb/syscalls/Makefile b/gdb/syscalls/Makefile index 0c31f07..3656fcd 100644 --- a/gdb/syscalls/Makefile +++ b/gdb/syscalls/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 Free Software Foundation, Inc. # This file is part of GDB. diff --git a/gdb/syscalls/apply-defaults.xsl b/gdb/syscalls/apply-defaults.xsl index fef45a8..23f89d7 100644 --- a/gdb/syscalls/apply-defaults.xsl +++ b/gdb/syscalls/apply-defaults.xsl @@ -1,5 +1,5 @@ <!-- Generate syscall XML files based on defaults template. - Copyright (C) 2016-2024 Free Software Foundation, Inc. + Copyright (C) 2016-2025 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/syscalls/freebsd.xml b/gdb/syscalls/freebsd.xml index d2758c8..5fbe36d 100644 --- a/gdb/syscalls/freebsd.xml +++ b/gdb/syscalls/freebsd.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- THIS FILE IS GENERATED -*- buffer-read-only: t -*- --> <!-- vi:set ro: --> -<!-- Copyright (C) 2009-2024 Free Software Foundation, Inc. +<!-- Copyright (C) 2009-2025 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/syscalls/gdb-syscalls.dtd b/gdb/syscalls/gdb-syscalls.dtd index 0bb93ed..daceb0f 100644 --- a/gdb/syscalls/gdb-syscalls.dtd +++ b/gdb/syscalls/gdb-syscalls.dtd @@ -1,4 +1,4 @@ -<!-- Copyright (C) 2009-2024 Free Software Foundation, Inc. +<!-- Copyright (C) 2009-2025 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/syscalls/netbsd.xml b/gdb/syscalls/netbsd.xml index e1e25d8..f0e3815 100644 --- a/gdb/syscalls/netbsd.xml +++ b/gdb/syscalls/netbsd.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- THIS FILE IS GENERATED -*- buffer-read-only: t -*- --> <!-- vi:set ro: --> -<!-- Copyright (C) 2020-2024 Free Software Foundation, Inc. +<!-- Copyright (C) 2020-2025 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/gdb/syscalls/update-freebsd.sh b/gdb/syscalls/update-freebsd.sh index 2a54c19..ae1ee80 100755 --- a/gdb/syscalls/update-freebsd.sh +++ b/gdb/syscalls/update-freebsd.sh @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2018-2024 Free Software Foundation, Inc. +# Copyright (C) 2018-2025 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/syscalls/update-linux-defaults.sh b/gdb/syscalls/update-linux-defaults.sh index 92378f0..d374051 100755 --- a/gdb/syscalls/update-linux-defaults.sh +++ b/gdb/syscalls/update-linux-defaults.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2023-2024 Free Software Foundation, Inc. +# Copyright (C) 2023-2025 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/syscalls/update-linux-from-src.sh b/gdb/syscalls/update-linux-from-src.sh index 35d7899..ea06c13 100755 --- a/gdb/syscalls/update-linux-from-src.sh +++ b/gdb/syscalls/update-linux-from-src.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/syscalls/update-linux.sh b/gdb/syscalls/update-linux.sh index 8248a96..107ce05 100755 --- a/gdb/syscalls/update-linux.sh +++ b/gdb/syscalls/update-linux.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2022-2024 Free Software Foundation, Inc. +# Copyright (C) 2022-2025 Free Software Foundation, Inc. # # This file is part of GDB. # diff --git a/gdb/syscalls/update-netbsd.sh b/gdb/syscalls/update-netbsd.sh index 43b2b04..ef50646 100755 --- a/gdb/syscalls/update-netbsd.sh +++ b/gdb/syscalls/update-netbsd.sh @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 Free Software Foundation, Inc. # # This file is part of GDB. # @@ -36,7 +36,7 @@ fi cat > netbsd.xml.tmp <<EOF <?xml version="1.0"?> <!-- THIS FILE IS GENERATED -*- buffer-read-only: t -*- --> <!-- vi:set ro: --> -<!-- Copyright (C) 2020-2024 Free Software Foundation, Inc. +<!-- Copyright (C) 2020-2025 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright |