diff -r 0bef3b8087c1 -r c98d3fa4a948 CrashTest.pl --- a/CrashTest.pl Mon May 28 00:24:07 2012 +0200 +++ b/CrashTest.pl Tue Nov 20 14:31:34 2012 +0100 @@ -1,5 +1,18 @@ #!/usr/bin/env perl +# This program 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 3 of the License, or +# (at your option) any later version. +# +# This program 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 should have received a copy of the GNU General Public License +# along with this program. If not, see . + use Mojolicious::Lite; use UUID; use Mojo::JSON;