-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathLICENSE
More file actions
14 lines (9 loc) · 837 Bytes
/
LICENSE
File metadata and controls
14 lines (9 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## License
This project uses a dual licensing model:
- **Files created or modified before version 1.1.0** are licensed under the [MIT License].
- **Files created or modified in version 1.1.0 or later** are licensed under the [Apache License, Version 2.0].
Please check the individual source files for their specific license header, or consult the Git commit history to determine when a file was created or last modified.
This licensing change applies on a **file-by-file basis**, meaning:
- You may use, modify, and distribute older files under the terms of the MIT License.
- You may use, modify, and distribute newer files under the terms of the Apache License, Version 2.0.
For clarity, any contributions made after the licensing change (version 1.1.0 or later) are expected to be compatible with the Apache License, Version 2.0.