Spaces:
Paused
Paused
Mirrowel
commited on
Commit
·
c55fc2a
1
Parent(s):
89e4317
docs(licensing): clarify core library license locations
Browse filesUpdate the main LICENSE file to reflect that copies of the core library's LGPL-3.0 license can now be found in both `src/rotator_library/COPYING` and `src/rotator_library/COPYING.LESSER` files, instead of a single `LICENSE` file.
LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
This project contains components with different licenses.
|
| 2 |
|
| 3 |
-
- The core library, located in `src/rotator_library/`, is licensed under the GNU Lesser General Public License, Version 3.0.
|
| 4 |
|
| 5 |
- The proxy application, located in `src/proxy_app/`, is licensed under the MIT License. A copy of the license can be found in `src/proxy_app/LICENSE`.
|
| 6 |
|
|
|
|
| 1 |
This project contains components with different licenses.
|
| 2 |
|
| 3 |
+
- The core library, located in `src/rotator_library/`, is licensed under the GNU Lesser General Public License, Version 3.0. Copies of the license can be found in `src/rotator_library/COPYING` and `src/rotator_library/COPYING.LESSER`.
|
| 4 |
|
| 5 |
- The proxy application, located in `src/proxy_app/`, is licensed under the MIT License. A copy of the license can be found in `src/proxy_app/LICENSE`.
|
| 6 |
|