diff --git a/README.md b/README.md index bcac8ae3..eb2d2e5a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ -TWBlue - Next generation +TWBlue - ====== -Note -====== +Copyright (C) 2015. [Technow S.L.](https://www.technow.es) -Please note that this branch is a new generation of TWBlue. The code has been rewritten using the MVC design pattern. It is very unstable. This code may not work properly and it's use is not recommended. Only use for testing purposes. - -TWBlue, an accessible, open source and multiplatform twitter application. TW Blue is an app designed to use Twitter simply and efficiently while using minimal system resources. With this app you’ll have access to twitter features such as: diff --git a/src/application.py b/src/application.py index 749fb93a..cf5d590d 100644 --- a/src/application.py +++ b/src/application.py @@ -9,7 +9,7 @@ else: update_url = 'http://twblue.es/updates/snapshots_ngen.json' author = u"Manuel Cortéz, Bill Dengler" authorEmail = "manuel@manuelcortez.net" -copyright = u"copyright (C) 2013-2015, Manuel cortéz and Bill Dengler" +copyright = u"Copyright (C) 2015, Technow S.L. \nCopyright (C) 2013-2015, Manuel cortéz and Bill Dengler" description = unicode(name+" is an app designed to use Twitter simply and efficiently while using minimal system resources. This app provides access to most Twitter features.") translators = [u"Bryner Villalobos, Bill Dengler (English)", u"Mohammed Al Shara (Arabic)", u"Joan Rabat, Juan Carlos Rivilla (Catalan)", u"Manuel cortéz (Spanish)", u"Sukil Etxenike Arizaleta (Basque)", u"Jani Kinnunen (finnish)", u"Rémy Ruiz (French)", u"Alba Quinteiro (Galician)", u"Steffen Schultz (German)", u"Robert Osztolykan (Hungarian)", u"Paweł Masarczyk (Polish)", u"Odenilton Júnior Santos (Portuguese)", u"Alexander Jaszyn (Russian)", u"Burak (Turkish)"] url = u"http://twblue.es"