diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 03:24:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 03:24:16 +0000 |
commit | 7dd5ae8a34d4c7d128a4dbfddeeeac6e0f32f951 (patch) | |
tree | c9a920c2f70fe9d4481cb39babce35d3932ce9a3 /net-mail/sendmail | |
parent | we license under gpl2, not gpl2 or later (diff) | |
download | historical-7dd5ae8a34d4c7d128a4dbfddeeeac6e0f32f951.tar.gz historical-7dd5ae8a34d4c7d128a4dbfddeeeac6e0f32f951.tar.bz2 historical-7dd5ae8a34d4c7d128a4dbfddeeeac6e0f32f951.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'net-mail/sendmail')
-rw-r--r-- | net-mail/sendmail/files/sendmail | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/sendmail/files/sendmail b/net-mail/sendmail/files/sendmail index a3ff85bfad03..97e53c85b1e1 100644 --- a/net-mail/sendmail/files/sendmail +++ b/net-mail/sendmail/files/sendmail @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/files/sendmail,v 1.9 2003/07/25 23:28:58 mholzer Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/files/sendmail,v 1.10 2004/03/06 03:24:04 vapier Exp $ depend() { need net |