From: Carlos Lopez Date: Mon, 5 Oct 2009 19:57:50 +0000 (+0200) Subject: Add Ray Frederikson (uranus-235) to the authors by his contribution in the reverse... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=aced1e169569982bf0131e68e11dc9dcba492a4a;p=synfig.git Add Ray Frederikson (uranus-235) to the authors by his contribution in the reverse mmanipulation in the scale convert type. --- diff --git a/synfig-studio/AUTHORS b/synfig-studio/AUTHORS index 2444b59..e09a506 100644 --- a/synfig-studio/AUTHORS +++ b/synfig-studio/AUTHORS @@ -23,6 +23,7 @@ Gerco Ballintijn Konstantin Dmitriev (zelgadis) Carlos López González (genete) Carlos A. Sosa Navarro +Ray Frederikson (uranus-235) Translators: diff --git a/synfig-studio/README b/synfig-studio/README index bc1b89c..392845a 100644 --- a/synfig-studio/README +++ b/synfig-studio/README @@ -26,7 +26,7 @@ Copyright Copyright 2002 Robert B. Quattlebaum Jr. Copyright 2002 Adrian Bentley Copyright 2006 Yue Shi Lai -Copyright 2007-2008 Chris Moore +Copyright 2007-2009 Chris Moore Copyright 2007-2009 Paul Wise Copyright 2008 Aurore D. Copyright 2008-2009 Gerald Young @@ -37,6 +37,7 @@ Copyright 2008-2009 Gerco Ballintijn Copyright 2009 Konstantin Dmitriev Copyright 2009 Henrique Lopes Barone Copyright 2009 Carlos A. Sosa Navarro +Copyright 2009 Ray Frederikson 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 diff --git a/synfig-studio/src/gtkmm/about.cpp b/synfig-studio/src/gtkmm/about.cpp index b0ebe6f..3629d40 100644 --- a/synfig-studio/src/gtkmm/about.cpp +++ b/synfig-studio/src/gtkmm/about.cpp @@ -156,6 +156,7 @@ About::About() authors.push_back("Miguel Gea Milvaques (xerakko)"); authors.push_back("Paul Wise (pabs)"); authors.push_back("Ralf Corsepius"); + authors.push_back("Ray Frederikson"); authors.push_back("Timo Paulssen (timonator)"); authors.push_back("Yue Shi Lai"); set_authors(authors);