diff options
Diffstat (limited to 'loginutils/cryptpw.c')
-rw-r--r-- | loginutils/cryptpw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loginutils/cryptpw.c b/loginutils/cryptpw.c index b44993f..f32cbce 100644 --- a/loginutils/cryptpw.c +++ b/loginutils/cryptpw.c @@ -2,12 +2,12 @@ /* * cryptpw.c - output a crypt(3)ed password to stdout. * - * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Licensed under GPLv2 or later, see file LICENSE in this source tree. * * Cooked from passwd.c by Thomas Lundquist <thomasez@zelow.no> * mkpasswd compatible options added by Bernhard Reutner-Fischer * - * Licensed under GPLv2, see file LICENSE in this tarball for details. + * Licensed under GPLv2, see file LICENSE in this source tree. */ #include "libbb.h" |