slitaz-base-files rev 103
ldd,man: update (C) date
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 07 11:00:47 2012 +0100 (2012-03-07) |
parents | 9acf8ee770e5 |
children | 7b0bf576d2b8 |
files | rootfs/usr/bin/ldd rootfs/usr/bin/man |
line diff
1.1 --- a/rootfs/usr/bin/ldd Wed Mar 07 10:53:49 2012 +0100 1.2 +++ b/rootfs/usr/bin/ldd Wed Mar 07 11:00:47 2012 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 #!/bin/sh 1.5 # 1.6 # Tiny ldd fake. 1.7 -# (c) 2010 SliTaz GNU/Linux. 1.8 +# Copyright (C) 2010-2012 SliTaz GNU/Linux. 1.9 # 1.10 1.11 echo ""
2.1 --- a/rootfs/usr/bin/man Wed Mar 07 10:53:49 2012 +0100 2.2 +++ b/rootfs/usr/bin/man Wed Mar 07 11:00:47 2012 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 #!/bin/sh 2.5 # 2.6 # Tiny man fake using online manuals. 2.7 -# (c) 2009 SliTaz GNU/Linux. 2.8 +# Copyright (C) 2009-2012 SliTaz GNU/Linux. 2.9 # 2.10 2.11 if [ ! -x /usr/bin/retawq ]; then