← Back to team overview

spv-dev team mailing list archive

[Branch ~spv-dev/slidepresenterview/trunk] Rev 62: Fix copyright information for C. Bolduc.

 

------------------------------------------------------------
revno: 62
committer: C. Bolduc <claude.bolduc@xxxxxxxxx>
branch nick: trunk
timestamp: Mon 2011-01-24 17:19:30 -0500
message:
  Fix copyright information for C. Bolduc.
modified:
  setup.py
  slidepresenterview/__init__.py
  slidepresenterview/config/user_configuration.py
  slidepresenterview/docformats/format_pdf.py
  slidepresenterview/tests/__init__.py
  slidepresenterview/tests/functional/steps/document_steps.py
  slidepresenterview/tests/functional/steps/preferred_projectors_steps.py
  slidepresenterview/tests/helpers/open_documents.py
  slidepresenterview/tests/unit/ui/tests_screen.py
  slidepresenterview/ui/console_window.py
  slidepresenterview/ui/screen.py
  slidepresenterview/ui/widgets/preferred_projectors.py
  slidepresenterview/utils/observation.py
  slidepresenterview/utils/pyqt.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 'setup.py'
--- setup.py	2011-01-24 19:58:01 +0000
+++ setup.py	2011-01-24 22:19:30 +0000
@@ -5,6 +5,7 @@
 # https://launchpad.net/slidepresenterview
 #
 # Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
+# Copyright (C) 2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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-24 19:58:01 +0000
+++ slidepresenterview/__init__.py	2011-01-24 22:19:30 +0000
@@ -4,6 +4,7 @@
 # https://launchpad.net/slidepresenterview
 #
 # Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
+# Copyright (C) 2010-2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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/config/user_configuration.py'
--- slidepresenterview/config/user_configuration.py	2011-01-06 06:02:50 +0000
+++ slidepresenterview/config/user_configuration.py	2011-01-24 22:19:30 +0000
@@ -3,7 +3,7 @@
 # SlidePresenterView - Console for presenters 
 # https://launchpad.net/slidepresenterview
 #
-# Copyright (C) 2010 Claude Bolduc <claude.bolduc _AT@. gmail.com>
+# Copyright (C) 2010-2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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	2011-01-24 19:58:01 +0000
+++ slidepresenterview/docformats/format_pdf.py	2011-01-24 22:19:30 +0000
@@ -4,6 +4,7 @@
 # https://launchpad.net/slidepresenterview
 #
 # Copyright (C) 2009 F.-A. Bourbonnais <fab.dev _AT@. rubico.info>
+# Copyright (C) 2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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	2011-01-24 19:58:01 +0000
+++ slidepresenterview/tests/__init__.py	2011-01-24 22:19:30 +0000
@@ -4,6 +4,7 @@
 # https://launchpad.net/slidepresenterview
 #
 # Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
+# Copyright (C) 2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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	2011-01-24 19:58:01 +0000
+++ slidepresenterview/tests/functional/steps/document_steps.py	2011-01-24 22:19:30 +0000
@@ -4,6 +4,7 @@
 # https://launchpad.net/slidepresenterview
 #
 # Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
+# Copyright (C) 2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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/preferred_projectors_steps.py'
--- slidepresenterview/tests/functional/steps/preferred_projectors_steps.py	2011-01-17 06:35:36 +0000
+++ slidepresenterview/tests/functional/steps/preferred_projectors_steps.py	2011-01-24 22:19:30 +0000
@@ -3,7 +3,7 @@
 # SlidePresenterView - Console for presenters 
 # https://launchpad.net/slidepresenterview
 #
-# Copyright (C) 2010 Claude Bolduc <claude.bolduc _AT@. gmail.com>
+# Copyright (C) 2010-2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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	2011-01-24 19:58:01 +0000
+++ slidepresenterview/tests/helpers/open_documents.py	2011-01-24 22:19:30 +0000
@@ -4,6 +4,7 @@
 # https://launchpad.net/slidepresenterview
 #
 # Copyright (C) 2009 Felix-Antoine Bourbonnais <fab.dev _AT@. rubico.info>
+# Copyright (C) 2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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_screen.py'
--- slidepresenterview/tests/unit/ui/tests_screen.py	2011-01-16 22:22:36 +0000
+++ slidepresenterview/tests/unit/ui/tests_screen.py	2011-01-24 22:19:30 +0000
@@ -3,7 +3,7 @@
 # SlidePresenterView - Console for presenters 
 # https://launchpad.net/slidepresenterview
 #
-# Copyright (C) 2010 Claude Bolduc <claude.bolduc _AT@. gmail.com>
+# Copyright (C) 2010-2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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/console_window.py'
--- slidepresenterview/ui/console_window.py	2011-01-10 06:11:00 +0000
+++ slidepresenterview/ui/console_window.py	2011-01-24 22:19:30 +0000
@@ -3,7 +3,7 @@
 # SlidePresenterView - Console for presenters 
 # https://launchpad.net/slidepresenterview
 #
-# Copyright (C) 2009 Claude Bolduc <claude.bolduc _AT@. gmail.com>
+# Copyright (C) 2009-2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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/screen.py'
--- slidepresenterview/ui/screen.py	2011-01-16 22:14:59 +0000
+++ slidepresenterview/ui/screen.py	2011-01-24 22:19:30 +0000
@@ -3,7 +3,7 @@
 # SlidePresenterView - Console for presenters 
 # https://launchpad.net/slidepresenterview
 #
-# Copyright (C) 2010 Claude Bolduc <claude.bolduc _AT@. gmail.com>
+# Copyright (C) 2010-2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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/preferred_projectors.py'
--- slidepresenterview/ui/widgets/preferred_projectors.py	2011-01-17 06:35:36 +0000
+++ slidepresenterview/ui/widgets/preferred_projectors.py	2011-01-24 22:19:30 +0000
@@ -3,7 +3,7 @@
 # SlidePresenterView - Console for presenters 
 # https://launchpad.net/slidepresenterview
 #
-# Copyright (C) 2010 Claude Bolduc <claude.bolduc _AT@. gmail.com>
+# Copyright (C) 2010-2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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/observation.py'
--- slidepresenterview/utils/observation.py	2011-01-24 20:03:09 +0000
+++ slidepresenterview/utils/observation.py	2011-01-24 22:19:30 +0000
@@ -4,6 +4,7 @@
 # https://launchpad.net/slidepresenterview
 #
 # Copyright (C) 2010 F.-A. Bourbonnais <fab.dev _AT@. rubico.info>
+# Copyright (C) 2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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	2011-01-24 19:58:01 +0000
+++ slidepresenterview/utils/pyqt.py	2011-01-24 22:19:30 +0000
@@ -4,6 +4,7 @@
 # https://launchpad.net/slidepresenterview
 #
 # Copyright (C) 2009 F.-A. Bourbonnais <fab.dev _AT@. rubico.info>
+# Copyright (C) 2011 Claude Bolduc <claude.bolduc _AT@. gmail.com>
 #
 # 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