aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2025-01-01 18:17:28 +1030
committerAlan Modra <amodra@gmail.com>2025-01-01 18:29:57 +1030
commite8e7cf2abe04d5691eb8e31cd18589ec9eb78635 (patch)
tree18cbc5ca8ee9a13c9bd06dbe06914cac87faac7c /etc
parenta21a6dbe639a17792b800ae75272fa2815a8b9b5 (diff)
downloadgdb-e8e7cf2abe04d5691eb8e31cd18589ec9eb78635.zip
gdb-e8e7cf2abe04d5691eb8e31cd18589ec9eb78635.tar.gz
gdb-e8e7cf2abe04d5691eb8e31cd18589ec9eb78635.tar.bz2
Update year range in copyright notice of binutils files
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile.am2
-rw-r--r--etc/Makefile.in2
-rw-r--r--etc/add-log.el2
-rw-r--r--etc/texi2pod.pl2
-rwxr-xr-xetc/update-copyright.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index f48d0d2..81f9be6 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
#
-# Copyright (C) 1992-2024 Free Software Foundation, Inc.
+# Copyright (C) 1992-2025 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/etc/Makefile.in b/etc/Makefile.in
index b73dbde..2ca1095 100644
--- a/etc/Makefile.in
+++ b/etc/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
#
-# Copyright (C) 1992-2024 Free Software Foundation, Inc.
+# Copyright (C) 1992-2025 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/etc/add-log.el b/etc/add-log.el
index a2c8027..ce58afe 100644
--- a/etc/add-log.el
+++ b/etc/add-log.el
@@ -25,7 +25,7 @@
;;; add-log.el --- change log maintenance commands for Emacs
-;; Copyright (C) 1985-2024 Free Software Foundation, Inc.
+;; Copyright (C) 1985-2025 Free Software Foundation, Inc.
;; Keywords: maint
diff --git a/etc/texi2pod.pl b/etc/texi2pod.pl
index a0ea5ed..d550946 100644
--- a/etc/texi2pod.pl
+++ b/etc/texi2pod.pl
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
-# Copyright (C) 1999-2024 Free Software Foundation, Inc.
+# Copyright (C) 1999-2025 Free Software Foundation, Inc.
# This file is part of GCC.
diff --git a/etc/update-copyright.py b/etc/update-copyright.py
index 589eb98..148720f 100755
--- a/etc/update-copyright.py
+++ b/etc/update-copyright.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright (C) 2013-2024 Free Software Foundation, Inc.
+# Copyright (C) 2013-2025 Free Software Foundation, Inc.
#
# This script is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by