diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 03:27:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 03:27:48 +0000 |
commit | 06468f17cf2527bd0b436a1d32d09b87445bba33 (patch) | |
tree | f8c8a37d24de96ae9d1dddef282574fda4066989 /net-misc/asterisk | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-06468f17cf2527bd0b436a1d32d09b87445bba33.tar.gz gentoo-2-06468f17cf2527bd0b436a1d32d09b87445bba33.tar.bz2 gentoo-2-06468f17cf2527bd0b436a1d32d09b87445bba33.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'net-misc/asterisk')
-rw-r--r-- | net-misc/asterisk/files/0.5.0/asterisk.confd | 8 | ||||
-rw-r--r-- | net-misc/asterisk/files/0.5.0/asterisk.rc6 | 8 | ||||
-rw-r--r-- | net-misc/asterisk/files/0.7.2/asterisk.confd | 8 | ||||
-rw-r--r-- | net-misc/asterisk/files/0.7.2/asterisk.rc6 | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/net-misc/asterisk/files/0.5.0/asterisk.confd b/net-misc/asterisk/files/0.5.0/asterisk.confd index 652ba89b45c4..30b42435f797 100644 --- a/net-misc/asterisk/files/0.5.0/asterisk.confd +++ b/net-misc/asterisk/files/0.5.0/asterisk.confd @@ -1,10 +1,10 @@ -# 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-misc/asterisk/files/0.5.0/asterisk.confd,v 1.1 2004/01/04 00:25:22 stkn Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/files/0.5.0/asterisk.confd,v 1.2 2004/03/06 03:27:48 vapier Exp $ # # see "asterisk -h" for a list of options -# +# # #OPTIONS="" diff --git a/net-misc/asterisk/files/0.5.0/asterisk.rc6 b/net-misc/asterisk/files/0.5.0/asterisk.rc6 index ad3a91d1108a..dbc1a4688b79 100644 --- a/net-misc/asterisk/files/0.5.0/asterisk.rc6 +++ b/net-misc/asterisk/files/0.5.0/asterisk.rc6 @@ -1,10 +1,10 @@ #!/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-misc/asterisk/files/0.5.0/asterisk.rc6,v 1.1 2004/01/04 00:25:22 stkn Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/files/0.5.0/asterisk.rc6,v 1.2 2004/03/06 03:27:48 vapier Exp $ depend() { - need net + need net } start() { diff --git a/net-misc/asterisk/files/0.7.2/asterisk.confd b/net-misc/asterisk/files/0.7.2/asterisk.confd index 0440b23cc33a..0340fe5df6e9 100644 --- a/net-misc/asterisk/files/0.7.2/asterisk.confd +++ b/net-misc/asterisk/files/0.7.2/asterisk.confd @@ -1,10 +1,10 @@ -# 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-misc/asterisk/files/0.7.2/asterisk.confd,v 1.1 2004/02/13 01:00:20 stkn Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/files/0.7.2/asterisk.confd,v 1.2 2004/03/06 03:27:48 vapier Exp $ # # see "asterisk -h" for a list of options -# +# # #OPTIONS="" diff --git a/net-misc/asterisk/files/0.7.2/asterisk.rc6 b/net-misc/asterisk/files/0.7.2/asterisk.rc6 index 1faab16aa388..7d99ecde2159 100644 --- a/net-misc/asterisk/files/0.7.2/asterisk.rc6 +++ b/net-misc/asterisk/files/0.7.2/asterisk.rc6 @@ -1,10 +1,10 @@ #!/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-misc/asterisk/files/0.7.2/asterisk.rc6,v 1.1 2004/02/13 01:00:20 stkn Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/asterisk/files/0.7.2/asterisk.rc6,v 1.2 2004/03/06 03:27:48 vapier Exp $ depend() { - need net + need net } start() { |