commit d293b214dd31e028ba144fa92554a41e1c09072d
parent 5463246a3037c586d4dfdc7ae94ab72dd7327c4a
Author: Ryan Wolf <johnwayne@pseudony.ms>
Date: Sat, 19 Dec 2015 18:31:23 -0500
switched to more boring license
Diffstat:
3 files changed, 5 insertions(+), 31 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,27 +1,7 @@
- The Romantic WTF public license.
- --------------------------------
- a.k.a. version "<3" or simply v3
+Copyright (c) 2015 Ryan Wolf
- Dear user,
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
- Rock 'Em Sock 'Em Rational Agents,
- Copyright 2010, Ryan Wolf <rwolf@borderstylo.com>,
- |
- | / --
- / --
- /
- has been released
- under the WTF public license version "<3".
- I hereby grant you an irrevocable license to
- do what the gentle caress you want to
- with this lovely
- / project.
- / Love,
- | / Ryan Wolf
- |7L_
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
- P.S.: Even though I poured my heart into this work,
- I _cannot_ provide any warranty regarding
- its fitness for _any_ purpose. You
- acknowledge that I will not be held liable
- for any damage its use could incur.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
diff --git a/README.md b/README.md
@@ -45,6 +45,4 @@ One important thing to remember is that the agents act randomly when they don't
License
-----
-Copyright 2010 Ryan Wolf <rwolf@borderstylo.com>
-
-Rock 'Em Sock 'Em Rational Agents is released under the romantic WTF public license. See LICENSE for more details.
+Rock 'Em Sock 'Em Rational Agents is released under the MIT License. See LICENSE for more details.
diff --git a/resera.pl b/resera.pl
@@ -1,8 +1,4 @@
#!/usr/bin/perl
-# Copyright 2010 Ryan Wolf <rwolf@borderstylo.com>
-#
-# This file is part of Rock 'Em Sock 'Em Rational Agents and is released under
-# the romantic WTF public license. See LICENSE for more details.
use strict;
use warnings;