diff options
| author | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:11:29 +0200 |
|---|---|---|
| committer | Paul Buetow (pluto.buetow.org) <paul@buetow.org> | 2013-09-28 17:11:29 +0200 |
| commit | 887eb3f41018262fc562e51561310cd0fdfb3bb0 (patch) | |
| tree | 9149c6f0f1dc32e957c794040c69c1c2815d9d0a /index.pl | |
| parent | da30166f3b568fc04de5c65ad3573539f4223d95 (diff) | |
change license to the perl one
Diffstat (limited to 'index.pl')
| -rwxr-xr-x | index.pl | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ #!/usr/bin/perl +# Xerl (c) 2005-2011,2013 Dipl.-Inform. (FH) Paul C. Buetow +# +# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org +# +# This is free software, you may use it and distribute it under the same +# terms as Perl itself. + use strict; use warnings; |
