summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2012-03-20 13:43:38 +0000
committerHerbert Dürr <hdu@apache.org>2012-03-20 13:43:38 +0000
commit7ebaeeba7ea4116e0b40782561b6da72510937d8 (patch)
tree0f4d8f63d1008349324111665d8c0aea0fd9b227 /vcl
parent6001435b4519311b05f2d077df8ae3d7c037af8d (diff)
update About dialog to AOO and ASF source grant
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/kde/kdedata.cxx18
-rw-r--r--vcl/unx/kde4/KDEXLib.cxx18
2 files changed, 18 insertions, 18 deletions
diff --git a/vcl/unx/kde/kdedata.cxx b/vcl/unx/kde/kdedata.cxx
index fd21ec307fde..a7345f784d18 100644
--- a/vcl/unx/kde/kdedata.cxx
+++ b/vcl/unx/kde/kdedata.cxx
@@ -121,15 +121,15 @@ void KDEXLib::Init()
pInputMethod->SetLocale();
XrmInitialize();
- KAboutData *kAboutData = new KAboutData( "OpenOffice.org",
- I18N_NOOP( "OpenOffice.org" ),
- "1.1.0",
- I18N_NOOP( "OpenOffice.org with KDE Native Widget Support." ),
- KAboutData::License_LGPL,
- "(c) 2003, 2004 Novell, Inc",
- I18N_NOOP( "OpenOffice.org is an office suite.\n" ),
- "http://kde.openoffice.org/index.html",
- "dev@kde.openoffice.org");
+ KAboutData *kAboutData = new KAboutData( "Apache OpenOffice",
+ I18N_NOOP( "Apache OpenOffice" ),
+ "3.4.0",
+ I18N_NOOP( "Apache OpenOffice with KDE Native Widget Support." ),
+ KAboutData::License_File,
+ "(c) 2003, 2004 Novell, Inc and Apache Software Foundation",
+ I18N_NOOP( "Apache OpenOffice is an office suite.\n" ),
+ "http://incubator.apache.org/openofficeorg/index.html",
+ "ooo-issues@apache.org");
kAboutData->addAuthor( "Jan Holesovsky",
I18N_NOOP( "Original author and maintainer of the KDE NWF." ),
"kendy@artax.karlin.mff.cuni.cz",
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index 2f0aa1d43e0d..6b077b9eb49d 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -74,16 +74,16 @@ void KDEXLib::Init()
pInputMethod->SetLocale();
XrmInitialize();
- KAboutData *kAboutData = new KAboutData("OpenOffice.org",
+ KAboutData *kAboutData = new KAboutData("Apache OpenOffice",
"kdelibs4",
- ki18n( "OpenOffice.org" ),
- "3.0.0",
- ki18n( "OpenOffice.org with KDE Native Widget Support." ),
- KAboutData::License_LGPL,
- ki18n( "Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Novell, Inc"),
- ki18n( "OpenOffice.org is an office suite.\n" ),
- "http://kde.openoffice.org/index.html",
- "dev@kde.openoffice.org" );
+ ki18n( "Apache OpenOffice" ),
+ "3.4.0",
+ ki18n( "Apache OpenOffice with KDE Native Widget Support." ),
+ KAboutData::License_File,
+ ki18n( "Joint Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Novell, Inc and Apache Software Foundation"),
+ ki18n( "Apache OpenOffice is an office suite.\n" ),
+ "http://incubator.apache.org/openofficeorg/",
+ "ooo-issues@incubator.apache.org" );
kAboutData->addAuthor( ki18n( "Jan Holesovsky" ),
ki18n( "Original author and maintainer of the KDE NWF." ),