vcl/unx/kde/kdedata.cxx  |    2 +-
 vcl/unx/kde4/KDEXLib.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6e4d4adc5638d8d51d1df05e22def0c8a32c679f
Author: Luboš Luňák <l.lu...@suse.cz>
Date:   Tue Nov 6 15:52:47 2012 +0100

    use the generic LO claim from the about dialog for KDE's internal data
    
    It's not really visible anywhere anyway.

diff --git a/vcl/unx/kde/kdedata.cxx b/vcl/unx/kde/kdedata.cxx
index e521c37..e66475d 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 fc3eafd..dbd6664 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");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to