mirror of https://github.com/toreanderson/clatd
parent
a416278570
commit
ff6aa57c4b
2
LICENCE
2
LICENCE
|
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2014-2019 Tore Anderson <tore@fud.no>
|
Copyright (c) 2014-2023 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
|
||||||
|
|
|
||||||
|
|
@ -412,7 +412,7 @@ configuration file) when reporting a bug.
|
||||||
|
|
||||||
=head1 LICENCE
|
=head1 LICENCE
|
||||||
|
|
||||||
Copyright (c) 2014-2019 Tore Anderson <tore@fud.no>
|
Copyright (c) 2014-2023 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
|
||||||
|
|
|
||||||
4
clatd
4
clatd
|
|
@ -1,6 +1,6 @@
|
||||||
#! /usr/bin/perl -w
|
#! /usr/bin/perl -w
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014-2019 Tore Anderson <tore@fud.no>
|
# Copyright (c) 2014-2023 Tore Anderson <tore@fud.no>
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use Net::IP;
|
use Net::IP;
|
||||||
|
|
||||||
my $VERSION = "1.5";
|
my $VERSION = "1.6";
|
||||||
|
|
||||||
#
|
#
|
||||||
# Populate the global config hash with the default values
|
# Populate the global config hash with the default values
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue