 |
API Documentation
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
2#include <NDEVR/String.h>
8 static String PDFLicense()
10 return String(R
"license(Copyright (C) 1999-2006 Takeshi Kanno
11Copyright (C) 2007-2009 Antony Dovgal
13This software is provided 'as-is', without any express or implied warranty.
15In no event will the authors be held liable for any damages arising from the
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:
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");