Browse Source

links update

soredake 7 years ago
parent
commit
c49cc24869
100 changed files with 134 additions and 145 deletions
  1. 2 2
      LICENSE
  2. 6 7
      README.md
  3. 6 8
      README_DE.md
  4. 6 8
      README_GR.md
  5. 9 10
      README_HR.md
  6. 5 8
      README_RU.md
  7. 4 6
      README_SV.md
  8. 1 1
      admin/Admin.c
  9. 1 1
      admin/Admin.h
  10. 1 1
      admin/AdminLog.c
  11. 1 1
      admin/AdminLog.h
  12. 1 1
      admin/AuthorizedPasswords.c
  13. 1 1
      admin/AuthorizedPasswords.h
  14. 1 1
      admin/angel/Core.c
  15. 1 1
      admin/angel/Core.h
  16. 1 1
      admin/angel/InterfaceWaiter.c
  17. 1 1
      admin/angel/InterfaceWaiter.h
  18. 1 1
      benc/Dict.c
  19. 1 1
      benc/Dict.h
  20. 1 1
      benc/Int.h
  21. 1 1
      benc/List.c
  22. 1 1
      benc/List.h
  23. 1 1
      benc/Object.h
  24. 1 1
      benc/String.c
  25. 1 1
      benc/String.h
  26. 1 1
      benc/serialization/BencSerializer.h
  27. 1 1
      benc/serialization/cloner/Cloner.c
  28. 1 1
      benc/serialization/cloner/Cloner.h
  29. 1 1
      benc/serialization/json/JsonBencSerializer.c
  30. 1 1
      benc/serialization/json/JsonBencSerializer.h
  31. 1 1
      benc/serialization/standard/BencMessageReader.c
  32. 1 1
      benc/serialization/standard/BencMessageReader.h
  33. 1 1
      benc/serialization/standard/BencMessageWriter.c
  34. 1 1
      benc/serialization/standard/BencMessageWriter.h
  35. 1 1
      clean
  36. 1 1
      client/AdminClient.c
  37. 1 1
      client/AdminClient.h
  38. 1 1
      client/Configurator.c
  39. 1 1
      client/Configurator.h
  40. 2 2
      client/cjdroute2.c
  41. 1 1
      contrib/bash/ip6tables.sh
  42. 1 1
      contrib/c/makekeys.c
  43. 1 1
      contrib/c/mkpasswd.c
  44. 1 1
      contrib/c/privatetopublic.c
  45. 1 1
      contrib/c/publictoip6.c
  46. 1 1
      contrib/c/sybilsim.c
  47. 1 1
      contrib/doc/cjdroute.md
  48. 1 1
      contrib/fedora/cjdns.spec
  49. 1 1
      contrib/http/text/javascript/d3/d3.geom.js
  50. 3 3
      contrib/http/text/javascript/d3/d3.js
  51. 1 1
      contrib/http/text/javascript/map.js
  52. 1 1
      contrib/nodejs/admin/admin.js
  53. 1 1
      contrib/nodejs/admin/www/js/select2.js
  54. 1 1
      contrib/nodejs/admin/www/js/select2.min.js
  55. 1 1
      contrib/python/cjdnsadmin/adminTools.py
  56. 1 1
      contrib/python/cjdnsadmin/cjdnsadmin.py
  57. 1 1
      contrib/python/cjdnsadmin/cli.py
  58. 1 1
      contrib/python/cjdnsadmin/graphMaker.py
  59. 1 1
      contrib/python/cjdnsadmin/publicToIp6.py
  60. 1 1
      contrib/python/cjdnsadmin/shell.py
  61. 1 1
      contrib/python/cjdnslog
  62. 1 1
      contrib/python/drawgraph
  63. 1 1
      contrib/python/dumpgraph
  64. 1 1
      contrib/python/dumptable
  65. 1 1
      contrib/python/dynamicEndpoints.py
  66. 1 1
      contrib/python/findnodes
  67. 1 1
      contrib/python/getLinks
  68. 1 1
      contrib/python/graphStats
  69. 1 1
      contrib/python/ip6topk
  70. 1 1
      contrib/python/peerStats
  71. 1 1
      contrib/python/pingAll.py
  72. 1 1
      contrib/python/pktoip6
  73. 1 1
      contrib/python/searches
  74. 1 1
      contrib/python/sessionStats
  75. 1 1
      contrib/python/trashroutes
  76. 1 1
      crypto/AddressCalc.c
  77. 1 1
      crypto/AddressCalc.h
  78. 1 1
      crypto/CryptoAuth.c
  79. 1 1
      crypto/CryptoAuth.h
  80. 1 1
      crypto/CryptoAuth_pvt.h
  81. 1 1
      crypto/Key.c
  82. 1 1
      crypto/Key.h
  83. 1 1
      crypto/ReplayProtector.h
  84. 1 1
      crypto/Sign.c
  85. 1 1
      crypto/Sign.h
  86. 1 1
      crypto/random/Random.c
  87. 1 1
      crypto/random/Random.h
  88. 1 1
      crypto/random/libuv/LibuvEntropyProvider.c
  89. 1 1
      crypto/random/libuv/LibuvEntropyProvider.h
  90. 1 1
      crypto/random/randombytes.c
  91. 1 1
      crypto/random/seed/BsdKernArndSysctlRandomSeed.c
  92. 1 1
      crypto/random/seed/BsdKernArndSysctlRandomSeed.h
  93. 1 1
      crypto/random/seed/DevUrandomRandomSeed.c
  94. 1 1
      crypto/random/seed/DevUrandomRandomSeed.h
  95. 1 1
      crypto/random/seed/GetEntropyRandomSeed.c
  96. 1 1
      crypto/random/seed/GetEntropyRandomSeed.h
  97. 1 1
      crypto/random/seed/LinuxRandomUuidSysctlRandomSeed.c
  98. 1 1
      crypto/random/seed/LinuxRandomUuidSysctlRandomSeed.h
  99. 1 1
      crypto/random/seed/ProcSysKernelRandomUuidRandomSeed.c
  100. 1 1
      crypto/random/seed/ProcSysKernelRandomUuidRandomSeed.h

