diff options
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 4191e86456..8e37c5fa47 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 b425bec300..cce68ba71d 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 c88e41ef62..4e5bf3ad7d 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 b29ea56031..2417e962b9 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 |