32 lines
3.3 KiB
Plaintext
32 lines
3.3 KiB
Plaintext
//;******************************************************************************
|
|
//;* Copyright (c) 1983-2014, Insyde Software Corporation. All Rights Reserved.
|
|
//;*
|
|
//;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
//;* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
//;* any part of this publication in any form, by any means, without the prior
|
|
//;* written permission of Insyde Software Corporation.
|
|
//;*
|
|
//;******************************************************************************
|
|
//;
|
|
//; Module Name:
|
|
//;
|
|
//; CopyRightString.uni
|
|
//;
|
|
//; Abstract:
|
|
//;
|
|
//; CopyRight strings
|
|
//;
|
|
|
|
/=#
|
|
|
|
#include "Standard.uni"
|
|
|
|
#string STR_COPYRIGHT #language en-US "Copyright (c) 1983-2014, Insyde Software Corp. All Rights Reserved.\n"
|
|
"For additional information you may contact Insyde at : www.insydesw.com/contact\n"
|
|
"\n"
|
|
|
|
#string STR_GRAPHICS_SETUP_COPYRIGHT #language en-US "Portions of this software are based on the Nano-X Window System (www.microwindows.org)\n"
|
|
"Source Code and Modifications available by email at: support@insyde.com.\n"
|
|
"\n"
|
|
"Portions of this software are copyright (C) 2013 The FreeType Project (www.freetype.org). All rights reserved.\n"
|
|
"\n" |