X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=misc%2Fshlib;h=8772d4f4a9e076d21beaa6078718fb9eca934a7c;hp=f0eb2afcf9cc5317388ad0aecd3ed415052394ef;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=5e1e572b71ae31a6071daa24e2460a68a6f1003c diff --git a/misc/shlib b/misc/shlib index f0eb2afc..8772d4f4 100755 --- a/misc/shlib +++ b/misc/shlib @@ -1,6 +1,7 @@ #!/bin/sh ############################################################################## -# Copyright (c) 1998-2005,2007 Free Software Foundation, Inc. # +# Copyright 2020 Thomas E. Dickey # +# Copyright 1998-2005,2007 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -29,7 +30,7 @@ # # Author: Thomas E. Dickey 1996 # -# $Id: shlib,v 1.12 2007/01/13 17:09:52 tom Exp $ +# $Id: shlib,v 1.13 2020/02/02 23:34:34 tom Exp $ # Use this script as a wrapper when running executables linked to shared # libraries on systems that use the $LD_LIBRARY_PATH variable and don't embed # the soname's path within the linked executable (such as IRIX), e.g,