diff --git a/LICENCE b/LICENCE index 515ca3c..af6a2b7 100644 --- a/LICENCE +++ b/LICENCE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2019 Tore Anderson +Copyright (c) 2014-2023 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 bd4080c..eb539ec 100644 --- a/README.pod +++ b/README.pod @@ -412,7 +412,7 @@ configuration file) when reporting a bug. =head1 LICENCE -Copyright (c) 2014-2019 Tore Anderson +Copyright (c) 2014-2023 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 e9e7931..ba8ef09 100755 --- a/clatd +++ b/clatd @@ -1,6 +1,6 @@ #! /usr/bin/perl -w # -# Copyright (c) 2014-2019 Tore Anderson +# Copyright (c) 2014-2023 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 @@ -26,7 +26,7 @@ use strict; use Net::IP; -my $VERSION = "1.5"; +my $VERSION = "1.6"; # # Populate the global config hash with the default values