From 22a04aa1f77d43c9529bf7f95602e54d431888fa Mon Sep 17 00:00:00 2001 From: Steven McDonald Date: Sat, 13 Oct 2012 18:20:17 +1100 Subject: [PATCH] Add WTFPL licence --- COPYING | 13 +++++++++++++ bin/aids | 8 ++++++++ lib/aids.rb | 8 ++++++++ 3 files changed, 29 insertions(+) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 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 + + 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/bin/aids b/bin/aids index 4155605..34444b3 100755 --- a/bin/aids +++ b/bin/aids @@ -1,5 +1,13 @@ #!/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) diff --git a/lib/aids.rb b/lib/aids.rb index 388c239..5893871 100644 --- a/lib/aids.rb +++ b/lib/aids.rb @@ -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' -- 2.30.2