summaryrefslogtreecommitdiff
path: root/pygnulib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2023-01-01 01:14:21 +0100
committerSimon Josefsson <simon@josefsson.org>2023-01-01 01:14:21 +0100
commit32a72f45374c9a36afa574d1a08bb98090270012 (patch)
tree520bce408eaadd509518fa24004eaaa2467a7986 /pygnulib
parent14a7b0ce5462c90ce86d97bf952185ec2500d341 (diff)
downloadgnulib-32a72f45374c9a36afa574d1a08bb98090270012.tar.gz
maint: run 'make update-copyright'
Diffstat (limited to 'pygnulib')
-rw-r--r--pygnulib/GLConfig.py2
-rw-r--r--pygnulib/GLEmiter.py2
-rw-r--r--pygnulib/GLError.py2
-rw-r--r--pygnulib/GLFileSystem.py2
-rw-r--r--pygnulib/GLImport.py2
-rw-r--r--pygnulib/GLInfo.py2
-rw-r--r--pygnulib/GLMakefileTable.py2
-rw-r--r--pygnulib/GLModuleSystem.py2
-rw-r--r--pygnulib/GLTestDir.py2
-rw-r--r--pygnulib/__init__.py2
-rw-r--r--pygnulib/classes.py2
-rw-r--r--pygnulib/constants.py2
12 files changed, 12 insertions, 12 deletions
diff --git a/pygnulib/GLConfig.py b/pygnulib/GLConfig.py
index 216f2e05fa..a2392bf904 100644
--- a/pygnulib/GLConfig.py
+++ b/pygnulib/GLConfig.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2022 Free Software Foundation, Inc.
+# Copyright (C) 2002-2023 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/pygnulib/GLEmiter.py b/pygnulib/GLEmiter.py
index 8c8b3ed8a7..93f50b728c 100644
--- a/pygnulib/GLEmiter.py
+++ b/pygnulib/GLEmiter.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2022 Free Software Foundation, Inc.
+# Copyright (C) 2002-2023 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/pygnulib/GLError.py b/pygnulib/GLError.py
index c736e423af..712d74409b 100644
--- a/pygnulib/GLError.py
+++ b/pygnulib/GLError.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2022 Free Software Foundation, Inc.
+# Copyright (C) 2002-2023 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/pygnulib/GLFileSystem.py b/pygnulib/GLFileSystem.py
index 82f5f085b9..a0c6874770 100644
--- a/pygnulib/GLFileSystem.py
+++ b/pygnulib/GLFileSystem.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2022 Free Software Foundation, Inc.
+# Copyright (C) 2002-2023 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/pygnulib/GLImport.py b/pygnulib/GLImport.py
index 5dd73fa8bd..41b33146a3 100644
--- a/pygnulib/GLImport.py
+++ b/pygnulib/GLImport.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2022 Free Software Foundation, Inc.
+# Copyright (C) 2002-2023 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/pygnulib/GLInfo.py b/pygnulib/GLInfo.py
index b2d4457a5f..5e2eba54dd 100644
--- a/pygnulib/GLInfo.py
+++ b/pygnulib/GLInfo.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2022 Free Software Foundation, Inc.
+# Copyright (C) 2002-2023 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/pygnulib/GLMakefileTable.py b/pygnulib/GLMakefileTable.py
index d23f5710cb..e8ebe339be 100644
--- a/pygnulib/GLMakefileTable.py
+++ b/pygnulib/GLMakefileTable.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2022 Free Software Foundation, Inc.
+# Copyright (C) 2002-2023 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/pygnulib/GLModuleSystem.py b/pygnulib/GLModuleSystem.py
index f9b47a64a5..cc9bb27642 100644
--- a/pygnulib/GLModuleSystem.py
+++ b/pygnulib/GLModuleSystem.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2022 Free Software Foundation, Inc.
+# Copyright (C) 2002-2023 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/pygnulib/GLTestDir.py b/pygnulib/GLTestDir.py
index 68cc5ce411..6eead9adb8 100644
--- a/pygnulib/GLTestDir.py
+++ b/pygnulib/GLTestDir.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2022 Free Software Foundation, Inc.
+# Copyright (C) 2002-2023 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/pygnulib/__init__.py b/pygnulib/__init__.py
index 5e916b2e2b..ca3685be49 100644
--- a/pygnulib/__init__.py
+++ b/pygnulib/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2022 Free Software Foundation, Inc.
+# Copyright (C) 2002-2023 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/pygnulib/classes.py b/pygnulib/classes.py
index 575e0b08c3..4b7b211702 100644
--- a/pygnulib/classes.py
+++ b/pygnulib/classes.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2022 Free Software Foundation, Inc.
+# Copyright (C) 2002-2023 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/pygnulib/constants.py b/pygnulib/constants.py
index 10e11623b4..5bdd00f514 100644
--- a/pygnulib/constants.py
+++ b/pygnulib/constants.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2022 Free Software Foundation, Inc.
+# Copyright (C) 2002-2023 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