Update code contributors and artists.
authorCarlos Lopez <genetita@gmail.com>
Sun, 16 May 2010 17:59:19 +0000 (19:59 +0200)
committerCarlos Lopez <genetita@gmail.com>
Sun, 16 May 2010 17:59:19 +0000 (19:59 +0200)
synfig-studio/AUTHORS
synfig-studio/README
synfig-studio/src/gtkmm/about.cpp

index f2dcd35..855561b 100644 (file)
@@ -24,7 +24,8 @@ Konstantin Dmitriev (zelgadis)
 Carlos López González (genete)
 Carlos A. Sosa Navarro
 Ray Frederikson (uranus-235)
-Chris Norman (pixelgeek)
+Nikita Kitaev (nikitait)
+Brendon Higgins
 
 Translators:
 
@@ -46,3 +47,5 @@ David Rylander (rylleman)
 Henrique Lopes Barone
 Thimotee Guiet (satrip)
 Bertrand Grégoire (berteh)
+Konstantin Dmitriev (zelgadis)
+Madeleine Crubellier (mad0)
index 6cac7b4..4d0c7c3 100644 (file)
@@ -41,6 +41,7 @@ Copyright 2009 Henrique Lopes Barone
 Copyright 2009 Carlos A. Sosa Navarro
 Copyright 2009 Ray Frederikson
 Copyright 2010 Nikita Kitaev
+Copyright 2010 Brendon Higgins
 
 Some of the icons are placed in the Public Domain by Chris Norman
 Some of the icons are placed in the Public Domain by Carlos López González
index 13c3a5c..1d8c065 100644 (file)
@@ -137,6 +137,7 @@ About::About()
        authors.push_back("");
        authors.push_back("Adrian Winchell (SnapSilverlight)");
        authors.push_back("Andreas Jochens");
+       authors.puch_back("Brendon Higgins");
        authors.push_back("Carlos López González (genete)");
        authors.push_back("Carlos A. Sosa Navarro");
        authors.push_back("Chris Moore (dooglus)");
@@ -152,6 +153,7 @@ About::About()
        authors.push_back("IL'dar AKHmetgaleev (AkhIL)");
        authors.push_back("Konstantin Dmitriev (zelgadis)");
        authors.push_back("Luka Pravica");
+       authors.push_back("Nikita Kitaev (nikitakit)");
        authors.push_back("Martin Michlmayr (tbm)");
        authors.push_back("Miguel Gea Milvaques (xerakko)");
        authors.push_back("Paul Wise (pabs)");
@@ -163,6 +165,7 @@ About::About()
 
        std::vector<Glib::ustring> artists;
        artists.push_back("Aurore D (rore)");
+       artists.push_back("Bertrand Grégoire (berteh)");
        artists.push_back("Carlos López González (genete)");
        artists.push_back("Chris Norman (pixelgeek)");
        artists.push_back("Daniel Hornung (rubikcube)");
@@ -170,7 +173,10 @@ About::About()
        artists.push_back("Franco Iacomella (Yaco)");
        artists.push_back("Gerald Young (Yoyobuae)");
        artists.push_back("Henrique Lopes Barone");
+       artists.push_back("Konstantin Dmitriev (zelgadis)");
+       artists.push_back("Madeleine Crubellier (mad0)");
        artists.push_back("Robert B. Quattlebaum Jr. (darco)");
+       artists.push_back("Thimotee Guiet (satrip)");
 
        set_artists(artists);