API Documentation
Loading...
Searching...
No Matches
PDFLicense.h
Go to the documentation of this file.
1#pragma once
2#include <NDEVR/String.h>
3namespace NDEVR
4{
5 /**--------------------------------------------------------------------------------------------------
6 \brief The license for using libhuru, used to write PDF files
7 **/
8 static String PDFLicense()
9 {
10 return String(R"license(Copyright (C) 1999-2006 Takeshi Kanno
11Copyright (C) 2007-2009 Antony Dovgal
12
13This software is provided 'as-is', without any express or implied warranty.
14
15In no event will the authors be held liable for any damages arising from the
16use of this software.
17
18Permission is granted to anyone to use this software for any purpose,including
19commercial applications, and to alter it and redistribute it freely, subject
20to the following restrictions:
21
22 1. The origin of this software must not be misrepresented; you must not claim
23 that you wrote the original software. If you use this software in a
24 product, an acknowledgment in the product documentation would be
25 appreciated but is not required.
26 2. Altered source versions must be plainly marked as such, and must not be
27 misrepresented as being the original software.
28 3. This notice may not be removed or altered from any source distribution.)license");
29
30 }
31}
Definition ACIColor.h:37