Unverified Commit 0b343969 authored by Pieter Cailliau's avatar Pieter Cailliau Committed by GitHub
Browse files

Change license from BSD-3 to dual RSALv2+SSPLv1 (#13157)

[Read more about the license change
here](https://redis.com/blog/redis-adopts-dual-source-available-licensing/)
Live long and prosper 🖖
parent e64d91c3
# hll-err.rb - Copyright (C) 2014 Salvatore Sanfilippo # hll-err.rb - Copyright (C) 2014-Present Redis Ltd.
# BSD license, See the COPYING file for more information. #
# Licensed under your choice of the Redis Source Available License 2.0
# (RSALv2) or the Server Side Public License v1 (SSPLv1).
# #
# Check error of HyperLogLog Redis implementation for different set sizes. # Check error of HyperLogLog Redis implementation for different set sizes.
......
# hll-err.rb - Copyright (C) 2014 Salvatore Sanfilippo # hll-err.rb - Copyright (C) 2014-Present Redis Ltd.
# BSD license, See the COPYING file for more information. #
# Licensed under your choice of the Redis Source Available License 2.0
# (RSALv2) or the Server Side Public License v1 (SSPLv1).
# #
# This program is suited to output average and maximum errors of # This program is suited to output average and maximum errors of
# the Redis HyperLogLog implementation in a format suitable to print # the Redis HyperLogLog implementation in a format suitable to print
......
# redis-copy.rb - Copyright (C) 2009-2010 Salvatore Sanfilippo # redis-copy.rb - Copyright (C) 2009-Present Redis Ltd. All rights reserved.
# BSD license, See the COPYING file for more information. #
# Licensed under your choice of the Redis Source Available License 2.0
# (RSALv2) or the Server Side Public License v1 (SSPLv1).
# #
# Copy the whole dataset from one Redis instance to another one # Copy the whole dataset from one Redis instance to another one
# #
......
# redis-sha1.rb - Copyright (C) 2009 Salvatore Sanfilippo # redis-sha1.rb - Copyright (C) 2009-Present Redis Ltd. All rights reserved.
# BSD license, See the COPYING file for more information. #
# Licensed under your choice of the Redis Source Available License 2.0
# (RSALv2) or the Server Side Public License v1 (SSPLv1).
# #
# Performs the SHA1 sum of the whole dataset. # Performs the SHA1 sum of the whole dataset.
# This is useful to spot bugs in persistence related code and to make sure # This is useful to spot bugs in persistence related code and to make sure
......
#!/usr/bin/env tclsh8.5 #!/usr/bin/env tclsh8.5
# Copyright (C) 2011 Salvatore Sanfilippo # Copyright (C) 2011-Present Redis Ltd. All rights reserved.
# Released under the BSD license like Redis itself #
# Licensed under your choice of the Redis Source Available License 2.0
# (RSALv2) or the Server Side Public License v1 (SSPLv1).
source ../tests/support/redis.tcl source ../tests/support/redis.tcl
set ::port 12123 set ::port 12123
......
...@@ -17,8 +17,10 @@ ...@@ -17,8 +17,10 @@
* *
* -------------------------------------------------------------------------- * --------------------------------------------------------------------------
* *
* Copyright (C) 2019 Salvatore Sanfilippo * Copyright (C) 2019-Present Redis Ltd. All rights reserved.
* This code is released under the BSD 2 clause license. *
* Licensed under your choice of the Redis Source Available License 2.0
* (RSALv2) or the Server Side Public License v1 (SSPLv1).
*/ */
#include <stdlib.h> #include <stdlib.h>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment