summaryrefslogtreecommitdiff
path: root/desktop/source/app/copyright_ascii_ooo.c
blob: 7b58f1a60f7e902dcf1b31c1f8c3c4b0384a125a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

 /*
  * copyright text to see as text in the soffice binary
  *
  */

extern const char copyright_text_1[];
extern const char copyright_text_2[];
extern const char copyright_text_21[];
extern const char copyright_text_22[];

const char copyright_text_1[] = "Copyright  2010 Sun Microsystems, Inc., All rights reserved.";
const char copyright_text_2[] = "Sun Microsystems, Inc. has intellectual property rights relating to technology embodied in the product that is described in this document. In particular, and without limitation, these intellectual property rights may include one or more of the U.S. patents listed at http://www.sun.com/patents and one or more additional patents or pending patent applications in the U.S. and in other countries.";
const char copyright_text_21[] = "Copyright  2010 Sun Microsystems, Tous droits rservs.";
const char copyright_text_22[] = "Sun Microsystems, Inc. a les droits de proprit intellectuels relatants  la technologie incorpore dans ce produit. En particulier, et sans la limitation, ces droits de proprit intellectuels peuvent inclure un ou plus des brevets amricains numrs  http://www.sun.com/patents et un ou les brevets plus supplmentaires ou les applications de brevet en attente dans les tats - Unis et les autres pays.";