Add WTFPL licence
authorSteven McDonald <steven@steven-mcdonald.id.au>
Sat, 13 Oct 2012 07:20:17 +0000 (18:20 +1100)
committerSteven McDonald <steven@steven-mcdonald.id.au>
Sat, 13 Oct 2012 07:20:17 +0000 (18:20 +1100)
COPYING [new file with mode: 0644]
bin/aids
lib/aids.rb

diff --git a/COPYING b/COPYING
new file mode 100644 (file)
index 0000000..5c93f45
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,13 @@
+            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.
index 41556050601ab3d85bb681f7e98803b62c820b25..34444b36de643ad17ad8d5fb40aded053da551ba 100755 (executable)
--- a/bin/aids
+++ b/bin/aids
@@ -1,5 +1,13 @@
 #!/usr/bin/ruby1.8
 
 #!/usr/bin/ruby1.8
 
+# 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 the file COPYING
+# in the root of this program's source distribution for details, or:
+#
+#   http://sam.zoy.org/wtfpl/COPYING
+
 require 'lib/aids'
 
 def main(argv)
 require 'lib/aids'
 
 def main(argv)
index 388c2395ee3c54b07275ef4412e56deae7a1f436..5893871dfe488b8acd4e42c56c72a8080786029b 100644 (file)
@@ -1,3 +1,11 @@
+# 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 the file COPYING
+# in the root of this program's source distribution for details, or:
+#
+#   http://sam.zoy.org/wtfpl/COPYING
+
 module AIDS
        RUNLEVEL_SINGLE          = :'S'
        RUNLEVEL_MULTI_TO_SINGLE = :'1'
 module AIDS
        RUNLEVEL_SINGLE          = :'S'
        RUNLEVEL_MULTI_TO_SINGLE = :'1'