Skip to content

Commit fa77dde

Browse files
authored
Merge pull request #214 from WyriHaximus-labs/add-full-core-team-to-license
Add full core team to the license
2 parents 363a76d + 9fec6d4 commit fa77dde

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

LICENSE

+3-1
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

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
"description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
44
"keywords": ["event-loop", "asynchronous"],
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
},

0 commit comments

Comments
 (0)