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!
This commit is contained in:
Tore Anderson
2016-01-28 11:55:02 +01:00
parent aa92cb0287
commit 9a1a4ae797
3 changed files with 20 additions and 6 deletions

View File

@@ -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 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 this software and associated documentation files (the "Software"), to deal in

View File

@@ -412,7 +412,7 @@ configuration file) when reporting a bug.
=head1 LICENCE =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 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 this software and associated documentation files (the "Software"), to deal in

22
clatd
View File

@@ -1,10 +1,24 @@
#! /usr/bin/perl -w #! /usr/bin/perl -w
# #
# Copyright (c) 2014 Tore Anderson <tore@fud.no> # Copyright (c) 2014-2016 Tore Anderson <tore@fud.no>
# #
# As long as you retain this notice, you may use this piece of software as # Permission is hereby granted, free of charge, to any person obtaining a copy
# you wish. If you like it, and we happen to meet one day, you can buy me # of this software and associated documentation files (the "Software"), to deal
# a beer in return. If you really like it, make it an IPA. # 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 # See the file 'README.pod' in the source distribution or the manual page
# clatd(8) for more information. # clatd(8) for more information.