From d788b83ab7d6e86e94b929d0fd3bb222b6e22206 Mon Sep 17 00:00:00 2001 From: thomashii Date: Sun, 12 Sep 2021 12:08:37 +0800 Subject: [PATCH] Updated license --- LICENSE | 2 +- packages/production/README.md | 3 +-- packages/sync/README.md | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 8f65b579..bb161745 100644 --- a/LICENSE +++ b/LICENSE @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/packages/production/README.md b/packages/production/README.md index 1c2c8913..a37a1cb2 100644 --- a/packages/production/README.md +++ b/packages/production/README.md @@ -3,8 +3,7 @@ [![version](https://img.shields.io/badge/pub-v3.1.0-brightgreen)](https://pub.dev/packages/angel3_production) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) [![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion) - -[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/production/LICENSE) +[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dukefirehawk/angel/tree/angel3/packages/production/LICENSE) Helpers for concurrency, message-passing, rotating loggers, and other production functionality in Angel3 framework. diff --git a/packages/sync/README.md b/packages/sync/README.md index ddf43ecf..db04e14d 100644 --- a/packages/sync/README.md +++ b/packages/sync/README.md @@ -3,8 +3,7 @@ [![version](https://img.shields.io/badge/pub-v4.1.0-brightgreen)](https://pub.dev/packages/angel3_sync) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) [![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion) - -[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/packages/sync/LICENSE) +[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dukefirehawk/angel/tree/angel3/packages/sync/LICENSE) Easily synchronize and scale WebSockets using package:belatuk_pub_sub.