[gnote] Added myself to the list of authors
- From: Debarshi Ray <debarshir src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnote] Added myself to the list of authors
- Date: Thu, 31 Dec 2009 17:34:40 +0000 (UTC)
commit ad70fa3cc7a31bad5126247b7aa4718345797344
Author: Debarshi Ray <debarshir src gnome org>
Date: Thu Dec 31 19:08:35 2009 +0200
Added myself to the list of authors
AUTHORS | 1 +
README | 1 +
src/gnote.cpp | 4 +++-
3 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 943a4aa..cc11739 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,5 @@
Gnote:
+Debarshi Ray <debarshir src gnome org>
Hubert Figuiere <hub figuiere net>
diff --git a/README b/README
index 6fe9fb3..5b2374e 100644
--- a/README
+++ b/README
@@ -72,6 +72,7 @@ under a different license. Check the headers for the copyright info.
Authors:
--------
+Debarshi Ray <debarshir src gnome org>
Hubert Figuiere <hub figuiere net>
diff --git a/src/gnote.cpp b/src/gnote.cpp
index 529b47c..d2fbb61 100644
--- a/src/gnote.cpp
+++ b/src/gnote.cpp
@@ -324,6 +324,7 @@ namespace gnote {
void Gnote::on_show_about_action()
{
std::list<Glib::ustring> authors;
+ authors.push_back("Debarshi Ray <debarshir src gnome org>");
authors.push_back("Hubert Figuiere <hub figuiere net>");
authors.push_back(_("and Tomboy original authors."));
@@ -342,7 +343,8 @@ namespace gnote {
about.set_name("Gnote");
about.set_version(VERSION);
about.set_logo(utils::get_icon("gnote", 48));
- about.set_copyright(_("Copyright \xc2\xa9 2009 Hubert Figuiere\n"
+ about.set_copyright(_("Copyright \xc2\xa9 2009 Debarshi Ray\n"
+ "Copyright \xc2\xa9 2009 Hubert Figuiere\n"
"Copyright \xc2\xa9 2004-2009 the Tomboy original authors."));
about.set_comments(_("A simple and easy to use desktop "
"note-taking application."));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]