[wiican: 15/16] [l] Baptized as 0.3.4



commit 897e6f8ea2991363ccbf1cb0417f364a223a9cd9
Author: J. FÃlix OntaÃÃn <fontanon emergya es>
Date:   Thu Aug 16 14:21:59 2012 +0200

    [l] Baptized as 0.3.4

 AUTHORS                         |    2 +-
 bin/wiican                      |    2 +-
 bin/wiican-service              |    2 +-
 data/wiimotemanager.ui          |    4 ++--
 doc/conf.py                     |    4 ++--
 doc/mappings.rst                |    4 ++--
 setup.py                        |    4 ++--
 wiican/__init__.py              |    2 +-
 wiican/defs.py.in               |    2 +-
 wiican/mapping/__init__.py      |    2 +-
 wiican/mapping/action_enum.py   |    2 +-
 wiican/mapping/manager.py       |    2 +-
 wiican/mapping/mapping.py       |    2 +-
 wiican/mapping/validator.py     |    2 +-
 wiican/service/__init__.py      |    2 +-
 wiican/service/wiican_dbus.py   |    2 +-
 wiican/service/wiifinder.py     |    2 +-
 wiican/service/wminput.py       |    2 +-
 wiican/ui/__init__.py           |    2 +-
 wiican/ui/editordlg.py          |    2 +-
 wiican/ui/managerdlg.py         |    2 +-
 wiican/ui/notificator.py        |    2 +-
 wiican/ui/pnganimation.py       |    2 +-
 wiican/ui/validationerrordlg.py |    2 +-
 wiican/utils.py                 |    2 +-
 25 files changed, 29 insertions(+), 29 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 022d950..cf3efbe 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,2 @@
-Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 J. FÃlix OntaÃÃn Carmona <fontanon emergya es>
diff --git a/bin/wiican b/bin/wiican
index 8c80d91..2dba701 100755
--- a/bin/wiican
+++ b/bin/wiican
@@ -3,7 +3,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/bin/wiican-service b/bin/wiican-service
index 966a925..b4895ce 100755
--- a/bin/wiican-service
+++ b/bin/wiican-service
@@ -3,7 +3,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/data/wiimotemanager.ui b/data/wiimotemanager.ui
index 7447b08..f519656 100644
--- a/data/wiimotemanager.ui
+++ b/data/wiimotemanager.ui
@@ -115,8 +115,8 @@
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">normal</property>
     <property name="program_name">Wiican</property>
-    <property name="version">0.3.3</property>
-    <property name="copyright">2009-2011 J. FÃlix OntaÃÃn &lt;fontanon emergya es&gt;</property>
+    <property name="version">0.3.4</property>
+    <property name="copyright">2009-2012 J. FÃlix OntaÃÃn &lt;fontanon emergya es&gt;</property>
     <property name="comments" translatable="yes">Yes wii can
 Wiimote usage assistant and mapping manager</property>
     <property name="website">http://fontanon.org/wiican</property>
diff --git a/doc/conf.py b/doc/conf.py
index eca4da4..047b361 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -45,9 +45,9 @@ copyright = u'2010, J. FÃlix OntaÃÃn Carmona'
 # built documents.
 #
 # The short X.Y version.
-version = '0.3.3'
+version = '0.3.4'
 # The full version, including alpha/beta/rc tags.
-release = '0.3.3'
+release = '0.3.4'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/doc/mappings.rst b/doc/mappings.rst
index 4020bf2..44148f7 100644
--- a/doc/mappings.rst
+++ b/doc/mappings.rst
@@ -26,7 +26,7 @@ metadata and icon associated:
 Every mapping lives on home directory under .local/share/wiican/
 so maybe you want to see if i'm telling the true now ;).
 
-By the current mapping definition (wiican 0.3.3) there are names reserved for
+By the current mapping definition (wiican 0.3.4) there are names reserved for
 the mapping file and the info file: mapping.wminput and info.desktop 
 respectively.
 
@@ -46,7 +46,7 @@ translations and special fields easily. This is the basic structure::
     Comment=Control mouse with IR and A+B buttons
     Comment[es_ES]=Controla el ratÃn con infrarojos y los botones A+B
     X-Authors=J. FÃlix OntaÃÃn <felixonta `at` gmail `dot` com>
-    X-Version=0.3.3
+    X-Version=0.3.4
     Icon=wiimouse.svg
 
 *Name* and *Comment* fields support translations via XDG DesktopEntry localized 
