diff options
Diffstat (limited to 'usr.bin/compress/gzexe')
-rw-r--r-- | usr.bin/compress/gzexe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/compress/gzexe b/usr.bin/compress/gzexe index edffccfde88..710622aa05d 100644 --- a/usr.bin/compress/gzexe +++ b/usr.bin/compress/gzexe @@ -1,13 +1,13 @@ #!/bin/sh - # -# $OpenBSD: gzexe,v 1.2 2003/07/31 08:10:35 otto Exp $ +# $OpenBSD: gzexe,v 1.3 2003/08/05 18:22:17 deraadt Exp $ # # Copyright (c) 2003 Otto Moerbeek <otto@drijf.net> -# +# # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notice and this permission notice appear in all copies. -# +# # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |