Ich habe ein paar Änderungen an der Interaktiven Karte vorgenommen, die keine nennenswerten Auswirkungen auf ihr Verhalten haben aber dennoch erwähnt werden sollten.
Zunächst einmal habe ich die jQuery-Bibliothek aktualisiert, da ich kann nicht einschätzen, ob das in der neuen Version behobene iOS-Problem sich bei der Karte auswirkt und die Mehrheit der Besucher dieses Blogs Apple verwenden.
Dann habe ich (was längst überfällig war) Lizenzinformationen hinzugefügt (sie befinden sich auf
GitHub im Ordner
page/licenses)
- die von mir selbst geschriebenen Softwareteile unterliegt einer FreeBSD-Lizenz (abgesehen davon, dass sie auf einen einzelnen Autor angepasst ist, s.u.)
- die lokalen Daten zur Stadt Bonn, den Bonner Stadtbezirken und den Ortsteilen entstammen weitgehend OSM und unterliegen der ODbL (Open Database License).
Die
FreeBSD-Lizenz ist nach den Kriterien der
Free Software Foundation eine Lizenz für
Freie Software und nach den Kriterien der
Open Source Initiative eine Lizenz für
Open-Source-Software.
Hier der Lizenztext:
Copyright 2015 Josef 'Jupp' Schugt <penpendede@…>. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.