aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2012-09-30 14:54:51 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2012-09-30 14:54:51 +0200
commit68aed1820749df6d3c8bc8025da149d347a47b88 (patch)
tree8e314c22efadedffb56e3d659024475bb720953a
parente094d971276d6959662de186fe82ca1876d0d88a (diff)
downloadlinmath-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--LICENCE14
-rw-r--r--linmath.h6
2 files changed, 19 insertions, 1 deletions
diff --git a/LICENCE b/LICENCE
index 6227527..9da9a6d 100644
--- a/LICENCE
+++ b/LICENCE
@@ -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.
diff --git a/linmath.h b/linmath.h
index 6c06269..a1f4842 100644
--- a/linmath.h
+++ b/linmath.h
@@ -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