From 8f34001c8a2eec5594bee45f8429622b377de084 Mon Sep 17 00:00:00 2001 From: Elena of Valhalla'' Grandi Date: Wed, 14 Aug 2013 17:54:58 +0200 Subject: Released under the LGPL (with examples under the WTFPL) --- examples/hue_rotation/hue_rotation.ino | 10 ++++++++++ examples/wtfpl-2.txt | 14 ++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 examples/wtfpl-2.txt (limited to 'examples') diff --git a/examples/hue_rotation/hue_rotation.ino b/examples/hue_rotation/hue_rotation.ino index 6e57069..00a48d7 100644 --- a/examples/hue_rotation/hue_rotation.ino +++ b/examples/hue_rotation/hue_rotation.ino @@ -1,3 +1,13 @@ +/* + * hue_rotation - Cycle an RGB LED through hue values. + * Copyright 2009, 2013 Elena Grandi + * + * This work is free. 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 the examples/wtfpl-2.txt file + * for more details. + */ + #include Colours colours(6,5,3); diff --git a/examples/wtfpl-2.txt b/examples/wtfpl-2.txt new file mode 100644 index 0000000..ee7d6a5 --- /dev/null +++ b/examples/wtfpl-2.txt @@ -0,0 +1,14 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + 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. + -- cgit v1.2.3