diff options
author | Wolfgang Draxinger <Wolfgang.Draxinger@draxit.de> | 2012-09-30 14:54:51 +0200 |
---|---|---|
committer | Wolfgang Draxinger <Wolfgang.Draxinger@draxit.de> | 2012-09-30 14:54:51 +0200 |
commit | 68aed1820749df6d3c8bc8025da149d347a47b88 (patch) | |
tree | 8e314c22efadedffb56e3d659024475bb720953a | |
parent | e094d971276d6959662de186fe82ca1876d0d88a (diff) | |
download | linmath-68aed1820749df6d3c8bc8025da149d347a47b88.tar.gz linmath-68aed1820749df6d3c8bc8025da149d347a47b88.tar.xz linmath-68aed1820749df6d3c8bc8025da149d347a47b88.zip |
updated licence clause to WTFPL, adding legal safety for me and the users.
-rw-r--r-- | LICENCE | 14 | ||||
-rw-r--r-- | linmath.h | 6 |
2 files changed, 19 insertions, 1 deletions
@@ -1 +1,13 @@ -linmath.h is in the Public Domain + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. @@ -1,3 +1,9 @@ +/* This program is free software. It comes without any warranty, to + * the extent permitted by applicable law. You can redistribute it + * and/or modify it under the terms of the Do What The Fuck You Want + * To Public License, Version 2, as published by Sam Hocevar. See + * http://sam.zoy.org/wtfpl/COPYING for more details. */ + #ifndef LINMATH_H #define LINMATH_H |