]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - debug/catchsegv.sh
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / debug / catchsegv.sh
index 9f656452b72cae76eabf989d15b33b2525a0e77f..9b5f9951a692b51e17bbf812db8d862361df838a 100755 (executable)
@@ -1,6 +1,5 @@
-#! /bin/sh
-# Copyright (C) 1998,1999,2001,2003,2004,2006-2013
-# Free Software Foundation, Inc.
+#!/bin/sh
+# Copyright (C) 1998-2019 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 # Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -16,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/>.
 
 if test $# -eq 0; then
   echo "$0: missing program name" >&2
@@ -41,7 +40,7 @@ EOF
       ;;
     --v | --ve | --ver | --vers | --versi | --versio | --version)
       echo 'catchsegv @PKGVERSION@@VERSION@'
-      echo 'Copyright (C) 2013 Free Software Foundation, Inc.
+      echo 'Copyright (C) 2019 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 Written by Ulrich Drepper.'