diff options
author | Martin Hollmichel <mh@openoffice.org> | 2002-01-11 11:20:36 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2002-01-11 11:20:36 +0000 |
commit | 7700e24455a242541c5efe5cdd0c993124a3a39d (patch) | |
tree | ad77206442df21161802d650cfc6544b7e600422 /desktop | |
parent | e220dde9855c5296c83b0dc85eea190122dcefea (diff) |
add: Include PRN (Copyrights and Trademark Notices) to SO binary #96366#
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 4723186e478b..113919be429b 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -2,9 +2,9 @@ * * $RCSfile: app.cxx,v $ * - * $Revision: 1.69 $ + * $Revision: 1.70 $ * - * last change: $Author: cd $ $Date: 2001-12-17 08:56:52 $ + * last change: $Author: mh $ $Date: 2002-01-11 12:20:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -298,6 +298,10 @@ char const INSTALLER_INITFILENAME[] = "initialize.ini"; char const INSTALLMODE_STANDALONE[] = "STANDALONE"; char const INSTALLMODE_NETWORK[] = "NETWORK"; #ifndef BUILD_SOSL + +// include strings for copyright notice +#include "copyright_ascii.txt" + char const OEM_PRELOAD_SECTION[] = "Bootstrap"; char const OEM_PRELOAD[] = "Preload"; #endif |