Upload LICENSE with huggingface_hub
Browse files
LICENSE
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (c) 2025 Zora Tung
|
| 2 |
+
|
| 3 |
+
This work is licensed under the MIT License with the following modifications:
|
| 4 |
+
|
| 5 |
+
1. The permission grant is subject to the additional condition that the Software
|
| 6 |
+
shall not be used for Military Purposes.
|
| 7 |
+
|
| 8 |
+
2. Definitions:
|
| 9 |
+
|
| 10 |
+
- "Military Purposes" means any use by, for, or on behalf of:
|
| 11 |
+
- Any military or armed forces organization (including army, navy, air
|
| 12 |
+
force, marines, coast guard, space force, or equivalent)
|
| 13 |
+
- Any defense department or ministry
|
| 14 |
+
- Any intelligence agency conducting military operations
|
| 15 |
+
- Any organization or entity primarily engaged in the development,
|
| 16 |
+
manufacture, or deployment of weapons, weapons systems, or military
|
| 17 |
+
technologies
|
| 18 |
+
- Use includes direct use, incorporation into other systems, or provision of
|
| 19 |
+
services that use this Software for Military Purposes.
|
| 20 |
+
|
| 21 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
| 22 |
+
this software and associated documentation files (the "Software"), to deal in
|
| 23 |
+
the Software without restriction, except that the Software shall not be used for
|
| 24 |
+
Military Purposes as defined above. This restriction applies to use, copy,
|
| 25 |
+
modification, merge, publication, distribution, sublicensing, and/or sale of
|
| 26 |
+
copies of the Software, and extends to persons to whom the Software is
|
| 27 |
+
furnished.
|
| 28 |
+
|
| 29 |
+
The above copyright notice, this permission notice, and the non-military use
|
| 30 |
+
condition shall be included in all copies or substantial portions of the
|
| 31 |
+
Software.
|
| 32 |
+
|
| 33 |
+
You are explicitly permitted to distribute derived data products under more
|
| 34 |
+
permissive licenses, when those data products are based on publicly available
|
| 35 |
+
astronomical datasets. For example, if you run ATCAT classification on LSST
|
| 36 |
+
alert stream data, if the alert stream data is public domain and made publicly
|
| 37 |
+
available, you may distribute these classifications along with your data release
|
| 38 |
+
without additional licensing terms / restrictions. Please be careful not to
|
| 39 |
+
violate licenses from other works, including any data sources that you may have
|
| 40 |
+
used to train your model.
|