summaryrefslogtreecommitdiff
path: root/woe32dll/export.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-09-17 11:05:27 +0200
committerBruno Haible <bruno@clisp.org>2018-09-17 11:56:13 +0200
commit89e580a80935bce446a3a5526a25caf151bca297 (patch)
tree4b2f3476fc398af3f78a731ec79d4473a2cc1227 /woe32dll/export.h
parentf6f4d970296f5d4a7782a33b353b976ca8a68a68 (diff)
downloadlibunistring-89e580a80935bce446a3a5526a25caf151bca297.tar.gz
Prefer https URLs where possible.
Diffstat (limited to 'woe32dll/export.h')
-rw-r--r--woe32dll/export.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/woe32dll/export.h b/woe32dll/export.h
index b365924..ca5acc6 100644
--- a/woe32dll/export.h
+++ b/woe32dll/export.h
@@ -1,5 +1,5 @@
/* Exporting symbols from Cygwin shared libraries.
- Copyright (C) 2006, 2011-2012 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2011-2018 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2006.
This program is free software: you can redistribute it and/or modify
@@ -13,7 +13,7 @@
GNU 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/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* There are four ways to build shared libraries on Cygwin:
@@ -89,7 +89,7 @@
the effect of no longer exporting the functions! - until the option
--export-all-symbols is used.
- See <http://www.haible.de/bruno/woe32dll.html> for more details. */
+ See <https://haible.de/bruno/woe32dll.html> for more details. */
#if defined __GNUC__ /* GCC compiler, GNU toolchain */