Git commit 96b26b567fa0ea7188331bf4d608fea8b47528c1 by Elvis Angelaccio.
Committed on 19/09/2016 at 18:28.
Pushed by elvisangelaccio into branch 'master'.

GIT_SILENT Update email address

M  +1    -1    app/compressfileitemaction.cpp
M  +1    -1    app/compressfileitemaction.h
M  +1    -1    app/extractfileitemaction.cpp
M  +1    -1    app/extractfileitemaction.h
M  +1    -1    app/main.cpp
M  +1    -1    autotests/app/batchextracttest.cpp
M  +1    -1    autotests/kerfuffle/addtoarchivetest.cpp
M  +1    -1    autotests/kerfuffle/createdialogtest.cpp
M  +1    -1    autotests/kerfuffle/extracttest.cpp
M  +1    -1    autotests/kerfuffle/jobstest.cpp
M  +1    -1    autotests/kerfuffle/metadatatest.cpp
M  +1    -1    autotests/kerfuffle/mimetypetest.cpp
M  +1    -1    autotests/plugins/cliunarchiverplugin/cliunarchivertest.cpp
M  +1    -1    autotests/plugins/cliunarchiverplugin/cliunarchivertest.h
M  +1    -1    autotests/plugins/clizipplugin/cliziptest.cpp
M  +1    -1    autotests/plugins/clizipplugin/cliziptest.h
M  +1    -1    doc/index.docbook
M  +1    -1    kerfuffle/archiveformat.cpp
M  +1    -1    kerfuffle/archiveformat.h
M  +1    -1    kerfuffle/createdialog.cpp
M  +1    -1    kerfuffle/createdialog.h
M  +1    -1    kerfuffle/extractionsettingspage.cpp
M  +1    -1    kerfuffle/extractionsettingspage.h
M  +1    -1    kerfuffle/plugin.cpp
M  +1    -1    kerfuffle/plugin.h
M  +1    -1    kerfuffle/pluginmanager.cpp
M  +1    -1    kerfuffle/pluginmanager.h
M  +1    -1    kerfuffle/previewsettingspage.cpp
M  +1    -1    kerfuffle/previewsettingspage.h
M  +1    -1    kerfuffle/settingspage.cpp
M  +1    -1    kerfuffle/settingspage.h
M  +1    -1    plugins/cliunarchiverplugin/cliplugin.cpp
M  +1    -1    plugins/cliunarchiverplugin/cliplugin.h

http://commits.kde.org/ark/96b26b567fa0ea7188331bf4d608fea8b47528c1

diff --git a/app/compressfileitemaction.cpp b/app/compressfileitemaction.cpp
index 49fd285..9edf1f0 100644
--- a/app/compressfileitemaction.cpp
+++ b/app/compressfileitemaction.cpp
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/app/compressfileitemaction.h b/app/compressfileitemaction.h
index f40e4c4..04f0c6a 100644
--- a/app/compressfileitemaction.h
+++ b/app/compressfileitemaction.h
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/app/extractfileitemaction.cpp b/app/extractfileitemaction.cpp
index 10d6945..d4a9424 100644
--- a/app/extractfileitemaction.cpp
+++ b/app/extractfileitemaction.cpp
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/app/extractfileitemaction.h b/app/extractfileitemaction.h
index 887a6d7..610b09d 100644
--- a/app/extractfileitemaction.h
+++ b/app/extractfileitemaction.h
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/app/main.cpp b/app/main.cpp
index 36e2a1c..d375d79 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -75,7 +75,7 @@ int main(int argc, char **argv)
 
     aboutData.addAuthor(i18n("Elvis Angelaccio"),
                         i18n("Maintainer"),
-                        QStringLiteral("elvis.angelac...@kdemail.net"));
+                        QStringLiteral("elvis.angelac...@kde.org"));
     aboutData.addAuthor(i18n("Ragnar Thomsen"),
                         i18n("Maintainer, KF5 port"),
                         QStringLiteral("rthoms...@gmail.com"));
