# HG changeset patch # User Matthias Förste # Date 1455613136 -3600 # Node ID 4b352cbad03328b10920ef332ec9ebe4d8a4b605 # Parent 50f46fd1e3f0f8fc1499e3dbdeb976a675f67c48 [legalese] diff -r 50f46fd1e3f0 -r 4b352cbad033 check_ldap_repl.pl --- 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 . # -# Christian Arnold +# Matthias Förste 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. +This man page is current for version 0.3.2 of B. =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. diff -r 50f46fd1e3f0 -r 4b352cbad033 debian/copyright --- 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 + Matthias Förste 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 + Copyright (C) 2016 Matthias Förste and is licensed under the GPL version 3, see above.