From 41ae8ac65bbc74ab598af38db427091a2459f9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Jensen?= Date: Fri, 6 Nov 2020 14:57:33 +0100 Subject: [PATCH] Documentation --- docs/COPYING.md => COPYING.md | 2 -- README.md | 5 +++-- docs/Changelog.md | 2 +- docs/Client.md | 2 +- docs/Contributing.md | 2 +- docs/Server.md | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) rename docs/COPYING.md => COPYING.md (87%) diff --git a/docs/COPYING.md b/COPYING.md similarity index 87% rename from docs/COPYING.md rename to COPYING.md index 10ad2c0..ba96480 100644 --- a/docs/COPYING.md +++ b/COPYING.md @@ -1,5 +1,3 @@ -[Client](Client.md) • [Server](Server.md) • [Changelog](Changelog.md) • [Contributing](Contributing.md) • License - # Websocket: License Websocket PHP is free software released under the following license: diff --git a/README.md b/README.md index 2ddd799..1a7df02 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ It does not include convenience operations such as listeners and implicit error - [Server](docs/Server.md) - [Changelog](docs/Changelog.md) - [Contributing](docs/Contributing.md) -- [License](docs/COPYING.md) ## Installing @@ -55,7 +54,9 @@ $server->send($message); $server->close(); ``` -### Contributors +### License and Contributors + +[ISC License](COPYING.md) Fredrik Liljegren, Armen Baghumian Sankbarani, Ruslan Bekenev, Joshua Thijssen, Simon Lipp, Quentin Bellus, Patrick McCarren, swmcdonnell, diff --git a/docs/Changelog.md b/docs/Changelog.md index 8d57e48..b610ae7 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,4 +1,4 @@ -[Client](Client.md) • [Server](Server.md) • Changelog • [Contributing](Contributing.md) • [License](COPYING.md) +[Client](Client.md) • [Server](Server.md) • Changelog • [Contributing](Contributing.md) # Websocket: Changelog diff --git a/docs/Client.md b/docs/Client.md index c4da7ee..38f13f3 100644 --- a/docs/Client.md +++ b/docs/Client.md @@ -1,4 +1,4 @@ -Client • [Server](Server.md) • [Changelog](Changelog.md) • [Contributing](Contributing.md) • [License](COPYING.md) +Client • [Server](Server.md) • [Changelog](Changelog.md) • [Contributing](Contributing.md) # Websocket: Client diff --git a/docs/Contributing.md b/docs/Contributing.md index a2ff61a..0eb47e5 100644 --- a/docs/Contributing.md +++ b/docs/Contributing.md @@ -1,4 +1,4 @@ -[Client](Client.md) • [Server](Server.md) • [Changelog](Changelog.md) • Contributing • [License](COPYING.md) +[Client](Client.md) • [Server](Server.md) • [Changelog](Changelog.md) • Contributing # Websocket: Contributing diff --git a/docs/Server.md b/docs/Server.md index 575302d..7e25b0d 100644 --- a/docs/Server.md +++ b/docs/Server.md @@ -1,4 +1,4 @@ -[Client](Client.md) • Server • [Changelog](Changelog.md) • [Contributing](Contributing.md) • [License](COPYING.md) +[Client](Client.md) • Server • [Changelog](Changelog.md) • [Contributing](Contributing.md) # Websocket: Server