summaryrefslogtreecommitdiff
path: root/lib/glthread
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-03-05 10:08:28 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-03-05 10:08:28 +0900
commitf06fb91e0373c52ed04740f8136bc7cfcc3c8766 (patch)
treef7604f9cd7573e22e6a0fb8883d81ae73ed72069 /lib/glthread
parenta2c7c975f0813d307b31d06da2c015916a6bb16d (diff)
downloadwget-f06fb91e0373c52ed04740f8136bc7cfcc3c8766.tar.gz
wget-f06fb91e0373c52ed04740f8136bc7cfcc3c8766.tar.bz2
wget-f06fb91e0373c52ed04740f8136bc7cfcc3c8766.zip
Imported Upstream version 1.21.1upstream/1.21.1upstream
Diffstat (limited to 'lib/glthread')
-rw-r--r--lib/glthread/lock.c2
-rw-r--r--lib/glthread/lock.h2
-rw-r--r--lib/glthread/threadlib.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/glthread/lock.c b/lib/glthread/lock.c
index 10af6f2..83f7565 100644
--- a/lib/glthread/lock.c
+++ b/lib/glthread/lock.c
@@ -1,5 +1,5 @@
/* Locking in multithreaded situations.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 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/lib/glthread/lock.h b/lib/glthread/lock.h
index 59485f2..fe43d6e 100644
--- a/lib/glthread/lock.h
+++ b/lib/glthread/lock.h
@@ -1,5 +1,5 @@
/* Locking in multithreaded situations.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 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/lib/glthread/threadlib.c b/lib/glthread/threadlib.c
index 501260a..373806e 100644
--- a/lib/glthread/threadlib.c
+++ b/lib/glthread/threadlib.c
@@ -1,5 +1,5 @@
/* Multithreading primitives.
- Copyright (C) 2005-2020 Free Software Foundation, Inc.
+ Copyright (C) 2005-2021 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