Skip to content

Commit f70a2bd

Browse files
refactor: ComptrollerManager to Comptrollerable (#1268)
* refactor: ComptrollerManager to Comptrollerable * docs: update license * build: bump evm-utils * chore: remove main tag * run prettier-write --------- Co-authored-by: Andrei Vlad Birgaoanu <[email protected]>
1 parent 1e764dc commit f70a2bd

File tree

12 files changed

+233
-125
lines changed

12 files changed

+233
-125
lines changed

LICENSE-BUSL.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
Business Source License 1.1
2+
3+
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved. "Business Source License" is a trademark of
4+
MariaDB Corporation Ab.
5+
6+
---
7+
8+
Parameters
9+
10+
Licensor: Sablier Labs Ltd
11+
12+
Licensed Work: Sablier Lockup The Licensed Work is (C) 2025 Sablier Labs Ltd
13+
14+
Additional Use Grant: Any uses listed and defined at license-grants.sablier.eth
15+
16+
Change Date: The earlier of 2029-07-01 or a date specified at license-date.sablier.eth
17+
18+
Change License: GNU General Public License v3.0 or later
19+
20+
---
21+
22+
Terms
23+
24+
The Licensor hereby grants you the right to copy, modify, create derivative works, redistribute, and make non-production
25+
use of the Licensed Work. The Licensor may make an Additional Use Grant, above, permitting limited production use.
26+
27+
Effective on the Change Date, or the fourth anniversary of the first publicly available distribution of a specific
28+
version of the Licensed Work under this License, whichever comes first, the Licensor hereby grants you rights under the
29+
terms of the Change License, and the rights granted in the paragraph above terminate.
30+
31+
If your use of the Licensed Work does not comply with the requirements currently in effect as described in this License,
32+
you must purchase a commercial license from the Licensor, its affiliated entities, or authorized resellers, or you must
33+
refrain from using the Licensed Work.
34+
35+
All copies of the original and modified Licensed Work, and derivative works of the Licensed Work, are subject to this
36+
License. This License applies separately for each version of the Licensed Work and the Change Date may vary for each
37+
version of the Licensed Work released by Licensor.
38+
39+
You must conspicuously display this License on each original or modified copy of the Licensed Work. If you receive the
40+
Licensed Work in original or modified form from a third party, the terms and conditions set forth in this License apply
41+
to your use of that work.
42+
43+
Any use of the Licensed Work in violation of this License will automatically terminate your rights under this License
44+
for the current and all other versions of the Licensed Work.
45+
46+
This License does not grant you any right in any trademark or logo of Licensor or its affiliates (provided that you may
47+
use a trademark or logo of Licensor as expressly required by this License).
48+
49+
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS
50+
ALL WARRANTIES AND CONDITIONS, EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF MERCHANTABILITY, FITNESS
51+
FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE.
52+
53+
MariaDB hereby grants you permission to use this License’s text to license your works, and to refer to it using the
54+
trademark "Business Source License", as long as you comply with the Covenants of Licensor below.
55+
56+
---
57+
58+
Covenants of Licensor
59+
60+
In consideration of the right to use this License’s text and the "Business Source License" name and trademark, Licensor
61+
covenants to MariaDB, and to all other recipients of the licensed work to be provided by Licensor:
62+
63+
1. To specify as the Change License the GPL Version 3.0 or any later version, or a license that is compatible with GPL
64+
Version 3.0 or a later version, where "compatible" means that software provided under the Change License can be
65+
included in a program with software provided under GPL Version 3.0 or a later version. Licensor may specify
66+
additional Change Licenses without limitation.
67+
68+
2. To either: (a) specify an additional grant of rights to use that does not impose any additional restriction on the
69+
right granted in this License, as the Additional Use Grant; or (b) insert the text "None".
70+
71+
3. To specify a Change Date.
72+
73+
4. Not to modify this License in any other way.
74+
75+
---
76+
77+
Notice
78+
79+
The Business Source License (this document, or the "License") is not an Open Source license. However, the Licensed Work
80+
will eventually be made available under an Open Source License, as stated in this License.

LICENSE.md

Lines changed: 7 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,9 @@
1-
Business Source License 1.1
1+
This package is licensed under multiple licenses:
22

3-
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved. "Business Source License" is a trademark of
4-
MariaDB Corporation Ab.
3+
- The primary contracts are licensed under the Business Source License 1.1 (BUSL-1.1). See
4+
[LICENSE-BUSL.md](./LICENSE-BUSL.md).
5+
- Some files are licensed under the GNU General Public License v3.0 or later (GPL-3.0-or-later). See
6+
[LICENSE-GPL.md](./LICENSE-GPL.md).
7+
- Test files in `tests/` are unlicensed.
58

6-
---
7-
8-
Parameters
9-
10-
Licensor: Sablier Labs Ltd
11-
12-
Licensed Work: Sablier Lockup The Licensed Work is (C) 2025 Sablier Labs Ltd
13-
14-
Additional Use Grant: Any uses listed and defined at license-grants.sablier.eth
15-
16-
Change Date: The earlier of 2029-07-01 or a date specified at license-date.sablier.eth
17-
18-
Change License: GNU General Public License v3.0 or later
19-
20-
---
21-
22-
Terms
23-
24-
The Licensor hereby grants you the right to copy, modify, create derivative works, redistribute, and make non-production
25-
use of the Licensed Work. The Licensor may make an Additional Use Grant, above, permitting limited production use.
26-
27-
Effective on the Change Date, or the fourth anniversary of the first publicly available distribution of a specific
28-
version of the Licensed Work under this License, whichever comes first, the Licensor hereby grants you rights under the
29-
terms of the Change License, and the rights granted in the paragraph above terminate.
30-
31-
If your use of the Licensed Work does not comply with the requirements currently in effect as described in this License,
32-
you must purchase a commercial license from the Licensor, its affiliated entities, or authorized resellers, or you must
33-
refrain from using the Licensed Work.
34-
35-
All copies of the original and modified Licensed Work, and derivative works of the Licensed Work, are subject to this
36-
License. This License applies separately for each version of the Licensed Work and the Change Date may vary for each
37-
version of the Licensed Work released by Licensor.
38-
39-
You must conspicuously display this License on each original or modified copy of the Licensed Work. If you receive the
40-
Licensed Work in original or modified form from a third party, the terms and conditions set forth in this License apply
41-
to your use of that work.
42-
43-
Any use of the Licensed Work in violation of this License will automatically terminate your rights under this License
44-
for the current and all other versions of the Licensed Work.
45-
46-
This License does not grant you any right in any trademark or logo of Licensor or its affiliates (provided that you may
47-
use a trademark or logo of Licensor as expressly required by this License).
48-
49-
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS
50-
ALL WARRANTIES AND CONDITIONS, EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF MERCHANTABILITY, FITNESS
51-
FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND TITLE.
52-
53-
MariaDB hereby grants you permission to use this License’s text to license your works, and to refer to it using the
54-
trademark "Business Source License", as long as you comply with the Covenants of Licensor below.
55-
56-
---
57-
58-
Covenants of Licensor
59-
60-
In consideration of the right to use this License’s text and the "Business Source License" name and trademark, Licensor
61-
covenants to MariaDB, and to all other recipients of the licensed work to be provided by Licensor:
62-
63-
1. To specify as the Change License the GPL Version 3.0 or any later version, or a license that is compatible with GPL
64-
Version 3.0 or a later version, where "compatible" means that software provided under the Change License can be
65-
included in a program with software provided under GPL Version 3.0 or a later version. Licensor may specify
66-
additional Change Licenses without limitation.
67-
68-
2. To either: (a) specify an additional grant of rights to use that does not impose any additional restriction on the
69-
right granted in this License, as the Additional Use Grant; or (b) insert the text "None".
70-
71-
3. To specify a Change Date.
72-
73-
4. Not to modify this License in any other way.
74-
75-
---
76-
77-
Notice
78-
79-
The Business Source License (this document, or the "License") is not an Open Source license. However, the Licensed Work
80-
will eventually be made available under an Open Source License, as stated in this License.
9+
See the top of each source file for its specific license.

0 commit comments

Comments
 (0)