summaryrefslogtreecommitdiff
path: root/desktop/source/app/copyright_ascii_ooo.c
blob: 3984a81f26e5659a6c0ba3847e7cc293cee32fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */

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

extern const char copyright_text_1[];

const char copyright_text_1[] = "Copyright  2000, 2010 Oracle and/or its affiliates, All rights reserved.";

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
3e32b0fd7fecbacd05786de2cd8a3bff97ce2b6'>Make icu4c-android.patch apply againTor Lillqvist 2014-12-19upgrade to icu 54Caolán McNamara 2014-12-19icu#11451 bidi, the gift that keeps on givingCaolán McNamara 2014-11-30mirror fixes for fdo#78906 and deb#766788 into icuCaolán McNamara 2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann 2014-11-03fdo#82430: MSVC build: disable a few more cases of SSE2 in externalsMichael Stahl 2014-10-28external/icu: workaround -fsanitize=signed-integer-overflow warningsStephan Bergmann 2014-10-28external/icu: workaround -fsanitize=signed-integer-overflow warningsStephan Bergmann 2014-10-28external/icu: More workaround UBSan flexible array member detectionStephan Bergmann 2014-10-02fdo#82430: MSVC build: avoid using SSE2 instructions in some externalsMichael Stahl 2014-08-31Resolves: rhbz#1135410Caolán McNamara 2014-08-29icu#11131 coverity warningsCaolán McNamara 2014-08-28update getTableSize (and fRowLen) for dodgy 2-based arithmeticCaolán McNamara 2014-08-28bidi, the gift that keeps on givingCaolán McNamara 2014-08-26Resolves: icu#11100 resolveImplicitLevels woesCaolán McNamara 2014-08-09Resolves: icu#11054 crashes in bracketAddOpeningCaolán McNamara 2014-07-24icu: un-break installation of Java extensions on Windows (rel. fdo#63756)Michael Stahl 2014-07-07icu: pass in install program as native path, so Win32 make can invoke itMichael Stahl 2014-07-07Use gb_DEBUG_CFLAGS to get -FS for VS 2013Tor Lillqvist 2014-06-19external/icu: Change flexible array members to be of length 1 instead of 2Stephan Bergmann 2014-05-22Some trivial fix for hash function signed overflow undefined behaviorStephan Bergmann 2014-04-29drop source/common/putilimp.h part of Android patch, fdo#77071 relatedEike Rathke 2014-04-29upgrade to ICU 53.1, fdo#77071 relatedEike Rathke 2014-04-16external/icu: Some trivial -fsanitize=undefined patchesStephan Bergmann 2014-04-16No use to build tools or extras when cross-compilingTor Lillqvist 2014-04-12Don't create an icudata library for iOSTor Lillqvist 2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl 2014-02-27normalize values of CROSS_COMPILINGMichael Stahl 2013-11-13Tunnel CXXFLAGS_CXX11 into ICUStephan Bergmann 2013-11-13upgrade to ICU 52.1, fdo#70995Robert M Campbell 2013-11-07remove INPATH and PROEXTMichael Stahl 2013-11-02remove SOLARENV variableMichael Stahl 2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl 2013-10-27gbuild: remove gb_ExternalPackage_add_library_for_installMichael Stahl 2013-10-23icu: apparently "icutu" library is only used by genbrk etc. toolsMichael Stahl 2013-10-23icu: use executables from WORKDIRMichael Stahl 2013-10-23icu: use libraries from WORKDIRMichael Stahl 2013-10-18Fix building from inside modules moved to externalKhaled Hosny 2013-10-18fdo#70393: move icu to a subdir of externalKhaled Hosny