Skip to content

Commit 5fae41a

Browse files
chore: align all MIT licenses text
Note: the owner of the `socket.io` repository was updated to Automattic in [1], though it was never applied to the other repositories nor mentioned in the client bundles. [1]: 3402811
1 parent ec79211 commit 5fae41a

File tree

8 files changed

+29
-8
lines changed

8 files changed

+29
-8
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2014-2018 Automattic <[email protected]>
3+
Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

Diff for: packages/engine.io-client/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2014-2015 Automattic <[email protected]>
3+
Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

Diff for: packages/engine.io-parser/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2016 Guillermo Rauch (@rauchg)
3+
Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

Diff for: packages/engine.io/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2014 Guillermo Rauch <[email protected]>
3+
Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
66
and associated documentation files (the 'Software'), to deal in the Software without restriction,

Diff for: packages/socket.io-adapter/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2014 Guillermo Rauch <[email protected]>
3+
Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the 'Software'), to deal in

Diff for: packages/socket.io-client/LICENSE

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Guillermo Rauch
4-
3+
Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
54

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

Diff for: packages/socket.io-parser/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2014 Guillermo Rauch <[email protected]>
3+
Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the 'Software'), to deal in

Diff for: packages/socket.io/LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
(The MIT License)
2+
3+
Copyright (c) 2014-present Guillermo Rauch and Socket.IO contributors
4+
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of this software and associated documentation files (the
7+
'Software'), to deal in the Software without restriction, including
8+
without limitation the rights to use, copy, modify, merge, publish,
9+
distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so, subject to
11+
the following conditions:
12+
13+
The above copyright notice and this permission notice shall be
14+
included in all copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
17+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)