Skip to content

Commit 2411f21

Browse files
committed
Complete upstream package credits
Credit Hyperf Pool and Hyperf Signal in their dedicated user guides using the same wording and structure as the other non-Laravel package ports. Update the Sentry package license for the fresh Sentry Laravel port by removing the stale D.J.Hwang and Hyperf notices while retaining the upstream Sentry and Hypervel copyrights.
1 parent a4b4819 commit 2411f21

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

src/docs/pools.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- [Borrowing Connections](#borrowing-connections)
1717
- [Connection Pool Options](#connection-pool-options)
1818
- [Connection Pool Lifecycle](#connection-pool-lifecycle)
19+
- [Credits](#credits)
1920

2021
<a name="introduction"></a>
2122
## Introduction
@@ -373,3 +374,8 @@ Packages that cache connection pools must close them before the server forks and
373374

374375
> [!WARNING]
375376
> Do not call native channel methods from a destructor. Close connection pools explicitly while the worker runtime is active.
377+
378+
<a name="credits"></a>
379+
## Credits
380+
381+
Hypervel Pool began as a port of [Hyperf Pool](https://github.com/hyperf/hyperf/tree/master/src/pool) and has been adapted for Hypervel's framework architecture and coroutine runtime.

src/docs/signals.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [Worker Signals](#worker-signals)
1010
- [Server Process Signals](#server-process-signals)
1111
- [Native Signal Limitations](#native-signal-limitations)
12+
- [Credits](#credits)
1213

1314
<a name="introduction"></a>
1415
## Introduction
@@ -151,3 +152,8 @@ The `server:reload` command reloads event and task workers, but it does not relo
151152
## Native Signal Limitations
152153

153154
Swoole does not support waiting for `SIGCHLD` through the coroutine signal API used by Hypervel. In addition, you should not use `Swoole\Process::signal` in a process that uses Hypervel signal handlers. The two native signal mechanisms are mutually exclusive within a process.
155+
156+
<a name="credits"></a>
157+
## Credits
158+
159+
Hypervel Signal began as a port of [Hyperf Signal](https://github.com/hyperf/hyperf/tree/master/src/signal) and has been adapted for Hypervel's framework architecture and coroutine runtime.

src/sentry/LICENSE.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ The MIT License (MIT)
22

33
Copyright (c) 2016 Functional Software, Inc. dba Sentry
44

5-
Copyright (c) D.J.Hwang
6-
7-
Copyright (c) Hyperf
8-
95
Copyright (c) Hypervel
106

117
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -24,4 +20,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2420
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2521
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2622
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27-
THE SOFTWARE.
23+
THE SOFTWARE.

0 commit comments

Comments
 (0)