]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - test-skeleton.c
po: Incorporate translations (sr)
[thirdparty/glibc.git] / test-skeleton.c
index be40cb0dca27532ea689d2695d8fd2554d5bfa4c..ae185a4f2821de0005221d85090fcd72d9e55cc2 100644 (file)
@@ -1,7 +1,6 @@
 /* Legacy test skeleton.
-   Copyright (C) 1998-2018 Free Software Foundation, Inc.
+   Copyright (C) 1998-2024 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -15,7 +14,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