[Xfce4-commits] [apps/catfish] 02/03: Switch to my xfce.org email

noreply at xfce.org noreply at xfce.org
Sat Jul 27 13:24:15 CEST 2019


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/catfish.

commit 5b063abf2f184533234cc6d7a97ff03ff16210e2
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Jul 27 07:22:12 2019 -0400

    Switch to my xfce.org email
---
 AUTHORS                              | 2 +-
 bin/catfish                          | 2 +-
 catfish/AboutCatfishDialog.py        | 2 +-
 catfish/CatfishSearchEngine.py       | 2 +-
 catfish/CatfishWindow.py             | 2 +-
 catfish/__init__.py                  | 2 +-
 catfish_lib/AboutDialog.py           | 2 +-
 catfish_lib/Builder.py               | 2 +-
 catfish_lib/CatfishSettings.py       | 2 +-
 catfish_lib/SudoDialog.py            | 2 +-
 catfish_lib/Thumbnailer.py           | 2 +-
 catfish_lib/Window.py                | 2 +-
 catfish_lib/__init__.py              | 2 +-
 catfish_lib/catfishconfig.py         | 2 +-
 catfish_lib/helpers.py               | 2 +-
 data/metainfo/catfish.appdata.xml.in | 4 ++--
 data/ui/AboutCatfishDialog.ui        | 6 +++---
 po/POTFILES.in                       | 2 +-
 setup.py                             | 4 ++--
 19 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 0b04846..c03536b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,2 @@
 Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
diff --git a/bin/catfish b/bin/catfish
index 956a46e..a226631 100755
--- a/bin/catfish
+++ b/bin/catfish
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/catfish/AboutCatfishDialog.py b/catfish/AboutCatfishDialog.py
index 2b0c30a..9321e5b 100644
--- a/catfish/AboutCatfishDialog.py
+++ b/catfish/AboutCatfishDialog.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/catfish/CatfishSearchEngine.py b/catfish/CatfishSearchEngine.py
index 5d65f2d..9e9ec0c 100644
--- a/catfish/CatfishSearchEngine.py
+++ b/catfish/CatfishSearchEngine.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/catfish/CatfishWindow.py b/catfish/CatfishWindow.py
index fadafb7..6d39ac6 100644
--- a/catfish/CatfishWindow.py
+++ b/catfish/CatfishWindow.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/catfish/__init__.py b/catfish/__init__.py
index 00723cb..66f42b9 100644
--- a/catfish/__init__.py
+++ b/catfish/__init__.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/catfish_lib/AboutDialog.py b/catfish_lib/AboutDialog.py
index 230c855..fc2b6d4 100644
--- a/catfish_lib/AboutDialog.py
+++ b/catfish_lib/AboutDialog.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/catfish_lib/Builder.py b/catfish_lib/Builder.py
index b45f30d..9ed1077 100644
--- a/catfish_lib/Builder.py
+++ b/catfish_lib/Builder.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/catfish_lib/CatfishSettings.py b/catfish_lib/CatfishSettings.py
index 60e162b..249e783 100644
--- a/catfish_lib/CatfishSettings.py
+++ b/catfish_lib/CatfishSettings.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/catfish_lib/SudoDialog.py b/catfish_lib/SudoDialog.py
index ddcf6eb..39f7b64 100644
--- a/catfish_lib/SudoDialog.py
+++ b/catfish_lib/SudoDialog.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/catfish_lib/Thumbnailer.py b/catfish_lib/Thumbnailer.py
index 5922dfe..2f1a7af 100644
--- a/catfish_lib/Thumbnailer.py
+++ b/catfish_lib/Thumbnailer.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
-#   Copyright (C) 2018-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2018-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/catfish_lib/Window.py b/catfish_lib/Window.py
index 607a5f7..ec172b8 100644
--- a/catfish_lib/Window.py
+++ b/catfish_lib/Window.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/catfish_lib/__init__.py b/catfish_lib/__init__.py
index e237a1b..5a0cc1b 100644
--- a/catfish_lib/__init__.py
+++ b/catfish_lib/__init__.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/catfish_lib/catfishconfig.py b/catfish_lib/catfishconfig.py
index 401bdac..1b8ee9d 100644
--- a/catfish_lib/catfishconfig.py
+++ b/catfish_lib/catfishconfig.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/catfish_lib/helpers.py b/catfish_lib/helpers.py
index 6adbc81..9ef9bac 100644
--- a/catfish_lib/helpers.py
+++ b/catfish_lib/helpers.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
diff --git a/data/metainfo/catfish.appdata.xml.in b/data/metainfo/catfish.appdata.xml.in
index f42697b..27ca334 100644
--- a/data/metainfo/catfish.appdata.xml.in
+++ b/data/metainfo/catfish.appdata.xml.in
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2014-2019 Sean Davis <smd.seandavis at gmail.com> -->
+<!-- Copyright 2014-2019 Sean Davis <bluesabre at xfce.org> -->
 <component type="desktop-application">
   <id>org.xfce.Catfish</id>
   <metadata_license>CC0-1.0</metadata_license>
@@ -36,7 +36,7 @@
   <url type="bugtracker">https://bugzilla.xfce.org</url>
   <url type="help">https://docs.xfce.org/apps/catfish/start</url>
 
-  <update_contact>smd.seandavis at gmail.com</update_contact>
+  <update_contact>bluesabre at xfce.org</update_contact>
 
   <provides>
     <binary>catfish</binary>
diff --git a/data/ui/AboutCatfishDialog.ui b/data/ui/AboutCatfishDialog.ui
index 0122490..4f3152a 100644
--- a/data/ui/AboutCatfishDialog.ui
+++ b/data/ui/AboutCatfishDialog.ui
@@ -12,11 +12,11 @@
     <property name="program_name">Catfish</property>
     <property name="version">1.4.8</property>
     <property name="copyright">Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com></property>
+Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org></property>
     <property name="comments" translatable="yes">Catfish is a versatile file searching tool.</property>
     <property name="website">https://docs.xfce.org/apps/catfish/start</property>
     <property name="license">Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 
 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 published
@@ -31,7 +31,7 @@ You should have received a copy of the GNU General Public License along
 with this program.  If not, see <https://www.gnu.org/licenses/>.
 </property>
     <property name="authors">Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com></property>
+Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org></property>
     <property name="artists">Nancy Runge <nancy at twotoasts.de></property>
     <property name="logo_icon_name">catfish</property>
     <property name="license_type">gpl-2-0</property>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 51e9f74..1f127f4 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,6 @@
 ### BEGIN LICENSE
 # Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-# Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+# Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 # 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 published
 # by the Free Software Foundation.
diff --git a/setup.py b/setup.py
index bd61058..424ca6d 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
 # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
 #   Catfish - a versatile file searching tool
 #   Copyright (C) 2007-2012 Christian Dywan <christian at twotoasts.de>
-#   Copyright (C) 2012-2019 Sean Davis <smd.seandavis at gmail.com>
+#   Copyright (C) 2012-2019 Sean Davis <bluesabre at xfce.org>
 #
 #   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 published
@@ -201,7 +201,7 @@ DistUtilsExtra.auto.setup(
     version='1.4.8',
     license='GPL-2+',
     author='Sean Davis',
-    author_email='smd.seandavis at gmail.com',
+    author_email='bluesabre at xfce.org',
     description='file searching tool configurable via the command line',
     long_description='Catfish is a handy file searching tool for Linux and '
                      'UNIX. The interface is intentionally lightweight and '

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list