]> git.street.me.uk Git - andy/viking.git/commitdiff
Add Viking's contributors as copyright holders
authorGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Wed, 19 May 2010 22:05:09 +0000 (00:05 +0200)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Wed, 19 May 2010 22:05:09 +0000 (00:05 +0200)
src/dialog.c
src/main.c

index fb986b7a292b379f7e81ac50d30a7c9beea6d47c..af527b27ff3cc7e56fe83dfdd8b5394538c5f7c9 100644 (file)
@@ -709,7 +709,7 @@ void a_dialog_about ( GtkWindow *parent )
   const gchar *program_name = PACKAGE_NAME;
   const gchar *version = VIKING_VERSION;
   const gchar *website = VIKING_URL;
-  const gchar *copyright = "2003-2008, Evan Battaglia";
+  const gchar *copyright = "2003-2008, Evan Battaglia\n2008-2010, Viking's contributors";
   const gchar *comments = _("GPS Data and Topo Analyzer, Explorer, and Manager.");
   const gchar *license = _("This program is free software; you can redistribute it and/or modify "
                        "it under the terms of the GNU General Public License as published by "
index 7aafb44e10fdd6e510e324c001b7323c85052b5f..d2fcc6fc117265a22b7688156fe4b1df2b5ded47 100644 (file)
@@ -158,7 +158,7 @@ int main( int argc, char *argv[] )
    
   if (vik_version)
   {
-    g_printf ("%s %s, Copyright (c) 2003-2008 Evan Battaglia\n", PACKAGE_NAME, PACKAGE_VERSION);
+    g_printf ("%s %s\nCopyright (c) 2003-2008 Evan Battaglia\nCopyright (c) 2008-2010 Viking's contributors\n", PACKAGE_NAME, PACKAGE_VERSION);
     return EXIT_SUCCESS;
   }