summaryrefslogtreecommitdiff
path: root/desktop/source/app/copyright_ascii_ooo.c
blob: b35aa2cee9298afdaa667568155e34288e49a24b (plain)
1
2
3
4
5
6
7
8
9
10
11
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: */