commit 424543fe14471193414e2ce347868a990ae09c8a
parent d64480ab36fb21bb7e34d778368341c49c8880fa
Author: AMIT DUTTA <amitdutta4255@gmail.com>
Date: Mon, 26 Jan 2026 14:27:18 +0530
Changed license from ESAL-1.0 to MIT
Diffstat:
| M | LICENSE | | | 61 | +++++++++++++++++++++---------------------------------------- |
1 file changed, 21 insertions(+), 40 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,39 +1,21 @@
-EDUCATIONAL SOURCE-AVAILABLE LICENSE (ESAL-1.0)
-Strict Non-Submission & Anti-Plagiarism Clause
-
-Copyright (c) 2025, AMIT DUTTA. All Rights Reserved.
-Repository: https://github.com/notamitgamer/bsc
-
-1. DEFINITIONS
- "The Software": Refers to all code, documentation, logic, and assets contained within this repository.
- "The Author": Refers to Amit Dutta.
- "Academic Use": Refers to the submission of code for grading, credit, or requirement fulfillment at any educational institution (specifically including, but not limited to, West Bengal State University).
-
-2. TERMS OF ACCESS (BINDING AGREEMENT)
- By accessing, downloading, cloning, or forking this repository, you agree to be bound by the terms of this License. If you do not agree to these terms, you are not permitted to use or view the Software and must delete all copies immediately.
-
-3. LIMITED GRANT OF RIGHTS (REFERENCE ONLY)
- The Author grants you a revocable, non-exclusive license to:
- a) Read and study the code for personal learning and skill development.
- b) Compile and run the code locally for testing and educational analysis.
- c) Reference the underlying logic to create your OWN original implementation.
-
-4. STRICT PROHIBITIONS (THE "ANTI-PLAGIARISM" CLAUSE)
- The rights granted in Section 3 are strictly conditional. You are EXPRESSLY PROHIBITED from:
- a) Copying, pasting, or modifying this Software (in whole or in part) for submission as your own academic work (assignments, labs, projects).
- b) Removing this license or the copyright headers from any file to conceal the code's origin.
- c) Redistributing this code on other platforms without the Author's written consent.
-
- ANY VIOLATION OF SECTION 4 CONSTITUTES A BREACH OF COPYRIGHT AND ACADEMIC MISCONDUCT.
-
-5. ENFORCEMENT & REPORTING
- The Author reserves the right to employ software forensics (including Git history and commit timestamps) to establish original ownership. The Author reserves the right to forward evidence of unauthorized use and license violation to:
- a) The Department Head / Faculty of the relevant institution.
- b) The Examination Controller of the relevant University.
- c) GitHub Trust & Safety (for DMCA Takedown and account suspension).
-
-6. NO WARRANTY
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND. THE AUTHOR BEARS NO LIABILITY FOR ACADEMIC PENALTIES INCURRED BY USERS WHO VIOLATE THEIR INSTITUTION'S ACADEMIC INTEGRITY POLICIES BY USING THIS CODE.
-
-7. GOVERNING LAW
- Any legal disputes regarding the ownership or misuse of this code shall be subject to the laws of India and the jurisdiction of West Bengal.-
\ No newline at end of file
+MIT License
+
+Copyright (c) 2026 AMIT DUTTA
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.