xref: /AOO41X/main/desktop/source/app/copyright_ascii_ooo.c (revision 1ecadb572e7010ff3b3382ad9bf179dbc6efadbb)
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