update of jed-extra

Jörg Sommer joerg@alea.gnuu.de
Sun Jul 3 21:36:52 UTC 2005


--sdtB3X0nJg68CQEu
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

G. Milde schrieb am Fri 01. Jul, 17:07 (+0200):
> On 30.06.05, J=F6rg Sommer wrote:
> > no copyright notice (this might cause trouble with Debian)
>=20
> There is a copyright notice on the site, as well as in most of the
> individual files (except rather old ones).

Because some modes misses a copyright notice, can you add a COPYING file
with the gpl to mode/?

checker() {
   sed 1,/^[^%]/p $1 | grep -Eq 'GPL|GNU General Public License';
}

for i in *; do
  if [ -f $i/$i.sl ]; then
      if ! checker $i/$i.sl; then
          echo $i not gpl;
      fi;
  else
      for j in $i/*.sl; do
          if ! checker $j; then
             echo $j not gpl
          fi
      done
  fi
done | less

brief not gpl
bufed not gpl
calc not gpl
css1 not gpl
csvutils not gpl
cuamark not gpl
cuamouse not gpl
custmode not gpl
dabbrev not gpl
datutils not gpl
ding not gpl
email not gpl
filelist not gpl
jedasp not gpl
keywords not gpl
kp_keydefs not gpl
life not gpl
make not gpl
manedit not gpl
md5 not gpl
minued not gpl
navigate not gpl
numbuf not gpl
print not gpl
scrnhelp not gpl
sql not gpl
tar not gpl
temabbrv not gpl
templates not gpl
txtutils not gpl
vi not gpl

Thanks, this makes it much esier in Debian.

J=F6rg.

--sdtB3X0nJg68CQEu
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iQEVAwUBQshac4Z13Cz2nwVYAQJByAgAmtLPHXwz0c00PDP3p+rEbebEq0U2COhl
Azzfs+qKSLOyF7tVH5P3Q6ui3TziN9sbWN6c1xzRjinFnsimnaqUL/Dz8C9BZPLq
fcBmQ4HTmCFItQPQJmS32tYBkKJ5CBBf3qrEcVsBfdhICPiudmwcV68w2r6zp4IZ
maJ4wvTP0temvt7cLR7aOIYGEE3qAQZErfqpANeUtXxvbfXw0I/6b+XeMBos70/o
kMapb4WT9TP/Xn1ZDkWGr1fq5a3kD+19R5TNPwr+wZahZlOM1tsp5WOqYr6tBJnM
7+NLC0yv6DNYHQSKsMn5o/SLbA/ZotDsCuGhbVc7+7xLNCwGwraRBQ==
=YVlE
-----END PGP SIGNATURE-----

--sdtB3X0nJg68CQEu--




More information about the Pkg-jed-devel mailing list