diff --git a/setup.py b/setup.py
index f545766..1778a21 100755
--- a/setup.py
+++ b/setup.py
@@ -83,7 +83,7 @@ class InstallData(install_data):
 
 setup(
         name='wiican',
-        version='0.3.3',
+        version='0.3.4',
         description='Wiimote connection and mapping manager',
         long_description='WiiCan assists on configuration and management of ' + \
             'your wiimote under GNU/Linux. It tracks bluetooth connectivity ' + \
@@ -94,7 +94,7 @@ setup(
         url='http://fontanon.org/wiican',
 
         classifiers=[
-            'Development Status :: 0.3.3 - Beta',
+            'Development Status :: 0.3.4 - Beta',
             'Environment :: Desktop Environment',
             'Intended Audience :: End Users/Desktop',
             'License :: OSI Approved :: GNU General Public License (GPL)',
diff --git a/wiican/__init__.py b/wiican/__init__.py
index b529aa9..747af0d 100644
--- a/wiican/__init__.py
+++ b/wiican/__init__.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/defs.py.in b/wiican/defs.py.in
index 67c9a40..b912523 100644
--- a/wiican/defs.py.in
+++ b/wiican/defs.py.in
@@ -2,7 +2,7 @@
 # vim: ts=4 
 ###
 #
-# Copyright (c) 2009 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/mapping/__init__.py b/wiican/mapping/__init__.py
index 31aed58..2b1c8a8 100644
--- a/wiican/mapping/__init__.py
+++ b/wiican/mapping/__init__.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/mapping/action_enum.py b/wiican/mapping/action_enum.py
index b818ec0..608bd72 100644
--- a/wiican/mapping/action_enum.py
+++ b/wiican/mapping/action_enum.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # Totally ripped from wminput/action_enum.txt file included in cwiid
 # cwiid it's a great piece of software by L. Donnie Smith
diff --git a/wiican/mapping/manager.py b/wiican/mapping/manager.py
index b72634d..2fa5694 100644
--- a/wiican/mapping/manager.py
+++ b/wiican/mapping/manager.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/mapping/mapping.py b/wiican/mapping/mapping.py
index 9e1291f..16545e9 100644
--- a/wiican/mapping/mapping.py
+++ b/wiican/mapping/mapping.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/mapping/validator.py b/wiican/mapping/validator.py
index 6bbbad7..34553f6 100644
--- a/wiican/mapping/validator.py
+++ b/wiican/mapping/validator.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # Ripped idea from lex/yacc definition of cwiid's wminput
 # cwiid it's a great piece of software by L. Donnie Smith
diff --git a/wiican/service/__init__.py b/wiican/service/__init__.py
index 9b25199..e55dc00 100644
--- a/wiican/service/__init__.py
+++ b/wiican/service/__init__.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/service/wiican_dbus.py b/wiican/service/wiican_dbus.py
index 394e741..11ffa55 100644
--- a/wiican/service/wiican_dbus.py
+++ b/wiican/service/wiican_dbus.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/service/wiifinder.py b/wiican/service/wiifinder.py
index 45a3704..15f7db9 100644
--- a/wiican/service/wiifinder.py
+++ b/wiican/service/wiifinder.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/service/wminput.py b/wiican/service/wminput.py
index 1a7ec24..b741138 100644
--- a/wiican/service/wminput.py
+++ b/wiican/service/wminput.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/ui/__init__.py b/wiican/ui/__init__.py
index 05cc09d..7fdec54 100644
--- a/wiican/ui/__init__.py
+++ b/wiican/ui/__init__.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/ui/editordlg.py b/wiican/ui/editordlg.py
index ddfeedc..8e972f0 100644
--- a/wiican/ui/editordlg.py
+++ b/wiican/ui/editordlg.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/ui/managerdlg.py b/wiican/ui/managerdlg.py
index 92080cb..2d499bb 100644
--- a/wiican/ui/managerdlg.py
+++ b/wiican/ui/managerdlg.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/ui/notificator.py b/wiican/ui/notificator.py
index 2500a3e..a751834 100644
--- a/wiican/ui/notificator.py
+++ b/wiican/ui/notificator.py
@@ -4,7 +4,7 @@
 #
 # Mostly inspired from Listen's mediaplayer notify widged
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 # 
 # Listen is the legal property of mehdi abaakouk <theli48 gmail com>
 # Copyright (c) 2006 Mehdi Abaakouk 
diff --git a/wiican/ui/pnganimation.py b/wiican/ui/pnganimation.py
index c8cc96e..fe684bd 100644
--- a/wiican/ui/pnganimation.py
+++ b/wiican/ui/pnganimation.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/ui/validationerrordlg.py b/wiican/ui/validationerrordlg.py
index fb5c92b..c8dab69 100644
--- a/wiican/ui/validationerrordlg.py
+++ b/wiican/ui/validationerrordlg.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
diff --git a/wiican/utils.py b/wiican/utils.py
index 9234584..4fb8cbe 100644
--- a/wiican/utils.py
+++ b/wiican/utils.py
@@ -2,7 +2,7 @@
 # vim: ts=4
 ###
 #
-# Copyright (c) 2009-2011 J. FÃlix OntaÃÃn
+# Copyright (c) 2009-2012 J. FÃlix OntaÃÃn
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]