summaryrefslogtreecommitdiff
path: root/contrib/gpinyin/sub.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gpinyin/sub.pl')
-rwxr-xr-xcontrib/gpinyin/sub.pl38
1 files changed, 38 insertions, 0 deletions
diff --git a/contrib/gpinyin/sub.pl b/contrib/gpinyin/sub.pl
new file mode 100755
index 000000000..14f7db477
--- /dev/null
+++ b/contrib/gpinyin/sub.pl
@@ -0,0 +1,38 @@
+#! /usr/bin/env perl
+
+# gpinyin - European-like Chinese writing `pinyin' into `groff'
+
+# Source file position: <groff-source>/contrib/gpinyin/gpinyin.pl
+# Installed position: <prefix>/bin/gpinyin
+
+# Copyright (C) 2014
+# Free Software Foundation, Inc.
+
+# Written by Bernd Warken <groff-bernd.warken-72@web.de>.
+
+# Latest update: 8 Aug 2014
+
+# This file is part of `gpinyin', which is part of `groff'.
+
+# `groff' is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+
+# `groff' is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+
+# You can find a copy of the GNU General Public License in the internet
+# at <http://www.gnu.org/licenses/gpl-2.0.html>.
+
+########################################################################
+
+
+1;
+########################################################################
+### Emacs settings
+# Local Variables:
+# mode: CPerl
+# End: