From: Markus Slopianka Date: Tue, 9 Mar 2010 22:56:28 +0000 (+0000) Subject: Update our copyright message with fancy and legally enforceable copyright symbol X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ab56c248baef1511a75d7e04971d9f36bb14ca8d;p=kdenlive Update our copyright message with fancy and legally enforceable copyright symbol svn path=/trunk/kdenlive/; revision=4349 --- diff --git a/src/main.cpp b/src/main.cpp index e1d348e8..9d55ac16 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,8 +34,8 @@ int main(int argc, char *argv[]) ki18n("Kdenlive"), VERSION, ki18n("An open source video editor."), KAboutData::License_GPL, - ki18n("Copyright (c) 2009 Development team")); - aboutData.addAuthor(ki18n("Jean-Baptiste Mardelle"), ki18n("MLT porting, KDE 4 porting, Main developer"), "jb@kdenlive.org"); + ki18n("Copyright © 2007–2010 Kdenlive authors")); + aboutData.addAuthor(ki18n("Jean-Baptiste Mardelle"), ki18n("MLT porting, KDE SC 4 porting, Main developer"), "jb@kdenlive.org"); aboutData.addAuthor(ki18n("Marco Gittler"), ki18n("MLT Connection, Transition, Effect, Timeline Developer"), "g.marco@freenet.de"); aboutData.addAuthor(ki18n("Jean-Michel Poure"), ki18n("Rendering profiles customization"), "jm@poure.com"); aboutData.addAuthor(ki18n("Ray Lehtiniemi"), ki18n("Bug fixing, etc."), "rayl@mail.com");