aboutsummaryrefslogtreecommitdiffstats
path: root/src/posix-lock.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2016-02-08 16:06:37 +0000
committerWerner Koch <[email protected]>2016-02-08 18:34:00 +0000
commitc58e487cbdd392c5ed80eef1abb2177970d19c4a (patch)
treeffef8b71027d4fab03c63f9c2b6ce5e8e8ea857f /src/posix-lock.c
parentAdd syscfg alias for x86_64-pc-linux-gnuhardened1 (diff)
downloadlibgpg-error-c58e487cbdd392c5ed80eef1abb2177970d19c4a.tar.gz
libgpg-error-c58e487cbdd392c5ed80eef1abb2177970d19c4a.zip
Convert http links to https where possible in the source.
-- * use https for bug reporting * in comments and docs, use https to refer to: - www.gnu.org - creativecommons.org - translationproject.org - mail.gnome.org - www.perl.org - www.ctan.org - www.cl.cam.ac.uk - www.ntg.nl - cygwin.com - www.ethnologue.com
Diffstat (limited to 'src/posix-lock.c')
-rw-r--r--src/posix-lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posix-lock.c b/src/posix-lock.c
index d8f5465..2e0ae92 100644
--- a/src/posix-lock.c
+++ b/src/posix-lock.c
@@ -15,7 +15,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ License along with this program; if not, see <https://www.gnu.org/licenses/>.
Parts of the code, in particular use_pthreads_p, are based on code
from gettext, written by Bruno Haible <[email protected]>, 2005.