From d093397e058e27f31772a369ca97db5426481f12 Mon Sep 17 00:00:00 2001 From: imperugo Date: Thu, 28 Mar 2019 12:27:29 +0100 Subject: [PATCH] license --- .../StackExchange.Redis.Extensions.AspNetCore.csproj | 5 ++++- .../StackExchange.Redis.Extensions.Binary.csproj | 6 +++++- .../StackExchange.Redis.Extensions.Core.csproj | 7 ++++++- .../StackExchange.Redis.Extensions.Jil.csproj | 7 ++++++- .../StackExchange.Redis.Extensions.MsgPack.csproj | 7 ++++++- .../StackExchange.Redis.Extensions.Newtonsoft.csproj | 7 ++++++- .../StackExchange.Redis.Extensions.Protobuf.csproj | 7 ++++++- .../StackExchange.Redis.Extensions.Utf8Json.csproj | 8 +++++++- 8 files changed, 46 insertions(+), 8 deletions(-) diff --git a/src/StackExchange.Redis.Extensions.AspNetCore/StackExchange.Redis.Extensions.AspNetCore.csproj b/src/StackExchange.Redis.Extensions.AspNetCore/StackExchange.Redis.Extensions.AspNetCore.csproj index 7b61b108..c6ae8713 100644 --- a/src/StackExchange.Redis.Extensions.AspNetCore/StackExchange.Redis.Extensions.AspNetCore.csproj +++ b/src/StackExchange.Redis.Extensions.AspNetCore/StackExchange.Redis.Extensions.AspNetCore.csproj @@ -15,13 +15,16 @@ true StackExchange.Redis.Extensions.AspNetCore https://github.com/imperugo/StackExchange.Redis.Extensions - https://github.com/imperugo/StackExchange.Redis.Extensions/blob/master/LICENSE latest https://github.com/imperugo/StackExchange.Redis.Extensions Git Async Redis NoSQL Client Distributed Cache PubSub Messaging AspNet AspNetCore + + MIT + + diff --git a/src/StackExchange.Redis.Extensions.Binary/StackExchange.Redis.Extensions.Binary.csproj b/src/StackExchange.Redis.Extensions.Binary/StackExchange.Redis.Extensions.Binary.csproj index 46c094c6..01f7c931 100644 --- a/src/StackExchange.Redis.Extensions.Binary/StackExchange.Redis.Extensions.Binary.csproj +++ b/src/StackExchange.Redis.Extensions.Binary/StackExchange.Redis.Extensions.Binary.csproj @@ -19,7 +19,6 @@ This implementation is based on Microsoft's BinarySerializer true StackExchange.Redis.Extensions.Binary https://github.com/imperugo/StackExchange.Redis.Extensions - https://github.com/imperugo/StackExchange.Redis.Extensions/blob/master/LICENSE latest https://github.com/imperugo/StackExchange.Redis.Extensions Git @@ -48,6 +47,11 @@ This implementation is based on Microsoft's BinarySerializer - Support for Keyspace isolation; true + + + MIT + + diff --git a/src/StackExchange.Redis.Extensions.Core/StackExchange.Redis.Extensions.Core.csproj b/src/StackExchange.Redis.Extensions.Core/StackExchange.Redis.Extensions.Core.csproj index fce062b2..89497449 100644 --- a/src/StackExchange.Redis.Extensions.Core/StackExchange.Redis.Extensions.Core.csproj +++ b/src/StackExchange.Redis.Extensions.Core/StackExchange.Redis.Extensions.Core.csproj @@ -26,7 +26,6 @@ To store complex data It requires one of the following implementations: true StackExchange.Redis.Extensions.Core https://github.com/imperugo/StackExchange.Redis.Extensions - https://github.com/imperugo/StackExchange.Redis.Extensions/blob/master/LICENSE latest https://github.com/imperugo/StackExchange.Redis.Extensions Git @@ -55,6 +54,12 @@ To store complex data It requires one of the following implementations: - Support for Keyspace isolation; true + + + MIT + + + diff --git a/src/StackExchange.Redis.Extensions.Jil/StackExchange.Redis.Extensions.Jil.csproj b/src/StackExchange.Redis.Extensions.Jil/StackExchange.Redis.Extensions.Jil.csproj index b2abdf6f..90c890c0 100644 --- a/src/StackExchange.Redis.Extensions.Jil/StackExchange.Redis.Extensions.Jil.csproj +++ b/src/StackExchange.Redis.Extensions.Jil/StackExchange.Redis.Extensions.Jil.csproj @@ -17,7 +17,6 @@ This implementation is based on Jil serializer. StackExchange.Redis.Extensions.Jil StackExchange.Redis.Extensions.Jil https://github.com/imperugo/StackExchange.Redis.Extensions - https://github.com/imperugo/StackExchange.Redis.Extensions/blob/master/LICENSE latest https://github.com/imperugo/StackExchange.Redis.Extensions Git @@ -46,9 +45,15 @@ This implementation is based on Jil serializer. - Support for Keyspace isolation; true + + + MIT + + + diff --git a/src/StackExchange.Redis.Extensions.MsgPack/StackExchange.Redis.Extensions.MsgPack.csproj b/src/StackExchange.Redis.Extensions.MsgPack/StackExchange.Redis.Extensions.MsgPack.csproj index 4c28c051..81fef896 100644 --- a/src/StackExchange.Redis.Extensions.MsgPack/StackExchange.Redis.Extensions.MsgPack.csproj +++ b/src/StackExchange.Redis.Extensions.MsgPack/StackExchange.Redis.Extensions.MsgPack.csproj @@ -19,7 +19,6 @@ This implementation is based on MsgPack serializer. true StackExchange.Redis.Extensions.MsgPack https://github.com/imperugo/StackExchange.Redis.Extensions - https://github.com/imperugo/StackExchange.Redis.Extensions/blob/master/LICENSE latest https://github.com/imperugo/StackExchange.Redis.Extensions Git @@ -48,9 +47,15 @@ This implementation is based on MsgPack serializer. - Support for Keyspace isolation; true + + + + MIT + + diff --git a/src/StackExchange.Redis.Extensions.Newtonsoft/StackExchange.Redis.Extensions.Newtonsoft.csproj b/src/StackExchange.Redis.Extensions.Newtonsoft/StackExchange.Redis.Extensions.Newtonsoft.csproj index 7af3b241..112edced 100644 --- a/src/StackExchange.Redis.Extensions.Newtonsoft/StackExchange.Redis.Extensions.Newtonsoft.csproj +++ b/src/StackExchange.Redis.Extensions.Newtonsoft/StackExchange.Redis.Extensions.Newtonsoft.csproj @@ -19,7 +19,6 @@ This implementation is based on Newtonsoft Json.Net serializer. true StackExchange.Redis.Extensions.Newtonsoft https://github.com/imperugo/StackExchange.Redis.Extensions - https://github.com/imperugo/StackExchange.Redis.Extensions/blob/master/LICENSE latest https://github.com/imperugo/StackExchange.Redis.Extensions Git @@ -48,9 +47,15 @@ This implementation is based on Newtonsoft Json.Net serializer. - Support for Keyspace isolation; true + + + MIT + + + diff --git a/src/StackExchange.Redis.Extensions.Protobuf/StackExchange.Redis.Extensions.Protobuf.csproj b/src/StackExchange.Redis.Extensions.Protobuf/StackExchange.Redis.Extensions.Protobuf.csproj index ea697c72..b8d05b58 100644 --- a/src/StackExchange.Redis.Extensions.Protobuf/StackExchange.Redis.Extensions.Protobuf.csproj +++ b/src/StackExchange.Redis.Extensions.Protobuf/StackExchange.Redis.Extensions.Protobuf.csproj @@ -19,7 +19,6 @@ This implementation is based on Protobuf serializer. true StackExchange.Redis.Extensions.Protobuf https://github.com/imperugo/StackExchange.Redis.Extensions - https://github.com/imperugo/StackExchange.Redis.Extensions/blob/master/LICENSE latest https://github.com/imperugo/StackExchange.Redis.Extensions Git @@ -48,9 +47,15 @@ This implementation is based on Protobuf serializer. - Support for Keyspace isolation; true + + + MIT + + + diff --git a/src/StackExchange.Redis.Extensions.Utf8Json/StackExchange.Redis.Extensions.Utf8Json.csproj b/src/StackExchange.Redis.Extensions.Utf8Json/StackExchange.Redis.Extensions.Utf8Json.csproj index adaa5196..b58bbc03 100644 --- a/src/StackExchange.Redis.Extensions.Utf8Json/StackExchange.Redis.Extensions.Utf8Json.csproj +++ b/src/StackExchange.Redis.Extensions.Utf8Json/StackExchange.Redis.Extensions.Utf8Json.csproj @@ -19,7 +19,6 @@ This implementation is based on UTF8Json serializer. true StackExchange.Redis.Extensions.Utf8Json https://github.com/imperugo/StackExchange.Redis.Extensions - https://github.com/imperugo/StackExchange.Redis.Extensions/blob/master/LICENSE latest https://github.com/imperugo/StackExchange.Redis.Extensions Git @@ -48,9 +47,16 @@ This implementation is based on UTF8Json serializer. - Support for Keyspace isolation; true + + + MIT + + + +