diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-16 10:30:18 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-16 10:30:32 +0100 |
commit | 4bfd0b9c84baa0d380e15f051984058c6c9adcf0 (patch) | |
tree | 055a0d394a5ce489155da7476fad2c66d1e3d171 | |
parent | 11da5efc0519fa287935aa5f0867bd8464e8b59b (diff) | |
download | mgaonline-4bfd0b9c84baa0d380e15f051984058c6c9adcf0.tar mgaonline-4bfd0b9c84baa0d380e15f051984058c6c9adcf0.tar.gz mgaonline-4bfd0b9c84baa0d380e15f051984058c6c9adcf0.tar.bz2 mgaonline-4bfd0b9c84baa0d380e15f051984058c6c9adcf0.tar.xz mgaonline-4bfd0b9c84baa0d380e15f051984058c6c9adcf0.zip |
fix my email
-rwxr-xr-x | mgaapplet | 4 | ||||
-rwxr-xr-x | mgaapplet-config | 2 | ||||
-rwxr-xr-x | mgaapplet-upgrade-helper | 2 | ||||
-rw-r--r-- | mgaapplet_gui.pm | 2 | ||||
-rw-r--r-- | mgaonline.pm | 2 | ||||
-rwxr-xr-x | mgaupdate | 2 |
6 files changed, 7 insertions, 7 deletions
@@ -5,7 +5,7 @@ # Copyright (C) 2003-2010 Mandriva # # # # Daouda Lo # -# Thierry Vignaud <tvignaud at mandriva dot com> # +# Thierry Vignaud <thierry.vignaud at gmail dot 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 # @@ -762,7 +762,7 @@ sub about_dialog() { comments => N("Mageia Online gives access to Mageia web services."), website => $url, website_label => N("Online WebSite"), - authors => [ 'Thierry Vignaud <vignaud@mandriva.com>' ], + authors => [ 'Thierry Vignaud <thierry.vignaud@gmail.com>' ], translator_credits => #-PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>") N("_: Translator(s) name(s) & email(s)\n"), diff --git a/mgaapplet-config b/mgaapplet-config index ef9ecd83..fe89a4c9 100755 --- a/mgaapplet-config +++ b/mgaapplet-config @@ -4,7 +4,7 @@ # # # Copyright (C) 2008 Mandriva # # # -# Thierry Vignaud <tvignaud at mandriva dot com> # +# Thierry Vignaud <thierry.vignaud at gmail dot 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/mgaapplet-upgrade-helper b/mgaapplet-upgrade-helper index e128be38..b93ad061 100755 --- a/mgaapplet-upgrade-helper +++ b/mgaapplet-upgrade-helper @@ -4,7 +4,7 @@ # # # Copyright (C) 2008-2010 Mandriva # # # -# Thierry Vignaud <tvignaud at mandriva dot com> # +# Thierry Vignaud <thierry.vignaud at gmail dot 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/mgaapplet_gui.pm b/mgaapplet_gui.pm index bc798e55..e5d87b24 100644 --- a/mgaapplet_gui.pm +++ b/mgaapplet_gui.pm @@ -6,7 +6,7 @@ package mgaapplet_gui; # Copyright (C) 2003-2010 Mandriva # # # # Daouda Lo # -# Thierry Vignaud <tvignaud at mandriva dot com> # +# Thierry Vignaud <thierry.vignaud at gmail dot 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/mgaonline.pm b/mgaonline.pm index a397099a..9c407deb 100644 --- a/mgaonline.pm +++ b/mgaonline.pm @@ -5,7 +5,7 @@ # 2005-2006 Mandriva # # # # Daouda Lo # -# Thierry Vignaud <tvignaud at mandriva dot com> # +# Thierry Vignaud <thierry.vignaud at gmail dot 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 # @@ -5,7 +5,7 @@ # Copyright (C) 2002-2006 Mandriva # # # # Daouda Lo # -# Thierry Vignaud <tvignaud at mandriva dot com> # +# Thierry Vignaud <thierry.vignaud at gmail dot 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 # |