diff options
Diffstat (limited to 'ldap/admin/src')
-rwxr-xr-x | ldap/admin/src/scripts/template-cl-dump.pl | 9 | ||||
-rw-r--r-- | ldap/admin/src/scripts/template-dsml-activate.pl | 5 | ||||
-rwxr-xr-x | ldap/admin/src/scripts/template-repl-monitor.pl | 9 |
3 files changed, 15 insertions, 8 deletions
diff --git a/ldap/admin/src/scripts/template-cl-dump.pl b/ldap/admin/src/scripts/template-cl-dump.pl index fe89de2a..8fad1505 100755 --- a/ldap/admin/src/scripts/template-cl-dump.pl +++ b/ldap/admin/src/scripts/template-cl-dump.pl @@ -1,9 +1,10 @@ #{{PERL-EXEC}} - -################################################################################ -# -# Copyright (C) 2002-2004 Netscape Communications Corporation. +# BEGIN COPYRIGHT BLOCK +# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. +# Copyright (C) 2005 Red Hat, Inc. # All rights reserved. +# END COPYRIGHT BLOCK +################################################################################ # # FILE: cl-dump.pl # diff --git a/ldap/admin/src/scripts/template-dsml-activate.pl b/ldap/admin/src/scripts/template-dsml-activate.pl index 6ebaf751..3bd159ad 100644 --- a/ldap/admin/src/scripts/template-dsml-activate.pl +++ b/ldap/admin/src/scripts/template-dsml-activate.pl @@ -1,4 +1,9 @@ #{{PERL-EXEC}} +# BEGIN COPYRIGHT BLOCK +# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. +# Copyright (C) 2005 Red Hat, Inc. +# All rights reserved. +# END COPYRIGHT BLOCK use Getopt::Std; use File::Copy "cp"; diff --git a/ldap/admin/src/scripts/template-repl-monitor.pl b/ldap/admin/src/scripts/template-repl-monitor.pl index 78e3aa85..3a356e4e 100755 --- a/ldap/admin/src/scripts/template-repl-monitor.pl +++ b/ldap/admin/src/scripts/template-repl-monitor.pl @@ -1,10 +1,11 @@ #{{PERL-EXEC}} - +# BEGIN COPYRIGHT BLOCK +# Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. +# Copyright (C) 2005 Red Hat, Inc. +# All rights reserved. +# END COPYRIGHT BLOCK ############################################################################## # -# Copyright (C) 2002-2004 Netscape Communications Corporation. -# All Rights Reserved. -# # FILE: repl-monitor.pl # # SYNOPSIS: |