summaryrefslogtreecommitdiff
path: root/desktop/source/app/copyright_ascii_ooo.c
blob: 3984a81f26e5659a6c0ba3847e7cc293cee32fa4 (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: */