diff options
| author | Stefan Kangas | 2025-01-02 18:32:51 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-01-02 18:39:42 +0100 |
| commit | 7fa975adbce3f2ce4ba40ea52110b992a52262b6 (patch) | |
| tree | 98080d2e47eb14293bd131fe22e04f050759ff6f /admin/nt | |
| parent | afe776051ec84c4bb37fc20b8dcfff3b1c81018e (diff) | |
| download | emacs-7fa975adbce3f2ce4ba40ea52110b992a52262b6.tar.gz emacs-7fa975adbce3f2ce4ba40ea52110b992a52262b6.zip | |
Update copyright year to 2025
Run "TZ=UTC0 admin/update-copyright".
Diffstat (limited to 'admin/nt')
| -rw-r--r-- | admin/nt/README-UNDUMP.W32 | 2 | ||||
| -rw-r--r-- | admin/nt/dist-build/README-windows-binaries | 2 | ||||
| -rwxr-xr-x | admin/nt/dist-build/build-dep-zips.py | 2 | ||||
| -rwxr-xr-x | admin/nt/dist-build/build-zips.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/admin/nt/README-UNDUMP.W32 b/admin/nt/README-UNDUMP.W32 index 8b13d10159b..91fe51671fc 100644 --- a/admin/nt/README-UNDUMP.W32 +++ b/admin/nt/README-UNDUMP.W32 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001-2024 Free Software Foundation, Inc. | 1 | Copyright (C) 2001-2025 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | Emacs for Windows | 4 | Emacs for Windows |
diff --git a/admin/nt/dist-build/README-windows-binaries b/admin/nt/dist-build/README-windows-binaries index 3bdb0913869..b42c00e1912 100644 --- a/admin/nt/dist-build/README-windows-binaries +++ b/admin/nt/dist-build/README-windows-binaries | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | Copyright (C) 2001-2024 Free Software Foundation, Inc. | 1 | Copyright (C) 2001-2025 Free Software Foundation, Inc. |
| 2 | See the end of the file for license conditions. | 2 | See the end of the file for license conditions. |
| 3 | 3 | ||
| 4 | Precompiled Distributions of | 4 | Precompiled Distributions of |
diff --git a/admin/nt/dist-build/build-dep-zips.py b/admin/nt/dist-build/build-dep-zips.py index 9df5d6703a8..567e8eb2133 100755 --- a/admin/nt/dist-build/build-dep-zips.py +++ b/admin/nt/dist-build/build-dep-zips.py | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/usr/bin/python3 | 1 | #!/usr/bin/python3 |
| 2 | 2 | ||
| 3 | ## Copyright (C) 2017-2024 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2017-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ## This file is part of GNU Emacs. | 5 | ## This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/admin/nt/dist-build/build-zips.sh b/admin/nt/dist-build/build-zips.sh index 3b9db3deef5..53b41ef6b49 100755 --- a/admin/nt/dist-build/build-zips.sh +++ b/admin/nt/dist-build/build-zips.sh | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/bash | 1 | #!/bin/bash |
| 2 | 2 | ||
| 3 | ## Copyright (C) 2017-2024 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2017-2025 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ## This file is part of GNU Emacs. | 5 | ## This file is part of GNU Emacs. |
| 6 | 6 | ||