summaryrefslogtreecommitdiff
path: root/contrib/glilypond/glilypond.pl
diff options
context:
space:
mode:
authorBernd Warken <groff-bernd.warken-72@web.de>2014-09-03 18:02:30 +0200
committerBernd Warken <groff-bernd.warken-72@web.de>2014-09-03 18:02:30 +0200
commitcdb207c9921d48b2585c06332a4d9576746d7d3c (patch)
tree0a0b3a1e2a8c41b465d2a8d6dd68144a343c8dbf /contrib/glilypond/glilypond.pl
parentc62df76e0d398f5437e9e0156ca8fb59b00a4a4a (diff)
downloadgroff-git-cdb207c9921d48b2585c06332a4d9576746d7d3c.tar.gz
contrib/glilypond: license and Emacs setup
Diffstat (limited to 'contrib/glilypond/glilypond.pl')
-rwxr-xr-xcontrib/glilypond/glilypond.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/glilypond/glilypond.pl b/contrib/glilypond/glilypond.pl
index a956dbec1..6f8dd838b 100755
--- a/contrib/glilypond/glilypond.pl
+++ b/contrib/glilypond/glilypond.pl
@@ -24,8 +24,7 @@ use Data::Dumper;
our $Legalese;
{
- use constant VERSION => 'v1.3'; # version of glilypond
- use constant LASTUPDATE => '5 Jul 2014'; # date of last update
+ use constant VERSION => 'v1.3.1'; # version of glilypond
### This constant `LICENSE' is the license for this file `GPL' >= 2
use constant LICENSE => q*
@@ -59,7 +58,6 @@ directory of the `groff' source package. If not, see
$Legalese =
{
'version' => VERSION,
- 'last_update' => LASTUPDATE,
'license' => LICENSE,
}