diff --git a/LICENCE b/LICENCE index 4704b0c..e625501 100644 --- a/LICENCE +++ b/LICENCE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2015 Tore Anderson +Copyright (c) 2014-2016 Tore Anderson 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 +Copyright (c) 2014-2016 Tore Anderson 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 +# Copyright (c) 2014-2016 Tore Anderson # -# 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. +# 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.