10 lines
220 B
C
10 lines
220 B
C
|
|
/*
|
|
* 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.";
|
|
|