Update year range in copyright notice of binutils files
This commit is contained in:
parent
4e54fa77a0
commit
d3afeac439
|
@ -1,3 +1,9 @@
|
|||
2018-01-03 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* add-log.el: Update copyright year range.
|
||||
* texi2pod.pl: Likewise.
|
||||
* update-copyright.py: Likewise.
|
||||
|
||||
2017-12-14 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* add-log.el: Update address of FSF in copyright notice.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
;;; add-log.el --- change log maintenance commands for Emacs
|
||||
|
||||
;; Copyright (C) 1985-2017 Free Software Foundation, Inc.
|
||||
;; Copyright (C) 1985-2018 Free Software Foundation, Inc.
|
||||
|
||||
;; Keywords: maint
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#! /usr/bin/perl -w
|
||||
|
||||
# Copyright (C) 1999-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
||||
|
||||
# This file is part of GCC.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
#
|
||||
# Copyright (C) 2013-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2013-2018 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
|
||||
|
|
Loading…
Reference in New Issue