https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bc70b16620943b5120acf0fddbe2b37277650eb9
commit bc70b16620943b5120acf0fddbe2b37277650eb9 Author: Alan Modra <[email protected]> Date: Tue Jan 1 21:01:27 2019 +1030 Update year range in copyright notice of binutils files Diff: --- etc/add-log.el | 2 +- etc/texi2pod.pl | 2 +- etc/update-copyright.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/add-log.el b/etc/add-log.el index 84573eed1..5359f9781 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-2018 Free Software Foundation, Inc. +;; Copyright (C) 1985-2019 Free Software Foundation, Inc. ;; Keywords: maint diff --git a/etc/texi2pod.pl b/etc/texi2pod.pl index f4721f45e..b0540338c 100644 --- a/etc/texi2pod.pl +++ b/etc/texi2pod.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# Copyright (C) 1999-2018 Free Software Foundation, Inc. +# Copyright (C) 1999-2019 Free Software Foundation, Inc. # This file is part of GCC. diff --git a/etc/update-copyright.py b/etc/update-copyright.py index f9f505827..4579fcd8b 100755 --- a/etc/update-copyright.py +++ b/etc/update-copyright.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2013-2018 Free Software Foundation, Inc. +# Copyright (C) 2013-2019 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
