diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-11-06 15:52:47 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-11-06 15:52:47 +0100 |
commit | 6e4d4adc5638d8d51d1df05e22def0c8a32c679f (patch) | |
tree | 3ae89dc20467ba3e574c6cb49de5bb50131a2291 | |
parent | 53a227a707a52f1109f7e69022558afd2486659a (diff) |
use the generic LO claim from the about dialog for KDE's internal data
It's not really visible anywhere anyway.
-rw-r--r-- | vcl/unx/kde/kdedata.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/kde4/KDEXLib.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/kde/kdedata.cxx b/vcl/unx/kde/kdedata.cxx index e521c37ae158..e66475d6d598 100644 --- a/vcl/unx/kde/kdedata.cxx +++ b/vcl/unx/kde/kdedata.cxx @@ -122,7 +122,7 @@ void KDEXLib::Init() "3.4.0", I18N_NOOP( "LibreOffice with KDE Native Widget Support." ), KAboutData::License_File, - "(c) 2003, 2004 Novell, Inc and Apache Software Foundation", + I18N_NOOP( "Copyright (C) 2000 - 2012 LibreOffice contributors and/or their affiliates" ), I18N_NOOP( "LibreOffice is an office suite.\n" ), "http://libreoffice.org", "libreoffice@lists.freedesktop.org"); diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx index fc3eafd54a6b..dbd66648c56f 100644 --- a/vcl/unx/kde4/KDEXLib.cxx +++ b/vcl/unx/kde4/KDEXLib.cxx @@ -99,7 +99,7 @@ void KDEXLib::Init() "3.6.0", ki18n( "LibreOffice with KDE Native Widget Support." ), KAboutData::License_File, - ki18n(" (c) 2003-2012 Novell, Inc and Apache Software Foundation" ), + ki18n("Copyright (c) 2000 - 2012 LibreOffice contributors and/or their affiliates" ), ki18n( "LibreOffice is an office suite.\n" ), "http://libreoffice.org", "libreoffice@lists.freedesktop.org"); |