12 lines
352 B
C
12 lines
352 B
C
/* -*- 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: */
|