summaryrefslogtreecommitdiff
path: root/build-aux/vcstocl
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-01-01 00:00:18 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2019-12-31 16:02:16 -0800
commit2cdc1bafb20b187ad067056e090fcb4396ed9099 (patch)
tree2ad3f479ae19175447d817d728d2388ecdbb6342 /build-aux/vcstocl
parent87b59dc7b4017eefe7bc8dbb3b035a05b42db765 (diff)
downloadgnulib-2cdc1bafb20b187ad067056e090fcb4396ed9099.tar.gz
maint: Run 'make update-copyright'
Diffstat (limited to 'build-aux/vcstocl')
-rw-r--r--build-aux/vcstocl/frontend_c.py2
-rw-r--r--build-aux/vcstocl/misc_util.py2
-rw-r--r--build-aux/vcstocl/vcs_git.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/build-aux/vcstocl/frontend_c.py b/build-aux/vcstocl/frontend_c.py
index e32d8485d0..4f6ef240a6 100644
--- a/build-aux/vcstocl/frontend_c.py
+++ b/build-aux/vcstocl/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/build-aux/vcstocl/misc_util.py b/build-aux/vcstocl/misc_util.py
index f023080e87..ba3aa5adc6 100644
--- a/build-aux/vcstocl/misc_util.py
+++ b/build-aux/vcstocl/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/build-aux/vcstocl/vcs_git.py b/build-aux/vcstocl/vcs_git.py
index 65b92e60a3..0b8099e0bb 100644
--- a/build-aux/vcstocl/vcs_git.py
+++ b/build-aux/vcstocl/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