Skip to content

Commit 3e11967

Browse files
committed
first commit
0 parents  commit 3e11967

File tree

2 files changed

+446
-0
lines changed

2 files changed

+446
-0
lines changed

LICENSE.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
Business Source License
2+
3+
License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
4+
“Business Source License” is a trademark of MariaDB Corporation Ab
5+
6+
7+
Licensor:
8+
Redis Ltd., on behalf of itself and its affiliates and subsidiaries worldwide
9+
Licensed Work:
10+
11+
12+
The Licensed Work means the Redis Streams Java client libraries described [here](https://github.com/redis-field-engineering/redis-streams-java-dist)
13+
14+
Additional Use Grant:
15+
16+
You may make production use of the Licensed Work solely in connection with the
17+
following products offered by Redis Ltd. or its subsidiaries or affiliates
18+
(collectively, “Redis”):
19+
(i) Redis Community Edition as described [here](https://redis.io/docs/latest/get-started/);
20+
(ii) Redis Cloud as described [here](https://redis.io/cloud/); or
21+
(iii) Redis Software as described [here](https://redis.io/enterprise/):
22+
(collectively, the “Redis Services”), provided that such usage is not additionally made
23+
in connection or combination with a Competitive Offering.
24+
25+
A “Competitive Offering” is a Product that is offered to third parties on either a
26+
paid basis, including through paid support arrangements, or a non-paid basis,
27+
that significantly overlaps with the capabilities of the Licensed Work or the Redis Services.
28+
If Your Product is not a Competitive Offering when You first make it generally available,
29+
it will not become a Competitive Offering later due to Redis releasing a new version of the
30+
Licensed Work with additional capabilities.
31+
32+
“Product” means software that is offered to end users to manage in their own
33+
environments or offered as a service on a hosted basis.
34+
35+
Change Date: Four years from the date the Licensed Work is published
36+
37+
Change License: MIT
38+
39+
Terms:
40+
41+
The Licensor hereby grants you the right to copy, modify, create derivative works,
42+
redistribute, and make non-production use of the Licensed Work. The Licensor
43+
may make an Additional Use Grant, above, permitting limited production use.
44+
45+
46+
Effective on the Change Date, or the fourth anniversary of the first publicly
47+
available distribution of a specific version of the Licensed Work under this
48+
License, whichever comes first, the Licensor hereby grants you rights under the
49+
terms of the Change License, and the rights granted in the paragraph above terminate.
50+
51+
52+
If your use of the Licensed Work does not comply with the requirements currently
53+
in effect as described in this License, you must purchase a commercial license from
54+
the Licensor, its affiliated entities, or authorized resellers, or you must refrain
55+
from using the Licensed Work.
56+
57+
58+
All copies of the original and modified Licensed Work, and derivative works of the
59+
Licensed Work, are subject to this License. This License applies separately for each
60+
version of the Licensed Work and the Change Date may vary for each version of the
61+
Licensed Work released by Licensor.
62+
63+
64+
You must conspicuously display this License on each original or modified copy of
65+
the Licensed Work. If you receive the Licensed Work in original or modified form from
66+
a third party, the terms and conditions set forth in this License apply to your use of that work.
67+
68+
69+
Any use of the Licensed Work in violation of this License will automatically terminate
70+
your rights under this License for the current and all other versions of the Licensed Work.
71+
72+
73+
This License does not grant you any right in any trademark or logo of Licensor or its
74+
affiliates (provided that you may use a trademark or logo of Licensor as expressly required by this License).
75+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN “AS IS” BASIS.
76+
LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS, EXPRESS OR IMPLIED, INCLUDING
77+
(WITHOUT LIMITATION) WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE.

0 commit comments

Comments
 (0)