From 8328c256048374aa0165dc268e2205879b0c3b2a Mon Sep 17 00:00:00 2001 From: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com> Date: Sun, 29 Oct 2023 22:25:30 -0600 Subject: [PATCH] Tiny docs fixes --- src/3rdParty/libE57Format/README.md | 2 +- src/3rdParty/libkdtree/COPYING | 2 +- src/3rdParty/libkdtree/README.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/3rdParty/libE57Format/README.md b/src/3rdParty/libE57Format/README.md index 66a6876b36..2ce574f493 100644 --- a/src/3rdParty/libE57Format/README.md +++ b/src/3rdParty/libE57Format/README.md @@ -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. diff --git a/src/3rdParty/libkdtree/COPYING b/src/3rdParty/libkdtree/COPYING index 7bf5ef81a1..15c56c61b4 100644 --- a/src/3rdParty/libkdtree/COPYING +++ b/src/3rdParty/libkdtree/COPYING @@ -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. diff --git a/src/3rdParty/libkdtree/README.md b/src/3rdParty/libkdtree/README.md index b7364c581b..43b8afdfba 100644 --- a/src/3rdParty/libkdtree/README.md +++ b/src/3rdParty/libkdtree/README.md @@ -24,12 +24,12 @@ Please leave bugreports on Github Issues page . -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++