Skip to content

Commit 2d3833f

Browse files
author
Fredrik Liljegren
committed
Simplifying license in each file and removing copyright from COPYING.
1 parent 25df726 commit 2d3833f

File tree

6 files changed

+10
-33
lines changed

6 files changed

+10
-33
lines changed

COPYING

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
Copyright (C) 2014, 2015 Textalk
2-
Copyright (C) 2015 Patrick McCarren - added payload fragmentation for huge payloads
3-
41
Websocket PHP is free software: Permission to use, copy, modify, and/or distribute this software
52
for any purpose with or without fee is hereby granted, provided that the above copyright notice and
63
this permission notice appear in all copies.

lib/Base.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
<?php
22

33
/**
4-
* This file is part of Websocket PHP
54
* Copyright (C) 2014, 2015 Textalk
65
* Copyright (C) 2015 Patrick McCarren - added payload fragmentation for huge payloads
76
*
8-
* Websocket PHP is free software: Permission to use, copy, modify, and/or distribute this software
9-
* for any purpose with or without fee is hereby granted, provided that the above copyright notice
10-
* and this permission notice appear in all copies.
11-
*
12-
* https://raw.githubusercontent.com/Textalk/websocket-php/master/COPYING
7+
* This file is part of Websocket PHP and is free software under the ISC License.
8+
* License text: https://raw.githubusercontent.com/Textalk/websocket-php/master/COPYING
139
*/
1410

1511
namespace WebSocket;

lib/Client.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<?php
22

33
/**
4-
* This file is part of Websocket PHP
54
* Copyright (C) 2014, 2015 Textalk
65
*
7-
* Websocket PHP is free software: Permission to use, copy, modify, and/or distribute this software
8-
* for any purpose with or without fee is hereby granted, provided that the above copyright notice
9-
* and this permission notice appear in all copies.
10-
*
11-
* https://raw.githubusercontent.com/Textalk/websocket-php/master/COPYING
6+
* This file is part of Websocket PHP and is free software under the ISC License.
7+
* License text: https://raw.githubusercontent.com/Textalk/websocket-php/master/COPYING
128
*/
139

1410
namespace WebSocket;

lib/Server.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<?php
22

33
/**
4-
* This file is part of Websocket PHP
54
* Copyright (C) 2014, 2015 Textalk
65
*
7-
* Websocket PHP is free software: Permission to use, copy, modify, and/or distribute this software
8-
* for any purpose with or without fee is hereby granted, provided that the above copyright notice
9-
* and this permission notice appear in all copies.
10-
*
11-
* https://raw.githubusercontent.com/Textalk/websocket-php/master/COPYING
6+
* This file is part of Websocket PHP and is free software under the ISC License.
7+
* License text: https://raw.githubusercontent.com/Textalk/websocket-php/master/COPYING
128
*/
139

1410
namespace WebSocket;

tests/ClientTracker.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
<?php
22

33
/**
4-
* This file is part of Websocket PHP
54
* Copyright (C) 2015 Patrick McCarren
65
*
7-
* Websocket PHP is free software: Permission to use, copy, modify, and/or distribute this software
8-
* for any purpose with or without fee is hereby granted, provided that the above copyright notice
9-
* and this permission notice appear in all copies.
10-
*
11-
* https://raw.githubusercontent.com/Textalk/websocket-php/master/COPYING
6+
* This file is part of Websocket PHP and is free software under the ISC License.
7+
* License text: https://raw.githubusercontent.com/Textalk/websocket-php/master/COPYING
128
*/
139

1410
namespace WebSocket\Tests;

tests/unit/ClientTest.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
<?php
22

33
/**
4-
* This file is part of Websocket PHP
54
* Copyright (C) 2014, 2015 Textalk
65
* Copyright (C) 2015 Patrick McCarren - added testSetFragmentSize
76
*
8-
* Websocket PHP is free software: Permission to use, copy, modify, and/or distribute this software
9-
* for any purpose with or without fee is hereby granted, provided that the above copyright notice
10-
* and this permission notice appear in all copies.
11-
*
12-
* https://raw.githubusercontent.com/Textalk/websocket-php/master/COPYING
7+
* This file is part of Websocket PHP and is free software under the ISC License.
8+
* License text: https://raw.githubusercontent.com/Textalk/websocket-php/master/COPYING
139
*/
1410

1511
use WebSocket\Client;

0 commit comments

Comments
 (0)