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