summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-01-01 21:36:49 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-01-01 21:36:49 +0100
commit5abb3d53bbb8fc2743c8a7c8ee49f573e374c7d6 (patch)
treef370cf84bdc794c1007a870556b30df075879aa3
parent87a5b085a8dc93244ccc3ce344ce411d0d23fdfb (diff)
tibtoa: Changed to MIT licence
-rwxr-xr-xbin/tibtoa14
1 files changed, 13 insertions, 1 deletions
diff --git a/bin/tibtoa b/bin/tibtoa
index 5f034e6..7768479 100755
--- a/bin/tibtoa
+++ b/bin/tibtoa
@@ -1,6 +1,18 @@
#!/usr/bin/env perl
## Copyright (C) 2008, 2009 by Daniel Friesel <derf@derf.homelinux.org>
-## License: WTFPL <http://sam.zoy.org/wtfpl>
+##
+## Permission to use, copy, modify, and/or distribute this software for any
+## purpose with or without fee is hereby granted, provided that the above
+## copyright notice and this permission notice appear in all copies.
+##
+## THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+## WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+## MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+## ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+## WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+## ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+## OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
use strict;
use feature 'switch';
use warnings;