diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-01-23 12:17:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-01-23 12:17:07 +0000 |
commit | 92e0d711ef291e19aacb28e69d692fca6fc2fd42 (patch) | |
tree | faa955ead00032208c53b53d0ca04eea5b9aaee8 /perl-install/standalone | |
parent | 65be30c237cf0e91b2b06d43c0d2aa1324e4517a (diff) | |
download | drakx-backup-do-not-use-92e0d711ef291e19aacb28e69d692fca6fc2fd42.tar drakx-backup-do-not-use-92e0d711ef291e19aacb28e69d692fca6fc2fd42.tar.gz drakx-backup-do-not-use-92e0d711ef291e19aacb28e69d692fca6fc2fd42.tar.bz2 drakx-backup-do-not-use-92e0d711ef291e19aacb28e69d692fca6fc2fd42.tar.xz drakx-backup-do-not-use-92e0d711ef291e19aacb28e69d692fca6fc2fd42.zip |
fix a couple of emails
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/diskdrake | 2 | ||||
-rwxr-xr-x | perl-install/standalone/drakautoinst | 2 | ||||
-rwxr-xr-x | perl-install/standalone/draksec | 2 | ||||
-rwxr-xr-x | perl-install/standalone/drakupdate_fstab | 2 | ||||
-rwxr-xr-x | perl-install/standalone/fileshareset | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/standalone/diskdrake b/perl-install/standalone/diskdrake index 0d4bbc9ef..3021d36cf 100755 --- a/perl-install/standalone/diskdrake +++ b/perl-install/standalone/diskdrake @@ -1,7 +1,7 @@ #!/usr/bin/perl # DiskDrake -# Copyright (C) 1999-2008 Mandriva (pixel@mandrakesoft.com) +# Copyright (C) 1999-2008 Mandriva (pixel@mandriva.com) # # 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 diff --git a/perl-install/standalone/drakautoinst b/perl-install/standalone/drakautoinst index 9534d513d..2600137d4 100755 --- a/perl-install/standalone/drakautoinst +++ b/perl-install/standalone/drakautoinst @@ -1,7 +1,7 @@ #!/usr/bin/perl # -# Guillaume Cottenceau (gc@mandrakesoft.com) +# Guillaume Cottenceau (gc@mandriva.com) # # Copyright 2001-2008 Mandriva # diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 7fd59a2b9..6a97b93e1 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -2,7 +2,7 @@ #***************************************************************************** # # Copyright (c) 2002-2008 Christian Belisle -# Thierry Vignaud <tvignaud@mandrakesoft.com> +# Thierry Vignaud <tvignaud@mandriva.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2, as diff --git a/perl-install/standalone/drakupdate_fstab b/perl-install/standalone/drakupdate_fstab index 6ab4a40f6..22df9e116 100755 --- a/perl-install/standalone/drakupdate_fstab +++ b/perl-install/standalone/drakupdate_fstab @@ -1,7 +1,7 @@ #!/usr/bin/perl # drakupdate_fstab -# Copyright (C) 2002-2008 Mandriva (pixel@mandrakesoft.com) +# Copyright (C) 2002-2008 Mandriva (pixel@mandriva.com) # # 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 diff --git a/perl-install/standalone/fileshareset b/perl-install/standalone/fileshareset index c67e89545..3da214333 100755 --- a/perl-install/standalone/fileshareset +++ b/perl-install/standalone/fileshareset @@ -12,7 +12,7 @@ my $authorisation_group = 'fileshare'; ######################################## # fileshare utility $Id$ -# Copyright (C) 2001-2008 Mandriva (pixel@mandrakesoft.com) +# Copyright (C) 2001-2008 Mandriva (pixel@mandriva.com) # # 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 |