Tiny docs fixes
This commit is contained in:
2
src/3rdParty/libE57Format/README.md
vendored
2
src/3rdParty/libE57Format/README.md
vendored
@@ -6,7 +6,7 @@ A library to provide read & write support for the E57 file format.
|
||||
|
||||
This is a fork of [E57RefImpl](https://sourceforge.net/projects/e57-3d-imgfmt/) v1.1.332. The original source is from [E57RefImpl 1.1.332](https://sourceforge.net/projects/e57-3d-imgfmt/files/E57Refimpl-src/) and then everything was stripped out except the main implementation for reading and writing E57.
|
||||
|
||||
This version also removes the dependency on [Boost](http://www.boost.org/) and requires C++11.
|
||||
This version also removes the dependency on [Boost](https://www.boost.org/) and requires C++11.
|
||||
|
||||
Many, many other changes were made prior to the first release of this fork. See the [CHANGELOG](CHANGELOG.md) and git history for details.
|
||||
|
||||
|
||||
2
src/3rdParty/libkdtree/COPYING
vendored
2
src/3rdParty/libkdtree/COPYING
vendored
@@ -1,6 +1,6 @@
|
||||
"The Artistic Licence 2.0"
|
||||
Copyright (c) 2000-2006, The Perl Foundation.
|
||||
http://www.perlfoundation.org/legal/licenses/artistic-2_0.html
|
||||
https://www.perlfoundation.org/legal/licenses/artistic-2_0.html
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim copies of this license
|
||||
document, but changing it is not allowed.
|
||||
|
||||
10
src/3rdParty/libkdtree/README.md
vendored
10
src/3rdParty/libkdtree/README.md
vendored
@@ -24,12 +24,12 @@ Please leave bugreports on Github Issues page <https://github.com/nvmd/libkdtree
|
||||
Historical background
|
||||
---------------------
|
||||
|
||||
In the past, this library was available from <http://libkdtree.alioth.debian.org/>.
|
||||
This page seems to be gone now, available only via WebArchive.
|
||||
In the past, this library was available from [http://libkdtree.alioth.debian.org/](https://web.archive.org/web/20180422154001/http://libkdtree.alioth.debian.org/).
|
||||
This page seems to be gone now, available only via [WebArchive](https://web.archive.org/web/20180422154001/http://libkdtree.alioth.debian.org/).
|
||||
This is a mirror and a fork of that original repository, created in
|
||||
2011 and maintained ever since.
|
||||
|
||||
Notes of the original author a preserved below.
|
||||
Notes of the original author are preserved below.
|
||||
|
||||
Installation
|
||||
------------
|
||||
@@ -114,8 +114,8 @@ without the help of a number of people. Foremost, I would like to thank the
|
||||
folks from the #c++ channel on Freenode, specifically (in no particular order)
|
||||
orbitz, quix, Erwin, pwned, wcstok, dasOp, Chaku, Adrinael, The_Vulture, and
|
||||
LIM2 (if I left anyone out, let me know). Finally, I thank the Artificial
|
||||
Intelligence Laboratory of the University of Zurich, Dr. Peter Eggenberger and
|
||||
Gabriel Gómez for giving me the opportunity to write this stuff.
|
||||
Intelligence Laboratory of the University of Zurich, Dr. Peter Eggenberger, and
|
||||
Gabriel Gomez for giving me the opportunity to write this stuff.
|
||||
|
||||
Since libkdtree++ makes an effort to stay as close as possible to the feel of
|
||||
a STL container, concepts and inspiration was gained from the SGI C++
|
||||
|
||||
Reference in New Issue
Block a user