[easytag] Update copyright year in about dialog



commit 5068f6537caa6748cf535405a6ef59776bb0f683
Author: David King <amigadave amigadave com>
Date:   Sun Jan 4 22:24:36 2015 +0000

    Update copyright year in about dialog

 src/about.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/about.c b/src/about.c
index 360beca..0d97211 100644
--- a/src/about.c
+++ b/src/about.c
@@ -1,5 +1,5 @@
 /* EasyTAG - tag editor for audio files
- * Copyright (C) 2014  David King <amigadave amigadave com>
+ * Copyright (C) 2014,2015  David King <amigadave amigadave com>
  * Copyright (C) 2000-2003  Jerome Couderc <easytag gmail com>
  *
  * This program is free software; you can redistribute it and/or modify it
@@ -79,7 +79,7 @@ et_show_about_dialog (GtkWindow *parent)
         NULL
     };
 
-    static const gchar copyright[] = "Copyright © 2012–2014 David King\n"
+    static const gchar copyright[] = "Copyright © 2012–2015 David King\n"
                                      "Copyright © 2009–2012 Kip Warner\n"
                                      "Copyright © 2000–2008 Jérôme Couderc";
 


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