diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-08-14 12:55:26 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-08-14 12:55:26 +0000 |
commit | e25cebf5a96cd02ca03c488662ca7d3ccbc1a125 (patch) | |
tree | f9719a9c97ff2c8d07751c8bb3dcab38bd322182 /ports-mgmt/portlint/src/portlint.pl | |
parent | 5bfb757a41ea82a9bbe5bc3c0dab2f58175c0422 (diff) |
Notes
Diffstat (limited to 'ports-mgmt/portlint/src/portlint.pl')
-rw-r--r-- | ports-mgmt/portlint/src/portlint.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl index 36f4aa93e9e2..d1e0948d1a8d 100644 --- a/ports-mgmt/portlint/src/portlint.pl +++ b/ports-mgmt/portlint/src/portlint.pl @@ -2,10 +2,10 @@ # # portlint - lint for port directory # implemented by: -# Jun-ichiro itojun Itoh <itojun@itojun.org> +# Jun-ichiro itojun Hagino <itojun@itojun.org> # Yoshishige Arai <ryo2@on.rim.or.jp> # -# Copyright(c) 1997 by Jun-ichiro Itoh <itojun@itojun.org>. +# Copyright(c) 1997 by Jun-ichiro Hagino <itojun@itojun.org>. # All rights reserved. # Freely redistributable. Absolutely no warranty. # @@ -13,7 +13,7 @@ # bsd.port.mk. There are significant differences in those so you'll have # hard time upgrading this... # -# $Id: portlint.pl,v 1.6 1999/04/22 05:37:46 itojun Exp $ +# $Id: portlint.pl,v 1.7 1999/07/24 14:24:46 itojun Exp $ # $err = $warn = 0; |