spv-dev team mailing list archive
-
spv-dev team
-
Mailing list archive
-
Message #00052
[Branch ~spv-dev/slidepresenterview/trunk] Rev 60: Replacing FA's email address
------------------------------------------------------------
revno: 60
committer: F.-A. Bourbonnais <bouf10pub@xxxxxxxxxxx>
branch nick: trunk
timestamp: Fri 2011-01-07 22:17:44 -0500
message:
Replacing FA's email address
modified:
AUTHORS
setup.py
slidepresenterview/__init__.py
slidepresenterview/docformats/__init__.py
slidepresenterview/docformats/errors.py
slidepresenterview/docformats/format_pdf.py
slidepresenterview/tests/__init__.py
slidepresenterview/tests/functional/__init__.py
slidepresenterview/tests/functional/steps/__init__.py
slidepresenterview/tests/functional/steps/document_steps.py
slidepresenterview/tests/helpers/open_documents.py
slidepresenterview/tests/manual/osspecific.py
slidepresenterview/tests/unit/__init__.py
slidepresenterview/tests/unit/docformats/__init__.py
slidepresenterview/tests/unit/docformats/tests_pdf.py
slidepresenterview/tests/unit/ui/__init__.py
slidepresenterview/tests/unit/ui/tests_presentation.py
slidepresenterview/ui/__init__.py
slidepresenterview/ui/qt_forms/__init__.py
slidepresenterview/ui/widgets/slideview.py
slidepresenterview/utils/__init__.py
slidepresenterview/utils/pyqt.py
tools/gen_ui.py
tools/run_tests.py
--
lp:slidepresenterview
https://code.launchpad.net/~spv-dev/slidepresenterview/trunk
Your team SlidePresenterView Development Team is subscribed to branch lp:slidepresenterview.
To unsubscribe from this branch go to https://code.launchpad.net/~spv-dev/slidepresenterview/trunk/+edit-subscription
=== modified file 'AUTHORS'
--- AUTHORS 2009-06-21 21:39:08 +0000
+++ AUTHORS 2011-01-08 03:17:44 +0000
@@ -1,11 +1,12 @@
SlidePresenterView Development Team
-----------------------------------
- * Felix-Antoine Bourbonnais
- * Claude Bolduc
+ * Felix-Antoine Bourbonnais <fab.dev @AT. rubico.info>
+ * Claude Bolduc <claude.bolduc @AT. gmail.com>
Contributors
------------
+ * Jonathan Martel
=== modified file 'setup.py'
--- setup.py 2010-05-02 23:05:14 +0000
+++ setup.py 2011-01-08 03:17:44 +0000
@@ -4,7 +4,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/__init__.py'
--- slidepresenterview/__init__.py 2011-01-06 03:40:30 +0000
+++ slidepresenterview/__init__.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/docformats/__init__.py'
--- slidepresenterview/docformats/__init__.py 2009-07-05 20:56:50 +0000
+++ slidepresenterview/docformats/__init__.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 F.-A. Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 F.-A. Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/docformats/errors.py'
--- slidepresenterview/docformats/errors.py 2009-07-06 00:26:52 +0000
+++ slidepresenterview/docformats/errors.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 F.-A. Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 F.-A. Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/docformats/format_pdf.py'
--- slidepresenterview/docformats/format_pdf.py 2010-05-03 03:13:08 +0000
+++ slidepresenterview/docformats/format_pdf.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 F.-A. Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 F.-A. Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/tests/__init__.py'
--- slidepresenterview/tests/__init__.py 2010-07-11 23:14:59 +0000
+++ slidepresenterview/tests/__init__.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/tests/functional/__init__.py'
--- slidepresenterview/tests/functional/__init__.py 2010-05-14 21:31:04 +0000
+++ slidepresenterview/tests/functional/__init__.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/tests/functional/steps/__init__.py'
--- slidepresenterview/tests/functional/steps/__init__.py 2010-01-10 06:15:59 +0000
+++ slidepresenterview/tests/functional/steps/__init__.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/tests/functional/steps/document_steps.py'
--- slidepresenterview/tests/functional/steps/document_steps.py 2010-05-03 00:34:47 +0000
+++ slidepresenterview/tests/functional/steps/document_steps.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/tests/helpers/open_documents.py'
--- slidepresenterview/tests/helpers/open_documents.py 2010-05-03 00:34:47 +0000
+++ slidepresenterview/tests/helpers/open_documents.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/tests/manual/osspecific.py'
--- slidepresenterview/tests/manual/osspecific.py 2010-07-11 23:27:26 +0000
+++ slidepresenterview/tests/manual/osspecific.py 2011-01-08 03:17:44 +0000
@@ -4,7 +4,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2010 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2010 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/tests/unit/__init__.py'
--- slidepresenterview/tests/unit/__init__.py 2009-07-05 00:02:12 +0000
+++ slidepresenterview/tests/unit/__init__.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 F.-A. Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 F.-A. Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/tests/unit/docformats/__init__.py'
--- slidepresenterview/tests/unit/docformats/__init__.py 2009-07-05 20:56:50 +0000
+++ slidepresenterview/tests/unit/docformats/__init__.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 F.-A. Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 F.-A. Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/tests/unit/docformats/tests_pdf.py'
--- slidepresenterview/tests/unit/docformats/tests_pdf.py 2010-07-11 17:27:55 +0000
+++ slidepresenterview/tests/unit/docformats/tests_pdf.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 F.-A. Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 F.-A. Bourbonnais <fab.dev _AT@. rubico.info>
# Copyright (C) 2010 Claude Bolduc <claude.bolduc _AT@. gmail.com>
#
# This program is free software: you can redistribute it and/or modify
=== modified file 'slidepresenterview/tests/unit/ui/__init__.py'
--- slidepresenterview/tests/unit/ui/__init__.py 2009-08-28 22:53:03 +0000
+++ slidepresenterview/tests/unit/ui/__init__.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 F.-A. Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 F.-A. Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/tests/unit/ui/tests_presentation.py'
--- slidepresenterview/tests/unit/ui/tests_presentation.py 2010-07-11 17:27:55 +0000
+++ slidepresenterview/tests/unit/ui/tests_presentation.py 2011-01-08 03:17:44 +0000
@@ -4,7 +4,7 @@
# https://launchpad.net/slidepresenterview
#
# Copyright (C) 2009 Claude Bolduc <claude.bolduc _AT@. gmail.com>
-# Copyright (C) 2009 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/ui/__init__.py'
--- slidepresenterview/ui/__init__.py 2009-06-30 03:23:09 +0000
+++ slidepresenterview/ui/__init__.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/ui/qt_forms/__init__.py'
--- slidepresenterview/ui/qt_forms/__init__.py 2009-08-28 22:53:03 +0000
+++ slidepresenterview/ui/qt_forms/__init__.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/ui/widgets/slideview.py'
--- slidepresenterview/ui/widgets/slideview.py 2010-05-03 02:19:38 +0000
+++ slidepresenterview/ui/widgets/slideview.py 2011-01-08 03:17:44 +0000
@@ -4,7 +4,7 @@
# https://launchpad.net/slidepresenterview
#
# Copyright (C) 2009 Claude Bolduc <claude.bolduc _AT@. gmail.com>
-# Copyright (C) 2009 F.-A. Bourbonais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 F.-A. Bourbonais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/utils/__init__.py'
--- slidepresenterview/utils/__init__.py 2009-06-30 03:23:09 +0000
+++ slidepresenterview/utils/__init__.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'slidepresenterview/utils/pyqt.py'
--- slidepresenterview/utils/pyqt.py 2009-11-23 05:05:10 +0000
+++ slidepresenterview/utils/pyqt.py 2011-01-08 03:17:44 +0000
@@ -3,7 +3,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 F.-A. Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 F.-A. Bourbonnais <fab.dev _AT@. rubico.info>
#
# 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
=== modified file 'tools/gen_ui.py'
--- tools/gen_ui.py 2010-05-02 22:18:27 +0000
+++ tools/gen_ui.py 2011-01-08 03:17:44 +0000
@@ -4,7 +4,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
# Copyright (C) 2009 Maxime Lemonnier <maxime.lemonnier _AT@. gmail.com>
#
# This program is free software: you can redistribute it and/or modify
=== modified file 'tools/run_tests.py'
--- tools/run_tests.py 2010-02-01 05:14:21 +0000
+++ tools/run_tests.py 2011-01-08 03:17:44 +0000
@@ -4,7 +4,7 @@
# SlidePresenterView - Console for presenters
# https://launchpad.net/slidepresenterview
#
-# Copyright (C) 2009 Felix-Antoine Bourbonnais <bouf10pub _AT@. rubico.info>
+# Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
# Copyright (C) 2009 Claude Bolduc <claude.bolduc _AT@. gmail.com>
#
# This program is free software: you can redistribute it and/or modify