about summary refs log tree commit diff
path: root/test-skeleton.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-skeleton.c')
-rw-r--r--test-skeleton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-skeleton.c b/test-skeleton.c
index 9ad7585f1a..f1d6fdce88 100644
--- a/test-skeleton.c
+++ b/test-skeleton.c
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 /* This test skeleton is to support running existing tests.  New tests
    should use <support/test-driver.c> instead; see the documentation