xref: /AOO41X/main/desktop/source/app/copyright_ascii_ooo.c (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1 
2  /*
3   * copyright text to see as text in the soffice binary
4   *
5   */
6 
7 extern const char copyright_text_1[];
8 
9 const char copyright_text_1[] = "Copyright � 2000, 2010 Oracle and/or its affiliates, All rights reserved.";
10 
11