Skip to content

Commit 0af8323

Browse files
authored
Merge pull request #245 from WyriHaximus-labs/add-full-core-team-to-license
Add full core team to the license
2 parents 04225cd + 3bc9257 commit 0af8323

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Copyright (c) 2012 Igor Wiedler, Chris Boden
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2012 Christian Lück, Cees-Jan Kiewiet, Jan Sorgalla, Chris Boden, Igor Wiedler
24

35
Permission is hereby granted, free of charge, to any person obtaining a copy
46
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
44
"keywords": ["async", "socket", "stream", "connection", "ReactPHP"],
55
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Christian Lück",
9+
"homepage": "https://clue.engineering/",
10+
"email": "[email protected]"
11+
},
12+
{
13+
"name": "Cees-Jan Kiewiet",
14+
"homepage": "https://wyrihaximus.net/",
15+
"email": "[email protected]"
16+
},
17+
{
18+
"name": "Jan Sorgalla",
19+
"homepage": "https://sorgalla.com/",
20+
"email": "[email protected]"
21+
},
22+
{
23+
"name": "Chris Boden",
24+
"homepage": "https://cboden.dev/",
25+
"email": "[email protected]"
26+
}
27+
],
628
"require": {
729
"php": ">=5.3.0",
830
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",

0 commit comments

Comments
 (0)