Skip to content

Commit 65dd538

Browse files
authored
Merge pull request #3291 from artilleryio/feat/az
feat: Azure support
2 parents b77268d + 993a6bb commit 65dd538

20 files changed

+1742
-190
lines changed

LICENSE-BSL.txt

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
Business Source License
2+
=======================
3+
4+
License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
5+
“Business Source License” is a trademark of MariaDB Corporation Ab.
6+
7+
Parameters
8+
9+
Licensor: Artillery Software Inc
10+
Licensed Works: Azure-related code in Artillery. The Licensed Work is
11+
(c) 2024 Artillery Software Inc
12+
Additional Use Grant: You may make use of the Licensed Work strictly for
13+
evaluation and/or non-production use only. Your use
14+
does not include offering the Licensed Work to third
15+
parties on a hosted or embedded basis.
16+
Change Date: Four years from the date the Licensed Work is published
17+
Change License: MPL 2.0
18+
19+
For information about commercial licensing arrangements for the Licensed Work,
20+
please contact [email protected].
21+
22+
Notice
23+
24+
Business Source License 1.1
25+
26+
Terms
27+
28+
The Licensor hereby grants you the right to copy, modify, create derivative
29+
works, redistribute, and make non-production use of the Licensed Work. The
30+
Licensor may make an Additional Use Grant, above, permitting limited production use.
31+
32+
Effective on the Change Date, or the fourth anniversary of the first publicly
33+
available distribution of a specific version of the Licensed Work under this
34+
License, whichever comes first, the Licensor hereby grants you rights under
35+
the terms of the Change License, and the rights granted in the paragraph
36+
above terminate.
37+
38+
If your use of the Licensed Work does not comply with the requirements
39+
currently in effect as described in this License, you must purchase a
40+
commercial license from the Licensor, its affiliated entities, or authorized
41+
resellers, or you must refrain from using the Licensed Work.
42+
43+
All copies of the original and modified Licensed Work, and derivative works
44+
of the Licensed Work, are subject to this License. This License applies
45+
separately for each version of the Licensed Work and the Change Date may vary
46+
for each version of the Licensed Work released by Licensor.
47+
48+
You must conspicuously display this License on each original or modified copy
49+
of the Licensed Work. If you receive the Licensed Work in original or
50+
modified form from a third party, the terms and conditions set forth in this
51+
License apply to your use of that work.
52+
53+
Any use of the Licensed Work in violation of this License will automatically
54+
terminate your rights under this License for the current and all other
55+
versions of the Licensed Work.
56+
57+
This License does not grant you any right in any trademark or logo of
58+
Licensor or its affiliates (provided that you may use a trademark or logo of
59+
Licensor as expressly required by this License).
60+
61+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
62+
AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
63+
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
64+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
65+
TITLE.

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@
2727
- **Test anything**. HTTP, WebSocket, Socket.io, gRPC, Kinesis, and more.
2828
- **Powerful workload modeling**. Emulate complex user behavior with request chains, multiple steps, transactions, and more.
2929
- **Extensible & hackable**. Artillery has a plugin API to allow extending and customization.
30-
- **Open source**. Permissive open source license to let you build on top of Artillery without worry.
30+
31+
## License
32+
33+
* Most of the code in this repository is licensed under the terms of the [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/) license.
34+
* Some Azure-specific modules are licensed under the terms of the [BSL license](https://mariadb.com/bsl-faq-adopting/). See [LICENSE-BSL.txt](./LICENSE-BSL.txt) for details. You may use Artillery on Azure for evaluation and proof-of-concept purposes, but commercial and/or production usage requires a commercial license.
35+
3136

3237
[Learn more](./packages/artillery#readme)
3338

0 commit comments

Comments
 (0)