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