summaryrefslogtreecommitdiff
path: root/desktop/source/app/copyright_ascii_sun.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/copyright_ascii_sun.c')
-rwxr-xr-xdesktop/source/app/copyright_ascii_sun.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/source/app/copyright_ascii_sun.c b/desktop/source/app/copyright_ascii_sun.c
new file mode 100755
index 000000000000..c7d6e7e3c08d
--- /dev/null
+++ b/desktop/source/app/copyright_ascii_sun.c
@@ -0,0 +1,10 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+
+ /*
+ * copyright text to see as text in the soffice binary
+ *
+ */
+
+const char copyright_text_1[] = "Copyright © 2000, 2010 Oracle and/or its affiliates, All rights reserved.";
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */