From: Alex Merry Date: Mon, 26 Jul 2010 13:07:14 +0000 (+0000) Subject: Revert r1154600: Modified (some) 'About' windows to carry legally enforceable Copyrig... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/284e3f17f4c06edd4f7c0f57afedbd61cfc9299c Revert r1154600: Modified (some) 'About' windows to carry legally enforceable Copyright messages. Also looks better than '(c)'. ;-) Also fixed a few typos where I noticed them. Please don't do huge sweeping changes of KAboutData things without talking to the authors first. I'm sure they don't appreciate having their names removed from the about dialogs. Note that (a) the unicode copyright character is no more enforcible than (c) (b) while "the KDE developers" is not a legal entity, neither is "Dolphin authors" (c) it was decided a while back that we don't care about whether the copyrights in about dialogs are meaningful, since they can't hope to encompass everyone who holds copyrights on the application code or any of the libraries it is linked to; the copyright headers in the source files are the important ones. I realise that I'm reverting more than necessary, but that's just a reason for breaking up commits :-) CCMAIL: kamikazow@web.de CCMAIL: kde-licensing@kde.org svn path=/trunk/KDE/kdebase/apps/; revision=1154884 --- diff --git a/src/main.cpp b/src/main.cpp index 7d01b79f5..752d30960 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,10 +36,10 @@ KDE_EXPORT int kdemain(int argc, char **argv) "1.5", ki18nc("@title", "File Manager"), KAboutData::License_GPL, - ki18nc("@info:credit", "Copyright © 2006–2011 Dolphin authors")); + ki18nc("@info:credit", "(C) 2006-2010 Peter Penz")); about.setHomepage("http://dolphin.kde.org"); about.addAuthor(ki18nc("@info:credit", "Peter Penz"), - ki18nc("@info:credit", "Maintainer and lead developer"), + ki18nc("@info:credit", "Maintainer and developer"), "peter.penz@gmx.at"); about.addAuthor(ki18nc("@info:credit", "David Faure"), ki18nc("@info:credit", "Developer"),