diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-01 21:36:49 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-01 21:36:49 +0100 |
commit | 5abb3d53bbb8fc2743c8a7c8ee49f573e374c7d6 (patch) | |
tree | f370cf84bdc794c1007a870556b30df075879aa3 /bin | |
parent | 87a5b085a8dc93244ccc3ce344ce411d0d23fdfb (diff) |
tibtoa: Changed to MIT licence
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tibtoa | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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; |