office-gobmx/desktop/source/app/copyright_ascii_ooo.c
Tor Lillqvist ad44d75e53 chmod -x
2011-10-26 12:54:10 +03:00

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: */