[solang] Updated copyright years for 2010



commit ebb492fd701eca4273f55f37c9dcbd69aa2d6ef8
Author: Debarshi Ray <rishi gnu org>
Date:   Thu Jan 7 01:41:17 2010 +0200

    Updated copyright years for 2010
    
    Happy New Year!

 src/application/application.cpp    |    2 +-
 src/application/main-window.cpp    |    4 ++--
 src/renderer/browser-renderer.cpp  |    2 +-
 src/renderer/browser-renderer.h    |    2 +-
 src/renderer/enlarged-renderer.cpp |    2 +-
 src/renderer/enlarged-renderer.h   |    2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/application/application.cpp b/src/application/application.cpp
index 6780428..fce913c 100644
--- a/src/application/application.cpp
+++ b/src/application/application.cpp
@@ -1,6 +1,6 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
 /*
- * Copyright (C) 2009 Debarshi Ray <rishi gnu org>
+ * Copyright (C) 2009, 2010 Debarshi Ray <rishi gnu org>
  *
  * Solang is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/application/main-window.cpp b/src/application/main-window.cpp
index 920d1da..cc81264 100644
--- a/src/application/main-window.cpp
+++ b/src/application/main-window.cpp
@@ -1,6 +1,6 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
 /*
- * Copyright (C) 2009 Debarshi Ray <rishi gnu org>
+ * Copyright (C) 2009, 2010 Debarshi Ray <rishi gnu org>
  *
  * Solang is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
@@ -611,7 +611,7 @@ MainWindow::on_action_help_about() throw()
 
     about_dialog.set_comments(_("A photo manager for GNOME"));
     about_dialog.set_copyright(
-        "Copyright \xc2\xa9 2009 The " PACKAGE_NAME " authors");
+        "Copyright \xc2\xa9 2009 - 2010 The " PACKAGE_NAME " authors");
 
     file = Gio::File::create_for_path(copyingFile);
 
diff --git a/src/renderer/browser-renderer.cpp b/src/renderer/browser-renderer.cpp
index 84e2512..905a443 100644
--- a/src/renderer/browser-renderer.cpp
+++ b/src/renderer/browser-renderer.cpp
@@ -1,6 +1,6 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
 /*
- * Copyright (C) 2009 Debarshi Ray <rishi gnu org>
+ * Copyright (C) 2009, 2010 Debarshi Ray <rishi gnu org>
  * Copyright (C) 2009 Santanu Sinha <santanu sinha gmail com>
  *
  * Solang is free software: you can redistribute it and/or modify it
diff --git a/src/renderer/browser-renderer.h b/src/renderer/browser-renderer.h
index 264112c..8be8848 100644
--- a/src/renderer/browser-renderer.h
+++ b/src/renderer/browser-renderer.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
 /*
- * Copyright (C) 2009 Debarshi Ray <rishi gnu org>
+ * Copyright (C) 2009, 2010 Debarshi Ray <rishi gnu org>
  * Copyright (C) 2009 Santanu Sinha <santanu sinha gmail com>
  *
  * Solang is free software: you can redistribute it and/or modify it
diff --git a/src/renderer/enlarged-renderer.cpp b/src/renderer/enlarged-renderer.cpp
index 0445da7..93b6ef6 100644
--- a/src/renderer/enlarged-renderer.cpp
+++ b/src/renderer/enlarged-renderer.cpp
@@ -1,6 +1,6 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
 /*
- * Copyright (C) 2009 Debarshi Ray <rishi gnu org>
+ * Copyright (C) 2009, 2010 Debarshi Ray <rishi gnu org>
  *
  * Solang is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
diff --git a/src/renderer/enlarged-renderer.h b/src/renderer/enlarged-renderer.h
index 69fe98c..5f72448 100644
--- a/src/renderer/enlarged-renderer.h
+++ b/src/renderer/enlarged-renderer.h
@@ -1,6 +1,6 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
 /*
- * Copyright (C) 2009 Debarshi Ray <rishi gnu org>
+ * Copyright (C) 2009, 2010 Debarshi Ray <rishi gnu org>
  *
  * Solang is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the



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