--- a/check_ldap_repl.pl Fri Nov 30 13:12:22 2012 +0100
+++ b/check_ldap_repl.pl Tue Feb 16 09:58:56 2016 +0100
@@ -1,6 +1,7 @@
#! /usr/bin/perl -w
# Copyright (C) 2012 Christian Arnold
+# Copyright (C) 2016 Matthias Förste
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-# Christian Arnold <arnold@schlittermann.de>
+# Matthias Förste <foerste@schlittermann.de>
use strict;
use File::Basename;
@@ -43,7 +44,7 @@
my $ME = basename $0;
my $NAME = "LDAPREPL";
-my $VERSION = "0.3.1";
+my $VERSION = "0.3.2";
my $master_default = "ldap://ldap-master:389/";
my $slave_default = "ldap://ldap-slave:389/";
@@ -419,7 +420,7 @@
=head1 VERSION
-This man page is current for version 0.3.1 of B<check_ldap_repl>.
+This man page is current for version 0.3.2 of B<check_ldap_repl>.
=head1 AUTHOR
@@ -427,7 +428,7 @@
=head1 COPYRIGHT
-Copyright (C) 2012 by Christian Arnold and Schlittermann internet & unix support.
+Copyright (C) 2012 by Christian Arnold and Schlittermann internet & unix support, 2016 by Matthias Förste an Schlittermann internet & unix support.
This is free software, and you are welcome to redistribute it under certain conditions.
See the GNU General Public Licence for details.
--- a/debian/copyright Fri Nov 30 13:12:22 2012 +0100
+++ b/debian/copyright Tue Feb 16 09:58:56 2016 +0100
@@ -9,10 +9,11 @@
Upstream Author(s):
Christian Arnold <arnold@schlittermann.de>
+ Matthias Förste <foerste@schlittermann.de>
Copyright:
- Copyright (C) 2011 Schlittermann internet & unix support
+ Copyright (C) 2011-2016 Schlittermann internet & unix support
License:
@@ -35,5 +36,6 @@
The Debian packaging is:
Copyright (C) 2012 Christian Arnold <arnold@schlittermann.de>
+ Copyright (C) 2016 Matthias Förste <foerste@schlittermann.de>
and is licensed under the GPL version 3, see above.