API Documentation
Toggle main menu visibility
Main Page
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
Properties
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
c
d
e
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Loading...
Searching...
No Matches
PDFLicense.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Base/Headers/String.h
"
4
namespace
NDEVR
5
{
6
static
String PDFLicense()
7
{
8
return
String(R
"license(Copyright (C) 1999-2006 Takeshi Kanno
9
Copyright (C) 2007-2009 Antony Dovgal
10
11
This software is provided 'as-is', without any express or implied warranty.
12
13
In no event will the authors be held liable for any damages arising from the
14
use of this software.
15
16
Permission is granted to anyone to use this software for any purpose,including
17
commercial applications, and to alter it and redistribute it freely, subject
18
to 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
}
String.h
NDEVR
Definition
ACIColor.h:37
PDF
Headers
PDFLicense.h