diff --git a/autotests/app/batchextracttest.cpp 
b/autotests/app/batchextracttest.cpp
index d49252e..4117ec6 100644
--- a/autotests/app/batchextracttest.cpp
+++ b/autotests/app/batchextracttest.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/autotests/kerfuffle/addtoarchivetest.cpp 
b/autotests/kerfuffle/addtoarchivetest.cpp
index fa473ba..1a443b3 100644
--- a/autotests/kerfuffle/addtoarchivetest.cpp
+++ b/autotests/kerfuffle/addtoarchivetest.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/autotests/kerfuffle/createdialogtest.cpp 
b/autotests/kerfuffle/createdialogtest.cpp
index c17cd7e..eb78dbb 100644
--- a/autotests/kerfuffle/createdialogtest.cpp
+++ b/autotests/kerfuffle/createdialogtest.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/autotests/kerfuffle/extracttest.cpp 
b/autotests/kerfuffle/extracttest.cpp
index 02aac41..72cc421 100644
--- a/autotests/kerfuffle/extracttest.cpp
+++ b/autotests/kerfuffle/extracttest.cpp
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2011 Raphael Kubo da Costa <rak...@freebsd.org>
- * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/autotests/kerfuffle/jobstest.cpp b/autotests/kerfuffle/jobstest.cpp
index 958b10b..8e8f811 100644
--- a/autotests/kerfuffle/jobstest.cpp
+++ b/autotests/kerfuffle/jobstest.cpp
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2010-2011 Raphael Kubo da Costa <rak...@freebsd.org>
- * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/autotests/kerfuffle/metadatatest.cpp 
b/autotests/kerfuffle/metadatatest.cpp
index 930bc76..5fc5d44 100644
--- a/autotests/kerfuffle/metadatatest.cpp
+++ b/autotests/kerfuffle/metadatatest.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/autotests/kerfuffle/mimetypetest.cpp 
b/autotests/kerfuffle/mimetypetest.cpp
index 98f035b..5980098 100644
--- a/autotests/kerfuffle/mimetypetest.cpp
+++ b/autotests/kerfuffle/mimetypetest.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (c) 2015 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/autotests/plugins/cliunarchiverplugin/cliunarchivertest.cpp 
b/autotests/plugins/cliunarchiverplugin/cliunarchivertest.cpp
index 2b2fd1d..5036f5d 100644
--- a/autotests/plugins/cliunarchiverplugin/cliunarchivertest.cpp
+++ b/autotests/plugins/cliunarchiverplugin/cliunarchivertest.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/autotests/plugins/cliunarchiverplugin/cliunarchivertest.h 
b/autotests/plugins/cliunarchiverplugin/cliunarchivertest.h
index 8b36d2f..844b734 100644
--- a/autotests/plugins/cliunarchiverplugin/cliunarchivertest.h
+++ b/autotests/plugins/cliunarchiverplugin/cliunarchivertest.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/autotests/plugins/clizipplugin/cliziptest.cpp 
b/autotests/plugins/clizipplugin/cliziptest.cpp
index a0b8e7b..3cf7ecf 100644
--- a/autotests/plugins/clizipplugin/cliziptest.cpp
+++ b/autotests/plugins/clizipplugin/cliziptest.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/autotests/plugins/clizipplugin/cliziptest.h 
b/autotests/plugins/clizipplugin/cliziptest.h
index dabf899..6f8aed2 100644
--- a/autotests/plugins/clizipplugin/cliziptest.h
+++ b/autotests/plugins/clizipplugin/cliziptest.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/doc/index.docbook b/doc/index.docbook
index 6b17457..f75f058 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -403,7 +403,7 @@ This mode allows you to extract or create archives and add 
files to them.</para>
 <itemizedlist>
 <title>Authors:</title>
 <listitem><para>Elvis Angelaccio
-<email>elvis.angelac...@kdemail.net</email></para></listitem>
+<email>elvis.angelac...@kde.org</email></para></listitem>
 <listitem><para>Ragnar Thomsen
 <email>rthoms...@gmail.com</email></para></listitem>
 <listitem><para>Raphael Kubo da Costa
diff --git a/kerfuffle/archiveformat.cpp b/kerfuffle/archiveformat.cpp
index 9d36866..f35c7ae 100644
--- a/kerfuffle/archiveformat.cpp
+++ b/kerfuffle/archiveformat.cpp
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/kerfuffle/archiveformat.h b/kerfuffle/archiveformat.h
index f25e23b..a9adf11 100644
--- a/kerfuffle/archiveformat.h
+++ b/kerfuffle/archiveformat.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (c) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/kerfuffle/createdialog.cpp b/kerfuffle/createdialog.cpp
index 2078547..e4ef8bf 100644
--- a/kerfuffle/createdialog.cpp
+++ b/kerfuffle/createdialog.cpp
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2008 Harald Hvaal <haral...@stud.ntnu.no>
  * Copyright (C) 2009,2011 Raphael Kubo da Costa <rak...@freebsd.org>
- * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kde.org>
  * Copyright (C) 2016 Ragnar Thomsen <rthoms...@gmail.com>
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/kerfuffle/createdialog.h b/kerfuffle/createdialog.h
index 302fe9c..e4ad1ef 100644
--- a/kerfuffle/createdialog.h
+++ b/kerfuffle/createdialog.h
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2008 Harald Hvaal <haral...@stud.ntnu.no>
  * Copyright (C) 2009 Raphael Kubo da Costa <rak...@freebsd.org>
- * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kde.org>
  * Copyright (C) 2016 Ragnar Thomsen <rthoms...@gmail.com>
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/kerfuffle/extractionsettingspage.cpp 
b/kerfuffle/extractionsettingspage.cpp
index 8b9e8cb..812db3d 100644
--- a/kerfuffle/extractionsettingspage.cpp
+++ b/kerfuffle/extractionsettingspage.cpp
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/kerfuffle/extractionsettingspage.h 
b/kerfuffle/extractionsettingspage.h
index 534f52c..4d890d0 100644
--- a/kerfuffle/extractionsettingspage.h
+++ b/kerfuffle/extractionsettingspage.h
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/kerfuffle/plugin.cpp b/kerfuffle/plugin.cpp
index c6d8ec2..b4c8a76 100644
--- a/kerfuffle/plugin.cpp
+++ b/kerfuffle/plugin.cpp
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/kerfuffle/plugin.h b/kerfuffle/plugin.h
index a8e8bb1..17da767 100644
--- a/kerfuffle/plugin.h
+++ b/kerfuffle/plugin.h
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/kerfuffle/pluginmanager.cpp b/kerfuffle/pluginmanager.cpp
index 5cca2ab..adc463f 100644
--- a/kerfuffle/pluginmanager.cpp
+++ b/kerfuffle/pluginmanager.cpp
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/kerfuffle/pluginmanager.h b/kerfuffle/pluginmanager.h
index 2115f67..5d046c8 100644
--- a/kerfuffle/pluginmanager.h
+++ b/kerfuffle/pluginmanager.h
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/kerfuffle/previewsettingspage.cpp 
b/kerfuffle/previewsettingspage.cpp
index bd947ea..a5aac90 100644
--- a/kerfuffle/previewsettingspage.cpp
+++ b/kerfuffle/previewsettingspage.cpp
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/kerfuffle/previewsettingspage.h b/kerfuffle/previewsettingspage.h
index 6cbbd47..42f4610 100644
--- a/kerfuffle/previewsettingspage.h
+++ b/kerfuffle/previewsettingspage.h
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/kerfuffle/settingspage.cpp b/kerfuffle/settingspage.cpp
index 76cb546..d153732 100644
--- a/kerfuffle/settingspage.cpp
+++ b/kerfuffle/settingspage.cpp
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/kerfuffle/settingspage.h b/kerfuffle/settingspage.h
index b288664..88f81c3 100644
--- a/kerfuffle/settingspage.h
+++ b/kerfuffle/settingspage.h
@@ -1,7 +1,7 @@
 /*
  * ark -- archiver for the KDE project
  *
- * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2015 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/plugins/cliunarchiverplugin/cliplugin.cpp 
b/plugins/cliunarchiverplugin/cliplugin.cpp
index a973419..3f45eaa 100644
--- a/plugins/cliunarchiverplugin/cliplugin.cpp
+++ b/plugins/cliunarchiverplugin/cliplugin.cpp
@@ -2,7 +2,7 @@
  * ark -- archiver for the KDE project
  *
  * Copyright (C) 2011 Luke Shumaker <luke...@sbcglobal.net>
- * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
diff --git a/plugins/cliunarchiverplugin/cliplugin.h 
b/plugins/cliunarchiverplugin/cliplugin.h
index adf8a50..26b0da1 100644
--- a/plugins/cliunarchiverplugin/cliplugin.h
+++ b/plugins/cliunarchiverplugin/cliplugin.h
@@ -2,7 +2,7 @@
  * ark -- archiver for the KDE project
  *
  * Copyright (C) 2011 Luke Shumaker <luke...@sbcglobal.net>
- * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kdemail.net>
+ * Copyright (C) 2016 Elvis Angelaccio <elvis.angelac...@kde.org>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Reply via email to