Added license texts
This commit is contained in:
parent
b66a38384d
commit
3162c2177e
@ -2,6 +2,9 @@
|
||||
|
||||
A collection of demonstrations on how to use the NetSpeaker's API (simple HTML files!)
|
||||
|
||||
|
||||
## What's this?
|
||||
|
||||
The Netspeaker provides an API which is kind of described [here](https://git.privacynerd.de/NetSpeaker/NetSpeaker#roadmap). This repository contains example web pages which access this API with javascript to display information
|
||||
and change settings of the Netspeaker.
|
||||
|
||||
@ -16,3 +19,8 @@ by just serving the page the Javascript runs on only over HTTP.
|
||||
This is how it looks like when you typed in the IP address / hostname of your Netspeaker:
|
||||
|
||||
![Demo of simpledemo.html](simpledemo.png)
|
||||
|
||||
|
||||
## License
|
||||
|
||||
The files in this repository are licensed under the GNU GPLv3-or-later. A copy of this license can be found in the LICENSE file.
|
||||
|
@ -1,3 +1,14 @@
|
||||
<!-- LICENSE NOTICE:
|
||||
NetSpeaker-API-Demo
|
||||
Copyright (C) 2024 BlueFox
|
||||
|
||||
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 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 <https://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
|
Loading…
Reference in New Issue
Block a user