commit/readFeeds: norrumar: Added copyight and licensing. Bump version to 2.9.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 29 Jul 2016 14:54:19 -0000

1 new commit in readFeeds:

https://bitbucket.org/nvdaaddonteam/readfeeds/commits/0b9cf1c32a70/
Changeset:   0b9cf1c32a70
Branch:      master
User:        norrumar
Date:        2016-07-29 14:51:40+00:00
Summary:     Added copyight and licensing. Bump version to 2.9.

Affected #:  2 files

diff --git a/addon/globalPlugins/readFeeds.py b/addon/globalPlugins/readFeeds.py
index da7e23b..e3a0542 100644
--- a/addon/globalPlugins/readFeeds.py
+++ b/addon/globalPlugins/readFeeds.py
@@ -1,6 +1,9 @@
 # -*- coding: UTF-8 -*-
 
 # Read feeds: A simple plugin for reading feeds with NVDA
+#Copyright (C) 2012-2016 Noelia Ruiz Martínez, Mesar Hameed
+# Released under GPL 2
+
 # Version: 6.0
 # Used globalVars to get config path, for better results with temporary 
copies, as instantTranslate or SaveLog add-ons
 # Version: 5.0

diff --git a/buildVars.py b/buildVars.py
index 5778943..1a04637 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("""Add-on for using NVDA as a feed reader."""),
        # version
-       "addon_version" : "2.8",
+       "addon_version" : "2.9",
        # Author(s)
        "addon_author" : u"Noelia Ruiz Martínez <nrm1977@xxxxxxxxx>, Mesar 
Hameed <mhameed@xxxxxxxxxxxxx>",
        # URL for the add-on documentation support

Repository URL: https://bitbucket.org/nvdaaddonteam/readfeeds/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/readFeeds: norrumar: Added copyight and licensing. Bump version to 2.9. - commits-noreply