diff options
-rwxr-xr-x | perl-install/scanner.pm | 4 | ||||
-rwxr-xr-x | perl-install/standalone/printerdrake | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/scanner.pm b/perl-install/scanner.pm index c4ed66587..b85d6e440 100755 --- a/perl-install/scanner.pm +++ b/perl-install/scanner.pm @@ -1,7 +1,7 @@ package scanner; # scanner.pm $Id$ -# Yves Duret <yduret at mandrakesoft.com> -# Till Kamppeter <till at mandrakesoft.com> +# Yves Duret <yduret at mandriva.com> +# Till Kamppeter <till at mandriva.com> # Copyright (C) 2001-2004 Mandriva # # This program is free software; you can redistribute it and/or modify diff --git a/perl-install/standalone/printerdrake b/perl-install/standalone/printerdrake index 352406fa1..2762126f5 100755 --- a/perl-install/standalone/printerdrake +++ b/perl-install/standalone/printerdrake @@ -2,8 +2,8 @@ # # Copyright (C) 2003-2005 Mandriva # -# Till Kamppeter <till@mandrakesoft.com> -# Daouda Lo <daouda@mandrakesoft.com> +# Till Kamppeter <till at mandriva.com> +# Daouda Lo <daouda at 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 @@ -44,7 +44,7 @@ use c; my %sysh = distrib(); my $distroname = $sysh{system}; -my $domainname = "mandrakesoft.com"; +my $domainname = "mandriva.com"; my $pixdir = '/usr/share/libDrakX/pixmaps/'; |