KDEXLib.cxx (288dd0d8) KDEXLib.cxx (bf121af8)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 68 unchanged lines hidden (view full) ---

77 KAboutData *kAboutData = new KAboutData("Apache OpenOffice",
78 "kdelibs4",
79 ki18n( "Apache OpenOffice" ),
80 "3.4.0",
81 ki18n( "Apache OpenOffice with KDE Native Widget Support." ),
82 KAboutData::License_File,
83 ki18n( "Joint Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Novell, Inc and Apache Software Foundation"),
84 ki18n( "Apache OpenOffice is an office suite.\n" ),
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 68 unchanged lines hidden (view full) ---

77 KAboutData *kAboutData = new KAboutData("Apache OpenOffice",
78 "kdelibs4",
79 ki18n( "Apache OpenOffice" ),
80 "3.4.0",
81 ki18n( "Apache OpenOffice with KDE Native Widget Support." ),
82 KAboutData::License_File,
83 ki18n( "Joint Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Novell, Inc and Apache Software Foundation"),
84 ki18n( "Apache OpenOffice is an office suite.\n" ),
85 "http://incubator.apache.org/openofficeorg/",
85 "http://openoffice.apache.org/",
86 "ooo-issues@incubator.apache.org" );
87
88 kAboutData->addAuthor( ki18n( "Jan Holesovsky" ),
89 ki18n( "Original author and maintainer of the KDE NWF." ),
90 "kendy@artax.karlin.mff.cuni.cz",
91 "http://artax.karlin.mff.cuni.cz/~kendy" );
92 kAboutData->addAuthor( ki18n("Roman Shtylman"),
93 ki18n( "Porting to KDE 4." ),

--- 79 unchanged lines hidden ---
86 "ooo-issues@incubator.apache.org" );
87
88 kAboutData->addAuthor( ki18n( "Jan Holesovsky" ),
89 ki18n( "Original author and maintainer of the KDE NWF." ),
90 "kendy@artax.karlin.mff.cuni.cz",
91 "http://artax.karlin.mff.cuni.cz/~kendy" );
92 kAboutData->addAuthor( ki18n("Roman Shtylman"),
93 ki18n( "Porting to KDE 4." ),

--- 79 unchanged lines hidden ---