+ 2 - 2
LICENSE

@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,7 +664,7 @@ might be different; for a GUI interface, you would use an "about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you

+ 6 - 7
README.md

@@ -12,7 +12,7 @@ address allocation and a distributed hash table for routing. This provides
 near-zero-configuration networking, and prevents many of the security and
 scalability issues that plague existing networks.
 
-[![Build Status](https://travis-ci.org/cjdelisle/cjdns.svg?branch=master)](https://travis-ci.org/cjdelisle/cjdns)
+[![Build Status](https://api.travis-ci.org/cjdelisle/cjdns.svg?branch=master)](https://travis-ci.org/cjdelisle/cjdns)
 [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/387/badge)](https://bestpractices.coreinfrastructure.org/projects/387)
 [![tip for next commit](https://tip4commit.com/projects/941.svg)](https://tip4commit.com/github/cjdelisle/cjdns)
 [![irc](https://img.shields.io/badge/irc%20chat-%23cjdns-blue.svg)](https://kiwiirc.com/client/irc.efnet.org/?nick=visitor|?#cjdns)
@@ -78,7 +78,7 @@ work verbatim.
 
 ### 0. Install dependencies
 
-On both platforms, installing [Node.js](http://nodejs.org/), although preferable,
+On both platforms, installing [Node.js](https://nodejs.org/), although preferable,
 is not strictly necessary. If Node.js is unavailable or an unacceptable version,
 it will be downloaded and installed in the source tree.
 
@@ -407,11 +407,10 @@ possible security issue is really a security issue.
 
 
 [IRC Web]: http://chat.efnet.org/irc.cgi?chan=%23cjdns
-[Hyperboria]: http://hyperboria.net
-[Project Meshnet]: https://projectmeshnet.org
-[/r/darknetplan]: http://www.reddit.com/r/darknetplan
+[Hyperboria]: https://hyperboria.net
+[/r/darknetplan]: https://www.reddit.com/r/darknetplan
 [#cjdns on Twitter]: https://twitter.com/hashtag/cjdns
-[Hyperboria Map]: http://www.fc00.org/
+[Hyperboria Map]: https://www.fc00.org/
 [Buildbots]: https://buildbot.meshwith.me/cjdns/waterfall
 
 [Cjdns on Wikipedia]: https://en.wikipedia.org/wiki/Cjdns
@@ -420,5 +419,5 @@ possible security issue is really a security issue.
 [Kademlia]: https://en.wikipedia.org/wiki/Kademlia
 
 [Tor]: https://www.torproject.org
-[I2P]: http://www.i2p2.de
+[I2P]: https://geti2p.net/en/
 [Freenet]: https://freenetproject.org

+ 6 - 8
README_DE.md

@@ -7,7 +7,7 @@
 Cjdns implementiert ein verschlüsseltes IPv6 Netzwerk basierend auf Public-Key Kryptografie für die Adressen-Zuteilung und es benutzt eine verteilte Hash-Tabelle für das Routing.
 Dies ermöglicht eine nahezu konfigurationslose Handhabung und verhindert viele Sicherheits- und Skalierungs-Probleme, welche andere existierende Netzwerke heimsuchen.
 
-[![Build Status](https://travis-ci.org/cjdelisle/cjdns.svg?branch=master)](https://travis-ci.org/cjdelisle/cjdns)
+[![Build Status](https://api.travis-ci.org/cjdelisle/cjdns.svg?branch=master)](https://travis-ci.org/cjdelisle/cjdns)
 [![tip for next commit](https://tip4commit.com/projects/941.svg)](https://tip4commit.com/github/cjdelisle/cjdns)
 [![irc](https://img.shields.io/badge/irc%20chat-%23cjdns-blue.svg)](https://kiwiirc.com/client/irc.efnet.org/?nick=visitor|?#cjdns)
 
@@ -42,7 +42,6 @@ Dies ermöglicht eine nahezu konfigurationslose Handhabung und verhindert viele
 
 * [irc://irc.efnet.org/#cjdns][IRC Web]
 * [Hyperboria][] das grösste cjdns-Netzwerk mit bis zu 2100 Knotenpunkten (Oktober 2015).
-* [Project Meshnet][]
 * [/r/darknetplan][]
 * [#cjdns auf Twitter][]
 
@@ -70,7 +69,7 @@ Diese Anleitungen sind für Debian-basierte Linux-Distributionen und OS X. Sie s
 
 ### 0. Installations-Abhängigkeiten
 
-Für beide Platformen ist es nicht zwingend notwendig, doch aber vorzuziehen, [Node.js](http://nodejs.org/) zu installieren. Wenn Node.js nicht verfügbar oder eine nicht akzeptierte Version ist, wird es in den Quellpfad heruntergeladen und installiert.
+Für beide Platformen ist es nicht zwingend notwendig, doch aber vorzuziehen, [Node.js](https://nodejs.org/) zu installieren. Wenn Node.js nicht verfügbar oder eine nicht akzeptierte Version ist, wird es in den Quellpfad heruntergeladen und installiert.
 
 #### Debian-basierte distro:
 
@@ -327,11 +326,10 @@ Du kannst das admin-API wie folgt erreichen:
 
 
 [IRC Web]: http://chat.efnet.org/irc.cgi?chan=%23cjdns
-[Hyperboria]: http://hyperboria.net
-[Project Meshnet]: https://projectmeshnet.org
-[/r/darknetplan]: http://www.reddit.com/r/darknetplan
+[Hyperboria]: https://hyperboria.net
+[/r/darknetplan]: https://www.reddit.com/r/darknetplan
 [#cjdns auf Twitter]: https://twitter.com/hashtag/cjdns
-[Hyperboria-Karte]: http://www.fc00.org/
+[Hyperboria-Karte]: https://www.fc00.org/
 [Buildbots]: https://buildbot.meshwith.me/cjdns/waterfall
 
 [Cjdns auf Wikipedia]: https://en.wikipedia.org/wiki/Cjdns
@@ -340,5 +338,5 @@ Du kannst das admin-API wie folgt erreichen:
 [Kademlia]: https://en.wikipedia.org/wiki/Kademlia
 
 [Tor]: https://www.torproject.org
-[I2P]: http://www.i2p2.de
+[I2P]: https://geti2p.net/en/
 [Freenet]: https://freenetproject.org

+ 6 - 8
README_GR.md

@@ -12,7 +12,7 @@ Cjdns υλοποιεί ένα κρυπτογραφημένο δίκτυο IPV6 
 σχεδόν-μηδενικής-ρύθμισης δικτύωση, και αποτρέπει πολλά ζητήματα ασφαλείας και
 επεκτασιμότητας που μαστίζουν τα υπάρχοντα δίκτυα.
 
-[![Build Status](https://travis-ci.org/cjdelisle/cjdns.svg?branch=master)](https://travis-ci.org/cjdelisle/cjdns)
+[![Build Status](https://api.travis-ci.org/cjdelisle/cjdns.svg?branch=master)](https://travis-ci.org/cjdelisle/cjdns)
 [![tip for next commit](https://tip4commit.com/projects/941.svg)](https://tip4commit.com/github/cjdelisle/cjdns)
 [![irc](https://img.shields.io/badge/irc%20chat-%23cjdns-blue.svg)](https://kiwiirc.com/client/irc.efnet.org/?nick=visitor|?#cjdns)
 
@@ -41,7 +41,6 @@ Cjdns υλοποιεί ένα κρυπτογραφημένο δίκτυο IPV6 
 
 * [irc://irc.efnet.org/#cjdns][IRC Web]
 * [Hyperboria][] the largest cjdns network, as of October 2015 there are 2100 nodes.
-* [Project Meshnet][]
 * [/r/darknetplan][]
 * [#cjdns on Twitter][]
 
@@ -71,7 +70,7 @@ Cjdns υλοποιεί ένα κρυπτογραφημένο δίκτυο IPV6 
 
 ### 0. Εγκατάσταση εξαρτήσεων
 
-Και στις δύο πλατφόρμες, η εγκατάσταση του [Node.js](http://nodejs.org/), αν και προτιμούμενη,
+Και στις δύο πλατφόρμες, η εγκατάσταση του [Node.js](https://nodejs.org/en), αν και προτιμούμενη,
 δεν είναι αυστηρά απαραίτητη. Αν το Node.js δεν είναι διαθέσιμο ή δεν είναι αποδεκτής έκδοσης,
 θα κατέβει και θα εγκατασταθεί στο πηγαίο δέντρο.
 
@@ -368,11 +367,10 @@ TUN/TAP συσκευή - αυτό είναι στάνταρ πρωτόκολλο
 
 
 [IRC Web]: http://chat.efnet.org/irc.cgi?chan=%23cjdns
-[Hyperboria]: http://hyperboria.net
-[Project Meshnet]: https://projectmeshnet.org
-[/r/darknetplan]: http://www.reddit.com/r/darknetplan
+[Hyperboria]: https://hyperboria.net
+[/r/darknetplan]: https://www.reddit.com/r/darknetplan
 [#cjdns on Twitter]: https://twitter.com/hashtag/cjdns
-[Hyperboria Map]: http://www.fc00.org/
+[Hyperboria Map]: https://www.fc00.org/
 [Buildbots]: https://buildbot.meshwith.me/cjdns/waterfall
 
 [Cjdns on Wikipedia]: https://en.wikipedia.org/wiki/Cjdns
@@ -381,5 +379,5 @@ TUN/TAP συσκευή - αυτό είναι στάνταρ πρωτόκολλο
 [Kademlia]: https://en.wikipedia.org/wiki/Kademlia
 
 [Tor]: https://www.torproject.org
-[I2P]: http://www.i2p2.de
+[I2P]: https://geti2p.net/en/
 [Freenet]: https://freenetproject.org

+ 9 - 10
README_HR.md

@@ -9,7 +9,7 @@ dodjelu adresa i distribuiranu hash tablicu za usmjeravanje. To omogućuje
 gotovo nikakvu mrežnu konfiguraciju i sprječava mnoge sigurnosne i
 skalabilne probleme koje muče trenutne mreže.
 
-[![Build Status](https://travis-ci.org/cjdelisle/cjdns.svg?branch=master)](https://travis-ci.org/cjdelisle/cjdns)
+[![Build Status](https://api.travis-ci.org/cjdelisle/cjdns.svg?branch=master)](https://travis-ci.org/cjdelisle/cjdns)
 [![napojnica za sljedeću promjenu](https://tip4commit.com/projects/941.svg)](https://tip4commit.com/github/cjdelisle/cjdns)
 
 ## Iskustva
@@ -106,7 +106,7 @@ da će raditi od prve.
 
 ### 0. Install dependencies
 
-On both platforms, installing [Node.js](http://nodejs.org/), although preferable,
+On both platforms, installing [Node.js](https://nodejs.org/), although preferable,
 is not strictly necessary. If Node.js is unavailable or an unacceptable version,
 it will be downloaded and installed in the source tree.
 
@@ -138,7 +138,7 @@ Store and run the command above, or make a free Apple Developer account here:
 [https://developer.apple.com/downloads/index.action](https://developer.apple.com/downloads/index.action).
 Then sign in, search for Command Line Tools, and install the latest package
 compatible with your version of OS X. If you encounter issues, there is a
-thorough [stackoverflow post](http://stackoverflow.com/a/9329325) on installing
+thorough [stackoverflow post](https://stackoverflow.com/a/9329325) on installing
 the Command Line Tools.
 
 You must also install git and Node.js. There are a few options. If you use [Homebrew](http://brew.sh/):
@@ -151,8 +151,8 @@ Ako koristite [Macports](https://www.macports.org/):
 
 Or if you use neither and would like to install the binaries from their websites:
 doc
-- Node.js: [http://nodejs.org/download/](http://nodejs.org/download/)
-- git: [http://git-scm.com/download](http://git-scm.com/download)
+- Node.js: [https://nodejs.org/download/](https://nodejs.org/download/)
+- git: [https://git-scm.com/download](https://git-scm.com/download)
 
 #### OpenBSD:
 
@@ -405,11 +405,10 @@ Možete pristupiti administratorskom API-ju putem:
 
 
 [IRC Web]: http://chat.efnet.org/irc.cgi?chan=%23cjdns
-[Hyperboria]: http://hyperboria.net
-[Projekt Meshnet]: https://projectmeshnet.org
-[/r/darknetplan]: http://www.reddit.com/r/darknetplan
+[Hyperboria]: https://hyperboria.net
+[/r/darknetplan]: https://www.reddit.com/r/darknetplan
 [#cjdns na Twitteru]: https://twitter.com/hashtag/cjdns
-[Hyperboria Map]: http://www.fc00.org/
+[Hyperboria Map]: https://www.fc00.org/
 [Buildbots]: https://buildbot.meshwith.me/cjdns/waterfall
 
 [Cjdns na Wikepediji]: https://en.wikipedia.org/wiki/Cjdns
@@ -418,5 +417,5 @@ Možete pristupiti administratorskom API-ju putem:
 [Kademlia]: https://en.wikipedia.org/wiki/Kademlia
 
 [Tor]: https://www.torproject.org
-[I2P]: http://www.i2p2.de
+[I2P]: https://geti2p.net/en/
 [Freenet]: https://freenetproject.org

+ 5 - 8
README_RU.md

@@ -6,7 +6,7 @@ English version of the Readme (она обновляется чаще): [README.
 
 Cjdns — это зашифрованная IPv6 сеть, в которой используются публичные ключи шифрования для присвоения публичного адреса и распределённой таблицы маршрутизации (DHT). Это позволяет создавать сети с очень простой настройкой, которые будут защищены от потенциальных проблем ныне существующих IPv4 и IPv6 сетей.
 
-[![Build Status](https://travis-ci.org/cjdelisle/cjdns.png?branch=master)](https://travis-ci.org/cjdelisle/cjdns)
+[![Build Status](https://api.travis-ci.org/cjdelisle/cjdns.png?branch=master)](https://travis-ci.org/cjdelisle/cjdns)
 [![For next commit](https://tip4commit.com/projects/941.svg)](https://tip4commit.com/github/cjdelisle/cjdns)
 
 ## Рекомендательные письма
@@ -47,7 +47,6 @@ Caleb James DeLisle  ==  cjdelisle  ==  cjd
 
 * irc://irc.efnet.org/#cjdns_ru ([web client][IRC Web])
 * [Hyperboria][]
-* [Project Meshnet][]
 * [/r/darknetplan][]
 * [#cjdns on Twitter][]
 
@@ -83,7 +82,7 @@ The cjdns developers.
 
     sudo apt-get install nodejs git build-essential python2.7
 
-Установка  [Node.js](http://nodejs.org/) желательна, но не
+Установка  [Node.js](https://nodejs.org/) желательна, но не
 обязательна. Если Node.js не найден в процессе установки или его
 версия слишком старая — он будет загружен автоматически при установке.
 
@@ -254,11 +253,9 @@ Cjdns поставляется с библиотекой для python, кото
 
 [beyond pain]: https://lists.torproject.org/pipermail/tor-dev/2012-October/004063.html
 [IRC Web]: http://chat.efnet.org/irc.cgi?chan=%23cjdns_ru
-[Hyperboria]: http://hyperboria.net
-[Project Meshnet]: https://projectmeshnet.org
-[/r/darknetplan]: http://www.reddit.com/r/darknetplan
+[Hyperboria]: https://hyperboria.net
+[/r/darknetplan]: https://www.reddit.com/r/darknetplan
 [#cjdns on Twitter]: https://twitter.com/hashtag/cjdns
-[Project Meshnet Map]: http://map.projectmeshnet.org
 [Buildbots]: https://buildbot.meshwith.me/cjdns/waterfall
 
 [Cjdns on Wikipedia]: https://ru.wikipedia.org/wiki/Cjdns
@@ -267,5 +264,5 @@ Cjdns поставляется с библиотекой для python, кото
 [Kademlia]: https://ru.wikipedia.org/wiki/Kademlia
 
 [Tor]: https://www.torproject.org
-[I2P]: http://www.i2p2.de
+[I2P]: https://geti2p.net/en/
 [Freenet]: https://freenetproject.org

+ 4 - 6
README_SV.md

@@ -41,7 +41,6 @@ många skalnings- och säkerhetsproblem som andra nätverk har.
 
 * [irc://irc.efnet.org/#cjdns][IRC Web]
 * [Hyperboria][], det största cjdns-nätverket, över 2100 noder i Oktober 2015.
-* [Project Meshnet][]
 * [/r/darknetplan][]
 * [#cjdns på Twitter][]
 
@@ -353,11 +352,10 @@ Det finns flera olika verktyg i `contrib/` som kan interagera med det, bl.a.:
 * **perl**, maintained by Mikey; se [contrib/perl/CJDNS/README](contrib/perl/CJDNS/README).
 
 [IRC Web]: http://chat.efnet.org/irc.cgi?chan=%23cjdns
-[Hyperboria]: http://hyperboria.net
-[Project Meshnet]: https://projectmeshnet.org
-[/r/darknetplan]: http://www.reddit.com/r/darknetplan
+[Hyperboria]: https://hyperboria.net
+[/r/darknetplan]: https://www.reddit.com/r/darknetplan
 [#cjdns på Twitter]: https://twitter.com/hashtag/cjdns
-[Hyperboria Map]: http://www.fc00.org/
+[Hyperboria Map]: https://www.fc00.org/
 [Buildbots]: https://buildbot.meshwith.me/cjdns/waterfall
 
 [Cjdns på Wikipedia]: https://en.wikipedia.org/wiki/Cjdns
@@ -366,5 +364,5 @@ Det finns flera olika verktyg i `contrib/` som kan interagera med det, bl.a.:
 [Kademlia]: https://en.wikipedia.org/wiki/Kademlia
 
 [Tor]: https://www.torproject.org
-[I2P]: http://www.i2p2.de
+[I2P]: https://geti2p.net/en/
 [Freenet]: https://freenetproject.org

+ 1 - 1
admin/Admin.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "admin/Admin.h"
 #include "benc/String.h"

+ 1 - 1
admin/Admin.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef Admin_H
 #define Admin_H

+ 1 - 1
admin/AdminLog.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include <stdarg.h> // for String_vprintf()
 

+ 1 - 1
admin/AdminLog.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef AdminLog_H
 #define AdminLog_H

+ 1 - 1
admin/AuthorizedPasswords.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "admin/AuthorizedPasswords.h"
 #include "benc/Int.h"

+ 1 - 1
admin/AuthorizedPasswords.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef AuthorizedPasswords_H
 #define AuthorizedPasswords_H

+ 1 - 1
admin/angel/Core.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "admin/Admin.h"
 #include "admin/AdminLog.h"

+ 1 - 1
admin/angel/Core.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef Core_H
 #define Core_H

+ 1 - 1
admin/angel/InterfaceWaiter.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #include "admin/angel/InterfaceWaiter.h"

+ 1 - 1
admin/angel/InterfaceWaiter.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef InterfaceWaiter_H
 #define InterfaceWaiter_H

+ 1 - 1
benc/Dict.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "memory/Allocator.h"
 #include "benc/Dict.h"

+ 1 - 1
benc/Dict.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef Dict_H
 #define Dict_H

+ 1 - 1
benc/Int.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef Int_H
 #define Int_H

+ 1 - 1
benc/List.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "memory/Allocator.h"
 #include "benc/List.h"

+ 1 - 1
benc/List.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef List_H
 #define List_H

+ 1 - 1
benc/Object.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef Object_H
 #define Object_H

+ 1 - 1
benc/String.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "memory/Allocator.h"
 #include "benc/String.h"

+ 1 - 1
benc/String.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef String_H
 #define String_H

+ 1 - 1
benc/serialization/BencSerializer.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef BencSerializer_H
 #define BencSerializer_H

+ 1 - 1
benc/serialization/cloner/Cloner.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "benc/serialization/cloner/Cloner.h"
 #include "memory/Allocator.h"

+ 1 - 1
benc/serialization/cloner/Cloner.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef Cloner_H
 #define Cloner_H

+ 1 - 1
benc/serialization/json/JsonBencSerializer.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "memory/Allocator.h"
 #include "io/Reader.h"

+ 1 - 1
benc/serialization/json/JsonBencSerializer.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef JsonBencSerializer_H
 #define JsonBencSerializer_H

+ 1 - 1
benc/serialization/standard/BencMessageReader.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #include "benc/Object.h"

+ 1 - 1
benc/serialization/standard/BencMessageReader.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef BencMessageReader_H
 #define BencMessageReader_H

+ 1 - 1
benc/serialization/standard/BencMessageWriter.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #include "benc/Object.h"

+ 1 - 1
benc/serialization/standard/BencMessageWriter.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef BencMessageWriter_H
 #define BencMessageWriter_H

+ 1 - 1
clean

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 safeclean()
 {

+ 1 - 1
client/AdminClient.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "client/AdminClient.h"
 #include "benc/serialization/standard/BencMessageReader.h"

+ 1 - 1
client/AdminClient.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef AdminClient_H
 #define AdminClient_H

+ 1 - 1
client/Configurator.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "client/AdminClient.h"
 #include "client/Configurator.h"

+ 1 - 1
client/Configurator.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef Configurator_H
 #define Configurator_H

+ 2 - 2
client/cjdroute2.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "client/AdminClient.h"
 #include "admin/angel/Core.h"
@@ -441,7 +441,7 @@ static int usage(struct Allocator* alloc, char* appName)
            "\n"
            "Step 2:\n"
            "  Find somebody to connect to.\n"
-           "  Check out the IRC channel or http://hyperboria.net/\n"
+           "  Check out the IRC channel or https://hyperboria.net/\n"
            "  for information about how to meet new people and make connect to them.\n"
            "  Read more here: https://github.com/cjdelisle/cjdns/#2-find-a-friend\n"
            "\n"

+ 1 - 1
contrib/bash/ip6tables.sh

@@ -10,7 +10,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 # Simple example IPv6 Firewall configuration.
 # Derived from http://www.exp-networks.be/blog/ipv6-firewall/

+ 1 - 1
contrib/c/makekeys.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "crypto/random/Random.h"
 #include "memory/MallocAllocator.h"

+ 1 - 1
contrib/c/mkpasswd.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "crypto/random/Random.h"
 #include "memory/Allocator.h"

+ 1 - 1
contrib/c/privatetopublic.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "crypto/AddressCalc.h"
 #include "dht/Address.h"

+ 1 - 1
contrib/c/publictoip6.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "crypto/Key.h"
 #include "util/AddrTools.h"

+ 1 - 1
contrib/c/sybilsim.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "benc/serialization/standard/BencMessageReader.h"
 #include "benc/serialization/standard/BencMessageWriter.h"

+ 1 - 1
contrib/doc/cjdroute.md

@@ -53,7 +53,7 @@ To get the router up and running:
 
   * Step 2:
     Find somebody to connect to.
-    Check out the IRC channel or http://hyperboria.net/
+    Check out the IRC channel or https://hyperboria.net/
     for information about how to meet new people and make connect to them.
     Read more here: https://github.com/cjdelisle/cjdns/#2-find-a-friend
 

+ 1 - 1
contrib/fedora/cjdns.spec

@@ -8,7 +8,7 @@ Release:        5%{?dist}
 Summary:        The privacy-friendly network without borders
 Group:		System Environment/Base
 License:        GPL3
-URL:            http://hyperboria.net/
+URL:            https://hyperboria.net/
 Source0: https://github.com/cjdelisle/cjdns/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
 # Add targeted selinux policy
 Patch0:	 cjdns.selinux.patch

+ 1 - 1
contrib/http/text/javascript/d3/d3.geom.js

@@ -2,7 +2,7 @@
 (function(){d3.geom = {};
 /**
  * Computes a contour for a given input grid function using the <a
- * href="http://en.wikipedia.org/wiki/Marching_squares">marching
+ * href="https://en.wikipedia.org/wiki/Marching_squares">marching
  * squares</a> algorithm. Returns the contour polygon as an array of points.
  *
  * @param grid a two-input function(x, y) that returns true for values

+ 3 - 3
contrib/http/text/javascript/d3/d3.js

@@ -168,7 +168,7 @@ d3.sum = function(array, f) {
 
   return s;
 };
-// R-7 per <http://en.wikipedia.org/wiki/Quantile>
+// R-7 per <https://en.wikipedia.org/wiki/Quantile>
 d3.quantile = function(values, p) {
   var H = (values.length - 1) * p + 1,
       h = Math.floor(H),
@@ -3352,7 +3352,7 @@ function d3_svg_lineSlope(p0, p1) {
 }
 
 // Compute three-point differences for the given points.
-// http://en.wikipedia.org/wiki/Cubic_Hermite_spline#Finite_difference
+// https://en.wikipedia.org/wiki/Cubic_Hermite_spline#Finite_difference
 function d3_svg_lineFiniteDifferences(points) {
   var i = 0,
       j = points.length - 1,
@@ -3369,7 +3369,7 @@ function d3_svg_lineFiniteDifferences(points) {
 
 // Interpolates the given points using Fritsch-Carlson Monotone cubic Hermite
 // interpolation. Returns an array of tangent vectors. For details, see
-// http://en.wikipedia.org/wiki/Monotone_cubic_interpolation
+// https://en.wikipedia.org/wiki/Monotone_cubic_interpolation
 function d3_svg_lineMonotoneTangents(points) {
   var tangents = [],
       d,

+ 1 - 1
contrib/http/text/javascript/map.js

@@ -9,7 +9,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 var w = 800;

+ 1 - 1
contrib/nodejs/admin/admin.js

@@ -9,7 +9,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 // THIS SCRIPT IS ESSENTIALLY A BACKDOOR

+ 1 - 1
contrib/nodejs/admin/www/js/select2.js

@@ -11,7 +11,7 @@ License or the GPL License.
 You may obtain a copy of the Apache License and the GPL License at:
 
     http://www.apache.org/licenses/LICENSE-2.0
-    http://www.gnu.org/licenses/gpl-2.0.html
+    https://www.gnu.org/licenses/gpl-2.0.html
 
 Unless required by applicable law or agreed to in writing, software distributed under the
 Apache License or the GPL Licesnse is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR

+ 1 - 1
contrib/nodejs/admin/www/js/select2.min.js

@@ -11,7 +11,7 @@ License or the GPL License.
 You may obtain a copy of the Apache License and the GPL License at:
 
 http://www.apache.org/licenses/LICENSE-2.0
-http://www.gnu.org/licenses/gpl-2.0.html
+https://www.gnu.org/licenses/gpl-2.0.html
 
 Unless required by applicable law or agreed to in writing, software distributed under the Apache License
 or the GPL Licesnse is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,

+ 1 - 1
contrib/python/cjdnsadmin/adminTools.py

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import os
 import json

+ 1 - 1
contrib/python/cjdnsadmin/cjdnsadmin.py

@@ -8,7 +8,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import sys
 import os

+ 1 - 1
contrib/python/cjdnsadmin/cli.py

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import sys
 import os

+ 1 - 1
contrib/python/cjdnsadmin/graphMaker.py

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 def makeGraph():
     import adminTools as admin

+ 1 - 1
contrib/python/cjdnsadmin/publicToIp6.py

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 from hashlib import sha512;
 

+ 1 - 1
contrib/python/cjdnsadmin/shell.py

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import sys
 import os

+ 1 - 1
contrib/python/cjdnslog

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 from cjdnsadmin.cjdnsadmin import connectWithAdminInfo;
 from cjdnsadmin.bencode import *;

+ 1 - 1
contrib/python/drawgraph

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import cjdnsadmin.graphMaker as graph
 import networkx as nx

+ 1 - 1
contrib/python/dumpgraph

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import json
 import cjdnsadmin.graphMaker as graph

+ 1 - 1
contrib/python/dumptable

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import cjdnsadmin.adminTools as at
 

+ 1 - 1
contrib/python/dynamicEndpoints.py

@@ -38,7 +38,7 @@ cjdnsadminmaker.py if that is not the case.
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 from cjdnsadmin.cjdnsadmin import connectWithAdminInfo;
 from cjdnsadmin.publicToIp6 import PublicToIp6_convert;

+ 1 - 1
contrib/python/findnodes

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 from cjdnsadmin.cjdnsadmin import connectWithAdminInfo
 from cjdnsadmin.adminTools import streamRoutingTable

+ 1 - 1
contrib/python/getLinks

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 from cjdnsadmin.cjdnsadmin import connectWithAdminInfo;
 from cjdnsadmin.publicToIp6 import PublicToIp6_convert;

+ 1 - 1
contrib/python/graphStats

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import cjdnsadmin.adminTools as at
 import cjdnsadmin.graphMaker as gm

+ 1 - 1
contrib/python/ip6topk

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import sys;
 from cjdnsadmin.cjdnsadmin import connectWithAdminInfo;

+ 1 - 1
contrib/python/peerStats

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import sys
 import getopt

+ 1 - 1
contrib/python/pingAll.py

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import sys;
 from cjdnsadmin.cjdnsadmin import connectWithAdminInfo;

+ 1 - 1
contrib/python/pktoip6

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import sys;
 from cjdnsadmin.publicToIp6 import PublicToIp6_convert;

+ 1 - 1
contrib/python/searches

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 from cjdnsadmin.cjdnsadmin import connectWithAdminInfo;
 

+ 1 - 1
contrib/python/sessionStats

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 from cjdnsadmin.cjdnsadmin import connectWithAdminInfo;
 from cjdnsadmin.publicToIp6 import PublicToIp6_convert;

+ 1 - 1
contrib/python/trashroutes

@@ -9,7 +9,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 import sys;
 import math;

+ 1 - 1
crypto/AddressCalc.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "crypto_hash_sha512.h"
 #include "util/Bits.h"

+ 1 - 1
crypto/AddressCalc.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef AddressCalc_H
 #define AddressCalc_H

+ 1 - 1
crypto/CryptoAuth.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "crypto/CryptoAuth_pvt.h"
 #include "crypto/AddressCalc.h"

+ 1 - 1
crypto/CryptoAuth.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef CryptoAuth_H
 #define CryptoAuth_H

+ 1 - 1
crypto/CryptoAuth_pvt.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef CryptoAuth_pvt_H
 #define CryptoAuth_pvt_H

+ 1 - 1
crypto/Key.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #include "crypto/Key.h"

+ 1 - 1
crypto/Key.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef Key_H
 #define Key_H

+ 1 - 1
crypto/ReplayProtector.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef ReplayProtector_H
 #define ReplayProtector_H

+ 1 - 1
crypto/Sign.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #include "crypto/Sign.h"

+ 1 - 1
crypto/Sign.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef Sign_H
 #define Sign_H

+ 1 - 1
crypto/random/Random.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "crypto/random/Random.h"
 #include "crypto/random/seed/RandomSeed.h"

+ 1 - 1
crypto/random/Random.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef Random_H
 #define Random_H

+ 1 - 1
crypto/random/libuv/LibuvEntropyProvider.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "util/events/libuv/UvWrapper.h"
 #include "crypto/random/libuv/LibuvEntropyProvider.h"

+ 1 - 1
crypto/random/libuv/LibuvEntropyProvider.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef LibuvEntropyProvider_H
 #define LibuvEntropyProvider_H

+ 1 - 1
crypto/random/randombytes.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "crypto/random/Random.h"
 #include "memory/Allocator.h"

+ 1 - 1
crypto/random/seed/BsdKernArndSysctlRandomSeed.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "crypto/random/seed/BsdKernArndSysctlRandomSeed.h"
 #include "util/Identity.h"

+ 1 - 1
crypto/random/seed/BsdKernArndSysctlRandomSeed.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef BsdKernArndSysctlRandomSeed_H
 #define BsdKernArndSysctlRandomSeed_H

+ 1 - 1
crypto/random/seed/DevUrandomRandomSeed.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "crypto/random/seed/DevUrandomRandomSeed.h"
 #include "util/Identity.h"

+ 1 - 1
crypto/random/seed/DevUrandomRandomSeed.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef DevUrandomRandomSeed_H
 #define DevUrandomRandomSeed_H

+ 1 - 1
crypto/random/seed/GetEntropyRandomSeed.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #define _GNU_SOURCE
 #include "crypto/random/seed/GetEntropyRandomSeed.h"

+ 1 - 1
crypto/random/seed/GetEntropyRandomSeed.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef GetEntropyRandomSeed_H
 #define GetEntropyRandomSeed_H

+ 1 - 1
crypto/random/seed/LinuxRandomUuidSysctlRandomSeed.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #define _GNU_SOURCE
 #include "crypto/random/seed/LinuxRandomUuidSysctlRandomSeed.h"

+ 1 - 1
crypto/random/seed/LinuxRandomUuidSysctlRandomSeed.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef LinuxRandomUuidSysctlRandomSeed_H
 #define LinuxRandomUuidSysctlRandomSeed_H

+ 1 - 1
crypto/random/seed/ProcSysKernelRandomUuidRandomSeed.c

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #include "crypto/random/seed/ProcSysKernelRandomUuidRandomSeed.h"
 #include "util/Identity.h"

+ 1 - 1
crypto/random/seed/ProcSysKernelRandomUuidRandomSeed.h

@@ -10,7 +10,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 #ifndef ProcSysKernelRandomUuidRandomSeed_H
 #define ProcSysKernelRandomUuidRandomSeed_H

Some files were not shown because too many files changed in this diff