From a18164e82f8cd7889f9ae10cb660091d905e5ccc Mon Sep 17 00:00:00 2001 From: Xavrax Date: Thu, 16 Nov 2023 10:57:36 +0100 Subject: [PATCH] fix license readme --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 97a88273..e3c62847 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -225,7 +225,8 @@ //! //! ## License //! -//! This project is licensed under the [MIT license](https://github.com/pubnub/rust/blob/master/LICENSE). +//! This project is licensed under the [PubNub Software Development Kit license](https://github.com/pubnub/rust/blob/master/LICENSE). +//! You can read more about it [here](https://www.pubnub.com/docs/sdks#license-faq). #[cfg(feature = "access")] #[doc(inline)]