Create LICENSE
Browse files
LICENSE
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
ANRF Open License (Adapted from MIT License)
|
| 2 |
+
Version 1.0 — ANRF AISEHack 2025
|
| 3 |
+
|
| 4 |
+
Copyright (c) 2025 AISEHack Team — Theme 1: Flood Detection
|
| 5 |
+
|
| 6 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 7 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 8 |
+
in the Software without restriction, including without limitation the rights
|
| 9 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 10 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 11 |
+
furnished to do so, subject to the following conditions:
|
| 12 |
+
|
| 13 |
+
1. The above copyright notice and this permission notice shall be included in
|
| 14 |
+
all copies or substantial portions of the Software.
|
| 15 |
+
|
| 16 |
+
2. ETHICAL USE CLAUSE: The Software shall not be used for any purpose that
|
| 17 |
+
causes harm to individuals, communities, or the environment. Use of the
|
| 18 |
+
Software for surveillance, discrimination, or any activity that violates
|
| 19 |
+
human rights is expressly prohibited.
|
| 20 |
+
|
| 21 |
+
3. OPEN ACCESS CLAUSE: Any derivative works, models, or datasets produced
|
| 22 |
+
using this Software that are intended for public or commercial use shall
|
| 23 |
+
be made openly accessible under a compatible open license, consistent with
|
| 24 |
+
the ANRF open-science mandate.
|
| 25 |
+
|
| 26 |
+
4. GLOBAL INTEROPERABILITY CLAUSE: The Software and its outputs shall be
|
| 27 |
+
designed and documented to support interoperability with international
|
| 28 |
+
open standards and data formats, enabling global reuse and collaboration.
|
| 29 |
+
|
| 30 |
+
5. ATTRIBUTION CLAUSE: Any publication, report, or deployment that uses or
|
| 31 |
+
builds upon this Software shall cite the ANRF AISEHack programme and the
|
| 32 |
+
original authors.
|
| 33 |
+
|
| 34 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 35 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 36 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 37 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 38 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 39 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 40 |
+
SOFTWARE.
|
| 41 |
+
|
| 42 |
+
---
|
| 43 |
+
This license is adapted from the MIT License in accordance with the ANRF Open
|
| 44 |
+
License terms published by the Anusandhan National Research Foundation (ANRF),
|
| 45 |
+
Government of India, for the AI for Science and Engineering (AISE) Hackathon.
|
| 46 |
+
Reference: https://anrfonline.in/ANRF/aise_anrf
|