From 96be185dab40d110e0a6927b91884c03a3f1bb0e Mon Sep 17 00:00:00 2001 From: Deimos Date: Wed, 22 Aug 2018 13:22:14 -0600 Subject: [PATCH] Add warning about ReBloom license change --- salt/salt/redis/modules/rebloom.sls | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/salt/salt/redis/modules/rebloom.sls b/salt/salt/redis/modules/rebloom.sls index 1e1787c..ad84ca0 100644 --- a/salt/salt/redis/modules/rebloom.sls +++ b/salt/salt/redis/modules/rebloom.sls @@ -1,3 +1,7 @@ +# Take care if updating this module - Redis Labs changed the license on July 16, 2018 +# to Apache 2 with their "Commons Clause": https://commonsclause.com/ +# The legality and specific implications of that clause are currently unclear, so we +# probably shouldn't update to a version under that license without more research. rebloom-clone: git.latest: - name: https://github.com/RedisLabsModules/rebloom