summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/scripts/template-cl-dump.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ldap/admin/src/scripts/template-cl-dump.pl')
-rwxr-xr-xldap/admin/src/scripts/template-cl-dump.pl9
1 files changed, 7 insertions, 2 deletions
diff --git a/ldap/admin/src/scripts/template-cl-dump.pl b/ldap/admin/src/scripts/template-cl-dump.pl
index 8fad1505..b2d682f7 100755
--- a/ldap/admin/src/scripts/template-cl-dump.pl
+++ b/ldap/admin/src/scripts/template-cl-dump.pl
@@ -6,6 +6,11 @@
# END COPYRIGHT BLOCK
################################################################################
#
+# BEGIN COPYRIGHT BLOCK
+# Copyright (C) 2005 Red Hat, Inc.
+# All rights reserved.
+# END COPYRIGHT BLOCK
+#
# FILE: cl-dump.pl
#
# SYNOPSIS:
@@ -16,7 +21,7 @@
# cl-dump.pl -i changelog-ldif-file-with-base64encoding [-o output-file] [-c]\n";
#
# DESCRIPTION:
-# Dump and decode Netscape Directory Server replication change log
+# Dump and decode Directory Server replication change log
#
# OPTIONS:
#
@@ -74,7 +79,7 @@ use MIME::Base64; # Decode
# Global variables
-$version = "Netscape Directory Server Changelog Dump - Version 1.0";
+$version = "Directory Server Changelog Dump - Version 1.0";
#main
{