aboutsummaryrefslogtreecommitdiff
path: root/gnulib/import/glthread
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/import/glthread')
-rw-r--r--gnulib/import/glthread/lock.c2
-rw-r--r--gnulib/import/glthread/lock.h2
-rw-r--r--gnulib/import/glthread/threadlib.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/gnulib/import/glthread/lock.c b/gnulib/import/glthread/lock.c
index b144798..b650c21 100644
--- a/gnulib/import/glthread/lock.c
+++ b/gnulib/import/glthread/lock.c
@@ -1,5 +1,5 @@
/* Locking in multithreaded situations.
- Copyright (C) 2005-2025 Free Software Foundation, Inc.
+ Copyright (C) 2005-2022 Free Software Foundation, Inc.
This file is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
diff --git a/gnulib/import/glthread/lock.h b/gnulib/import/glthread/lock.h
index 462e7ff..47eed8f 100644
--- a/gnulib/import/glthread/lock.h
+++ b/gnulib/import/glthread/lock.h
@@ -1,5 +1,5 @@
/* Locking in multithreaded situations.
- Copyright (C) 2005-2025 Free Software Foundation, Inc.
+ Copyright (C) 2005-2022 Free Software Foundation, Inc.
This file is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
diff --git a/gnulib/import/glthread/threadlib.c b/gnulib/import/glthread/threadlib.c
index a6f7688..88a76ba 100644
--- a/gnulib/import/glthread/threadlib.c
+++ b/gnulib/import/glthread/threadlib.c
@@ -1,5 +1,5 @@
/* Multithreading primitives.
- Copyright (C) 2005-2025 Free Software Foundation, Inc.
+ Copyright (C) 2005-2022 Free Software Foundation, Inc.
This file is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as