From 7b3a1e2b0b7e4a98fef3e2baf37e001c430b2154 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 14 Jan 2025 17:29:54 +0800 Subject: [PATCH] fix: remove waku license reference from readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 592ddb9..5e13480 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ pytest Licensed and distributed under either of -- MIT license: [LICENSE-MIT](https://github.com/waku-org/js-waku/blob/master/LICENSE-MIT) or http://opensource.org/licenses/MIT +- MIT license: [LICENSE-MIT](http://opensource.org/licenses/MIT) or -- Apache License, Version 2.0, ([LICENSE-APACHE-v2](https://github.com/waku-org/js-waku/blob/master/LICENSE-APACHE-v2) or http://www.apache.org/licenses/LICENSE-2.0) +- Apache License, Version 2.0, [LICENSE-APACHE-v2](http://www.apache.org/licenses/LICENSE-2.0) at your option. These files may not be copied, modified, or distributed except according to those terms.