[regexxer] Adding myself to the authors
- From: Fabien Parent <fparent src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [regexxer] Adding myself to the authors
- Date: Thu, 6 Oct 2011 13:16:24 +0000 (UTC)
commit 01792cdef0906c70135d39c2361d59a9a7aca8e4
Author: Fabien Parent <parent f gmail com>
Date: Thu Oct 6 14:58:54 2011 +0200
Adding myself to the authors
AUTHORS | 2 ++
src/mainwindow.cc | 4 +++-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 019471b..03ab584 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,4 @@
regexxer is a pet project of Daniel Elstner <daniel kitta gmail com>
Murray Cumming <murrayc murrayc com> also helped at lot
+
+This project is currently maintained by Fabien Parent <parent f gmail com>
diff --git a/src/mainwindow.cc b/src/mainwindow.cc
index e2ab60b..2596f5a 100644
--- a/src/mainwindow.cc
+++ b/src/mainwindow.cc
@@ -51,6 +51,7 @@ static const char *const selection_clipboard = "CLIPBOARD";
static const char *const program_authors[] =
{
"Daniel Elstner <daniel kitta gmail com>",
+ "Fabien Parent <parent f gmail com>",
"Murray Cumming <murrayc murrayc com>",
0
};
@@ -1025,7 +1026,8 @@ void MainWindow::on_about()
dialog->set_version(PACKAGE_VERSION);
dialog->set_logo_icon_name(PACKAGE_TARNAME);
dialog->set_comments(_("Search and replace using regular expressions"));
- dialog->set_copyright("Copyright \302\251 2002-2007 Daniel Elstner");
+ dialog->set_copyright("Copyright \302\251 2002-2007 Daniel Elstner\n"
+ "Copyright \302\251 2009-2011 Fabien Parent");
dialog->set_website("http://regexxer.sourceforge.net/");
dialog->set_authors(authors);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]