Blob Blame History Raw
commit 9a1a4ae797a7c75b44d3c414bd9477ac1c6a7308
Author: Tore Anderson <tore@fud.no>
Date:   Thu Jan 28 11:55:02 2016 +0100

    2016 licence update
    
    Change "2014-2015" with "2014-2016". Also, I had forgotten to update the
    licence comment in the clatd script itself in b5725c0, so fix that too.
    Thanks to @ingvarha for noticing!

diff --git a/LICENCE b/LICENCE
index 4704b0c..e625501 100644
--- a/LICENCE
+++ b/LICENCE
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2015 Tore Anderson <tore@fud.no>
+Copyright (c) 2014-2016 Tore Anderson <tore@fud.no>
 
 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
diff --git a/README.pod b/README.pod
index 96157e2..3fb6af0 100644
--- a/README.pod
+++ b/README.pod
@@ -412,7 +412,7 @@ configuration file) when reporting a bug.
 
 =head1 LICENCE
 
-Copyright (c) 2014-2015 Tore Anderson <tore@fud.no>
+Copyright (c) 2014-2016 Tore Anderson <tore@fud.no>
 
 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
diff --git a/clatd b/clatd
index 275f22e..9831d57 100755
--- a/clatd
+++ b/clatd
@@ -1,10 +1,24 @@
 #! /usr/bin/perl -w
 #
-# Copyright (c) 2014 Tore Anderson <tore@fud.no>
-#
-#   As long as you retain this notice, you may use this piece of software as
-#   you wish. If you like it, and we happen to meet one day, you can buy me
-#   a beer in return. If you really like it, make it an IPA.
+# Copyright (c) 2014-2016 Tore Anderson <tore@fud.no>
+#
+# 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:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# 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.
 #
 # See the file 'README.pod' in the source distribution or the manual page
 # clatd(8) for more information.