diff options
author | Joseph Myers <joseph@codesourcery.com> | 2020-01-01 00:14:33 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2020-01-01 00:14:33 +0000 |
commit | d614a7539657941a9201c236b2f15afac18e1213 (patch) | |
tree | a7bb552caf4fc49aaf5cb3621d1a7c4a789b36c6 /scripts/vcs_to_changelog | |
parent | 09153638cfef9166586b0c21e852ea0d6f15a0fd (diff) | |
download | glibc-d614a7539657941a9201c236b2f15afac18e1213.zip glibc-d614a7539657941a9201c236b2f15afac18e1213.tar.gz glibc-d614a7539657941a9201c236b2f15afac18e1213.tar.bz2 |
Update copyright dates with scripts/update-copyrights.
Diffstat (limited to 'scripts/vcs_to_changelog')
-rw-r--r-- | scripts/vcs_to_changelog/frontend_c.py | 2 | ||||
-rw-r--r-- | scripts/vcs_to_changelog/misc_util.py | 2 | ||||
-rw-r--r-- | scripts/vcs_to_changelog/vcs_git.py | 2 | ||||
-rw-r--r-- | scripts/vcs_to_changelog/vcstocl_quirks.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/scripts/vcs_to_changelog/frontend_c.py b/scripts/vcs_to_changelog/frontend_c.py index 4191e86..8e37c5f 100644 --- a/scripts/vcs_to_changelog/frontend_c.py +++ b/scripts/vcs_to_changelog/frontend_c.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # The C Parser. -# Copyright (C) 2019 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 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/scripts/vcs_to_changelog/misc_util.py b/scripts/vcs_to_changelog/misc_util.py index b425bec..cce68ba 100644 --- a/scripts/vcs_to_changelog/misc_util.py +++ b/scripts/vcs_to_changelog/misc_util.py @@ -1,5 +1,5 @@ # General Utility functions. -# Copyright (C) 2019 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 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/scripts/vcs_to_changelog/vcs_git.py b/scripts/vcs_to_changelog/vcs_git.py index c88e41e..4e5bf3a 100644 --- a/scripts/vcs_to_changelog/vcs_git.py +++ b/scripts/vcs_to_changelog/vcs_git.py @@ -1,5 +1,5 @@ # Git repo support. -# Copyright (C) 2019 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 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/scripts/vcs_to_changelog/vcstocl_quirks.py b/scripts/vcs_to_changelog/vcstocl_quirks.py index b29ea56..2417e96 100644 --- a/scripts/vcs_to_changelog/vcstocl_quirks.py +++ b/scripts/vcs_to_changelog/vcstocl_quirks.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # VCSToChangeLog Quirks for the GNU C Library. -# Copyright (C) 2019 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 Free Software Foundation, Inc. # # The GNU C Library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public |