Skip to content

Commit 5d93135

Browse files
committed
Merge branch 'master' into release
2 parents c2b69ea + 212ec06 commit 5d93135

File tree

480 files changed

+64261
-49657
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

480 files changed

+64261
-49657
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.gitignore export-ignore
22
.gitattributes export-ignore
3-
*.omap binary diff=xmllint
43
*.ocd binary
5-
*.ts binary diff=xmllint
4+
#*.ts binary diff=xmllint
65
3rd-party/* linguist-vendored
76
doc/* linguist-documentation
87
help/* linguist-documentation

3rd-party/clipper/clipper.pro

Lines changed: 0 additions & 54 deletions
This file was deleted.

3rd-party/clipper/copyright

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: Clipper
3+
Upstream-Contact: Angus Johnson <http://sourceforge.net/projects/polyclipping>
4+
Source: http://sourceforge.net/projects/polyclipping
5+
6+
Files: *
7+
Copyright: Copyright 2010-2013 Angus Johnson
8+
License: boost
9+
The Clipper Library (including Delphi, C++ & C# source code, other accompanying
10+
code, examples and documentation), hereafter called "the Software", has been
11+
released under the following license, terms and conditions:
12+
.
13+
Boost Software License - Version 1.0 - August 17th, 2003
14+
http://www.boost.org/LICENSE_1_0.txt
15+
.
16+
Permission is hereby granted, free of charge, to any person or organization
17+
obtaining a copy of the Software covered by this license to use, reproduce,
18+
display, distribute, execute, and transmit the Software, and to prepare
19+
derivative works of the Software, and to permit third-parties to whom the
20+
Software is furnished to do so, all subject to the following:
21+
.
22+
The copyright notices in the Software and this entire statement, including the
23+
above license grant, this restriction and the following disclaimer, must be
24+
included in all copies of the Software, in whole or in part, and all derivative
25+
works of the Software, unless such copies or derivative works are solely in the
26+
form of machine-executable object code generated by a source language processor.
27+
.
28+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL
31+
THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY
32+
DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING
33+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
34+
THE SOFTWARE.
35+
36+
Files: Documentation/Scripts/SyntaxHighlighter/*
37+
Copyright: Copyright (C) 2004-2010 Alex Gorbatchev.
38+
License: MIT or GPL
39+
40+
Files: Documentation/Scripts/SyntaxHighlighter/scripts/shBrushCpp.js
41+
Copyright:
42+
Copyright (C) 2004-2010 Alex Gorbatchev.
43+
Copyright 2006 Shin, YoungJin
44+
License: MIT or GPL
45+
46+
Files: Documentation/Scripts/SyntaxHighlighter/tests/js/jquery-1.4.2.js
47+
Copyright:
48+
Copyright 2010, John Resig
49+
Copyright 2009, 2010 The Dojo Foundation
50+
License: MIT
51+
52+
Files: Documentation/Scripts/SyntaxHighlighter/tests/js/qunit.js
53+
Copyright:
54+
Copyright (c) 2009 John Resig, Jörn Zaefferer
55+
Copyright (c) 2008 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
56+
License: MIT or GPL, and BSD
57+
58+
Files: debian/*
59+
Copyright: Copyright 2003-2011 Bas Wijnen <[email protected]>
60+
License: GPL-3+
61+
This program is free software: you can redistribute it and/or modify
62+
it under the terms of the GNU General Public License as published by
63+
the Free Software Foundation, either version 3 of the License, or
64+
(at your option) any later version.
65+
.
66+
The latest version of the GPL can be found in
67+
/usr/share/common-licenses/GPL.
68+
69+
License: MIT
70+
Permission is hereby granted, free of charge, to any person obtaining
71+
a copy of this software and associated documentation files (the
72+
"Software"), to deal in the Software without restriction, including
73+
without limitation the rights to use, copy, modify, merge, publish,
74+
distribute, sublicense, and/or sell copies of the Software, and to
75+
permit persons to whom the Software is furnished to do so, subject to
76+
the following conditions:
77+
.
78+
The above copyright notice and this permission notice shall be
79+
included in all copies or substantial portions of the Software.
80+
.
81+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
82+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
83+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
84+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
85+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
86+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
87+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
88+
89+
License: GPL
90+
This program is free software: you can redistribute it and/or modify
91+
it under the terms of the GNU General Public License as published by
92+
the Free Software Foundation, either version 1 of the License, or
93+
(at your option) any later version.
94+
.
95+
This program is distributed in the hope that it will be useful,
96+
but WITHOUT ANY WARRANTY; without even the implied warranty of
97+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
98+
GNU General Public License for more details.
99+
.
100+
You should have received a copy of the GNU General Public License
101+
along with this program. If not, see <http://www.gnu.org/licenses/>.
102+
.
103+
On Debian systems, the latest version of the GPL can be found in
104+
/usr/share/common-licenses/GPL
105+
106+
License: BSD
107+
All rights reserved.
108+
.
109+
Redistribution and use in source and binary forms, with or without
110+
modification, are permitted provided that the following conditions are met:
111+
.
112+
Redistributions of source code must retain the above copyright notice, this
113+
list of conditions and the following disclaimer.
114+
Redistributions in binary form must reproduce the above copyright notice, this
115+
list of conditions and the following disclaimer in the documentation and/or
116+
other materials provided with the distribution.
117+
.
118+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
119+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
120+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
121+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
122+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
123+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
124+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
125+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
126+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
127+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

3rd-party/doxygen/CMakeLists.txt

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)