diff options
author | 2004-03-06 03:45:46 +0000 | |
---|---|---|
committer | 2004-03-06 03:45:46 +0000 | |
commit | 4d6cdfb65de96b825ef37a1f1e4e22b055eb0b79 (patch) | |
tree | e956779ca94dcb1a2eae279e867bcc3964291dd1 /net-print/mtink | |
parent | we license under gpl2, not gpl2 or later (diff) | |
download | gentoo-2-4d6cdfb65de96b825ef37a1f1e4e22b055eb0b79.tar.gz gentoo-2-4d6cdfb65de96b825ef37a1f1e4e22b055eb0b79.tar.bz2 gentoo-2-4d6cdfb65de96b825ef37a1f1e4e22b055eb0b79.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'net-print/mtink')
-rw-r--r-- | net-print/mtink/files/mtinkd.confd | 6 | ||||
-rw-r--r-- | net-print/mtink/files/mtinkd.rc | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-print/mtink/files/mtinkd.confd b/net-print/mtink/files/mtinkd.confd index e6f1a554b7d4..0bcaa60c404a 100644 --- a/net-print/mtink/files/mtinkd.confd +++ b/net-print/mtink/files/mtinkd.confd @@ -1,6 +1,6 @@ -# 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-print/mtink/files/mtinkd.confd,v 1.1 2003/08/08 19:19:43 lanius Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/files/mtinkd.confd,v 1.2 2004/03/06 03:45:46 vapier Exp $ # define the device file, adapt this #DEV_FILE=/dev/lp0 diff --git a/net-print/mtink/files/mtinkd.rc b/net-print/mtink/files/mtinkd.rc index 6c3b66f4bf58..ff17ee7b39c8 100644 --- a/net-print/mtink/files/mtinkd.rc +++ b/net-print/mtink/files/mtinkd.rc @@ -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-print/mtink/files/mtinkd.rc,v 1.1 2003/08/08 19:19:43 lanius Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/mtink/files/mtinkd.rc,v 1.2 2004/03/06 03:45:46 vapier Exp $ depend() { use cups |