1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
This package was debianized by Ryuichi Arafune <arafune@debian.org> on
Mon, 16 Aug 1999 13:25:02 +0900.
It was downloaded from ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/
Upstream Author(s): Kazumasa Utashiro <utashiro@iij.ad.jp>
Copyright:
;#
;# Copyright (c) 1990-1999 Kazumasa Utashiro <utashiro@iij.ad.jp>
;# Internet Initiative Japan Inc.
;# 3-13 Kanda Nishiki-cho, Chiyoda-ku, Tokyo 101-0054, Japan
;#
;; $rcsid = q#Id: a2ps,v 1.44 1999/03/09 16:12:17 utashiro Exp #;
;#
;# This program is perl version of Miguel Santana's a2ps. Postscript
;# kanji enhancement was done by Naoki Kanazawa <kanazawa@sra.co.jp>.
;# Converted to perl and enhanced by Kazumasa Utashiro. B4 support
;# and punchmark was contributed by Masami Ueno
;# <cabbage@kki.esi.yamanashi.ac.jp>.
;#
;# Redistribution for non-commercial purpose, with or without
;# modification, is granted as long as all copyright notices are
;# retained. THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND
;# ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED.
;
|