Skip to content

Commit 41ae8ac

Browse files
committed
Documentation
1 parent 8729e82 commit 41ae8ac

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

docs/COPYING.md COPYING.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[Client](Client.md)[Server](Server.md)[Changelog](Changelog.md)[Contributing](Contributing.md) • License
2-
31
# Websocket: License
42

53
Websocket PHP is free software released under the following license:

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ It does not include convenience operations such as listeners and implicit error
1414
- [Server](docs/Server.md)
1515
- [Changelog](docs/Changelog.md)
1616
- [Contributing](docs/Contributing.md)
17-
- [License](docs/COPYING.md)
1817

1918
## Installing
2019

@@ -55,7 +54,9 @@ $server->send($message);
5554
$server->close();
5655
```
5756

58-
### Contributors
57+
### License and Contributors
58+
59+
[ISC License](COPYING.md)
5960

6061
Fredrik Liljegren, Armen Baghumian Sankbarani, Ruslan Bekenev,
6162
Joshua Thijssen, Simon Lipp, Quentin Bellus, Patrick McCarren, swmcdonnell,

docs/Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Client](Client.md)[Server](Server.md) • Changelog • [Contributing](Contributing.md)[License](COPYING.md)
1+
[Client](Client.md)[Server](Server.md) • Changelog • [Contributing](Contributing.md)
22

33
# Websocket: Changelog
44

docs/Client.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Client • [Server](Server.md)[Changelog](Changelog.md)[Contributing](Contributing.md)[License](COPYING.md)
1+
Client • [Server](Server.md)[Changelog](Changelog.md)[Contributing](Contributing.md)
22

33
# Websocket: Client
44

docs/Contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Client](Client.md)[Server](Server.md)[Changelog](Changelog.md) • Contributing[License](COPYING.md)
1+
[Client](Client.md)[Server](Server.md)[Changelog](Changelog.md) • Contributing
22

33
# Websocket: Contributing
44

docs/Server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Client](Client.md) • Server • [Changelog](Changelog.md)[Contributing](Contributing.md)[License](COPYING.md)
1+
[Client](Client.md) • Server • [Changelog](Changelog.md)[Contributing](Contributing.md)
22

33
# Websocket: Server
44

0 commit comments

Comments
 (0)