summaryrefslogtreecommitdiff
path: root/desktop/source/app/copyright_ascii_ooo.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/copyright_ascii_ooo.c')
-rwxr-xr-xdesktop/source/app/copyright_ascii_ooo.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/source/app/copyright_ascii_ooo.c b/desktop/source/app/copyright_ascii_ooo.c
new file mode 100755
index 000000000000..3984a81f26e5
--- /dev/null
+++ b/desktop/source/app/copyright_ascii_ooo.c
@@ -0,0 +1,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: */