1 2 3 4 5 6 7 8 9 10
|
# This reiteration of the GPL-3+ actually defines the GForth word "license"
# which, well, outputs the GPL-3+ short text.
#
gforth-common: extra-license-file usr/share/gforth/0.7.2/kernel/license.fs
# GForth is not a common enough interpreter to warrant inclusion into
# Lintian's list, but it is indeed the correct interpreter for *.fs
#
gforth-common: unusual-interpreter * #!/usr/bin/gforth-0.7.2
gforth-common: unusual-interpreter usr/share/gforth/0.7.2/filedump.fs #!/usr/share/gforth/0.7.2/kernl32l.fi
|