commit 76e08913f6be09384bf62663f32fadb5f7a3333e
parent 02ca66ae38e64655c373b0436fdd7ac63931ce6f
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Mon, 26 Jan 2026 15:44:30 +0530
[2026-01-26] : .\docs : changed template
Diffstat:
| M | docs/index.html | | | 78 | ++++++++++++++---------------------------------------------------------------- |
| M | docs/template.html | | | 76 | +++++++++++++--------------------------------------------------------------- |
2 files changed, 27 insertions(+), 127 deletions(-)
diff --git a/docs/index.html b/docs/index.html
@@ -17305,8 +17305,10 @@ int main()
License Information
</h3>
<div class="flex items-center gap-2">
- <a href="https://esal.amit.is-a.dev" target="_blank" class="p-2 text-neutral-500 hover:text-lime-300 hover:bg-lime-300/10 rounded-lg transition-colors" title="Download License PDF">
- <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4" /></svg>
+ <a href="https://github.com/notamitgamer/bsc/blob/main/LICENSE" target="_blank" class="p-2 text-neutral-500 hover:text-lime-300 hover:bg-lime-300/10 rounded-lg transition-colors" title="View License on GitHub">
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" />
+ </svg>
</a>
<button id="license-close-btn" onclick="hideLicense()" class="p-2 text-neutral-500 hover:text-white hover:bg-neutral-800 rounded-lg transition-colors hidden">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path></svg>
@@ -17317,69 +17319,17 @@ int main()
<!-- License Content -->
<div id="license-content" class="p-6 overflow-y-auto font-mono text-sm leading-relaxed text-neutral-400 bg-[#050505]">
<div class="border-l-4 border-lime-300 pl-4 mb-6">
- <h4 class="font-bold text-white text-lg">EDUCATIONAL SOURCE-AVAILABLE LICENSE (ESAL-1.0)</h4>
- <p class="text-lime-300/80 font-medium">Strict Non-Submission & Anti-Plagiarism Clause</p>
- <p class="text-neutral-600 text-xs mt-1">Copyright (c) 2025, AMIT DUTTA. All Rights Reserved.</p>
- </div>
-
- <div class="space-y-6">
- <div>
- <h5 class="font-bold text-white mb-2">1. DEFINITIONS</h5>
- <ul class="list-disc pl-5 space-y-1">
- <li><strong>"The Software":</strong> Refers to all code, documentation, logic, and assets contained within this repository.</li>
- <li><strong>"The Author":</strong> Refers to Amit Dutta.</li>
- <li><strong>"Academic Use":</strong> 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).</li>
- </ul>
- </div>
-
- <div>
- <h5 class="font-bold text-white mb-2">2. TERMS OF ACCESS (BINDING AGREEMENT)</h5>
- <p>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.</p>
- </div>
-
- <div>
- <h5 class="font-bold text-white mb-2">3. LIMITED GRANT OF RIGHTS (REFERENCE ONLY)</h5>
- <p>The Author grants you a revocable, non-exclusive license to:</p>
- <ul class="list-disc pl-5 mt-1 space-y-1">
- <li>Read and study the code for personal learning and skill development.</li>
- <li>Compile and run the code locally for testing and educational analysis.</li>
- <li>Reference the underlying logic to create your OWN original implementation.</li>
- </ul>
- </div>
-
- <div class="bg-red-900/10 border border-red-900/30 rounded p-4">
- <h5 class="font-bold text-red-500 mb-2 flex items-center gap-2">
- <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z" clip-rule="evenodd" /></svg>
- 4. STRICT PROHIBITIONS (THE "ANTI-PLAGIARISM" CLAUSE)
- </h5>
- <p class="text-red-400 mb-2">The rights granted in Section 3 are strictly conditional. You are EXPRESSLY PROHIBITED from:</p>
- <ul class="list-disc pl-5 space-y-1 text-red-400">
- <li>Copying, pasting, or modifying this Software (in whole or in part) for submission as your own academic work (assignments, labs, projects).</li>
- <li>Removing this license or the copyright headers from any file to conceal the code's origin.</li>
- <li>Redistributing this code on other platforms without the Author's written consent.</li>
- </ul>
- <p class="font-bold text-red-500 mt-3 text-sm uppercase">ANY VIOLATION OF SECTION 4 CONSTITUTES A BREACH OF COPYRIGHT AND ACADEMIC MISCONDUCT.</p>
- </div>
-
- <div>
- <h5 class="font-bold text-white mb-2">5. ENFORCEMENT & REPORTING</h5>
- <p>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:</p>
- <ul class="list-disc pl-5 mt-1 space-y-1">
- <li>The Department Head / Faculty of the relevant institution.</li>
- <li>The Examination Controller of the relevant University.</li>
- <li>GitHub Trust & Safety (for DMCA Takedown and account suspension).</li>
- </ul>
- </div>
-
- <div>
- <h5 class="font-bold text-white mb-2">6. NO WARRANTY</h5>
- <p class="text-xs uppercase">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.</p>
- </div>
+ <h4 class="font-bold text-white text-lg">MIT LICENSE</h4>
+ <p class="text-lime-300/80 font-medium">Open Source Initiative Approved License</p>
+ <p class="text-neutral-600 text-xs mt-1">Copyright (c) 2025-2026 AMIT DUTTA</p>
+ </div>
- <div>
- <h5 class="font-bold text-white mb-2">7. GOVERNING LAW</h5>
- <p>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.</p>
- </div>
+ <div class="space-y-4 text-neutral-300">
+ <p>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:</p>
+
+ <p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
+
+ <p class="uppercase text-neutral-400 text-xs leading-relaxed border border-neutral-800 p-4 rounded bg-[#111]">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.</p>
</div>
</div>
diff --git a/docs/template.html b/docs/template.html
@@ -404,8 +404,10 @@
License Information
</h3>
<div class="flex items-center gap-2">
- <a href="https://esal.amit.is-a.dev" target="_blank" class="p-2 text-neutral-500 hover:text-lime-300 hover:bg-lime-300/10 rounded-lg transition-colors" title="Download License PDF">
- <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4" /></svg>
+ <a href="https://github.com/notamitgamer/bsc/blob/main/LICENSE" target="_blank" class="p-2 text-neutral-500 hover:text-lime-300 hover:bg-lime-300/10 rounded-lg transition-colors" title="View License on GitHub">
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" />
+ </svg>
</a>
<button id="license-close-btn" onclick="hideLicense()" class="p-2 text-neutral-500 hover:text-white hover:bg-neutral-800 rounded-lg transition-colors hidden">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path></svg>
@@ -416,69 +418,17 @@
<!-- License Content -->
<div id="license-content" class="p-6 overflow-y-auto font-mono text-sm leading-relaxed text-neutral-400 bg-[#050505]">
<div class="border-l-4 border-lime-300 pl-4 mb-6">
- <h4 class="font-bold text-white text-lg">EDUCATIONAL SOURCE-AVAILABLE LICENSE (ESAL-1.0)</h4>
- <p class="text-lime-300/80 font-medium">Strict Non-Submission & Anti-Plagiarism Clause</p>
- <p class="text-neutral-600 text-xs mt-1">Copyright (c) 2025, AMIT DUTTA. All Rights Reserved.</p>
+ <h4 class="font-bold text-white text-lg">MIT LICENSE</h4>
+ <p class="text-lime-300/80 font-medium">Open Source Initiative Approved License</p>
+ <p class="text-neutral-600 text-xs mt-1">Copyright (c) 2025-2026 AMIT DUTTA</p>
</div>
- <div class="space-y-6">
- <div>
- <h5 class="font-bold text-white mb-2">1. DEFINITIONS</h5>
- <ul class="list-disc pl-5 space-y-1">
- <li><strong>"The Software":</strong> Refers to all code, documentation, logic, and assets contained within this repository.</li>
- <li><strong>"The Author":</strong> Refers to Amit Dutta.</li>
- <li><strong>"Academic Use":</strong> 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).</li>
- </ul>
- </div>
-
- <div>
- <h5 class="font-bold text-white mb-2">2. TERMS OF ACCESS (BINDING AGREEMENT)</h5>
- <p>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.</p>
- </div>
-
- <div>
- <h5 class="font-bold text-white mb-2">3. LIMITED GRANT OF RIGHTS (REFERENCE ONLY)</h5>
- <p>The Author grants you a revocable, non-exclusive license to:</p>
- <ul class="list-disc pl-5 mt-1 space-y-1">
- <li>Read and study the code for personal learning and skill development.</li>
- <li>Compile and run the code locally for testing and educational analysis.</li>
- <li>Reference the underlying logic to create your OWN original implementation.</li>
- </ul>
- </div>
-
- <div class="bg-red-900/10 border border-red-900/30 rounded p-4">
- <h5 class="font-bold text-red-500 mb-2 flex items-center gap-2">
- <svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z" clip-rule="evenodd" /></svg>
- 4. STRICT PROHIBITIONS (THE "ANTI-PLAGIARISM" CLAUSE)
- </h5>
- <p class="text-red-400 mb-2">The rights granted in Section 3 are strictly conditional. You are EXPRESSLY PROHIBITED from:</p>
- <ul class="list-disc pl-5 space-y-1 text-red-400">
- <li>Copying, pasting, or modifying this Software (in whole or in part) for submission as your own academic work (assignments, labs, projects).</li>
- <li>Removing this license or the copyright headers from any file to conceal the code's origin.</li>
- <li>Redistributing this code on other platforms without the Author's written consent.</li>
- </ul>
- <p class="font-bold text-red-500 mt-3 text-sm uppercase">ANY VIOLATION OF SECTION 4 CONSTITUTES A BREACH OF COPYRIGHT AND ACADEMIC MISCONDUCT.</p>
- </div>
-
- <div>
- <h5 class="font-bold text-white mb-2">5. ENFORCEMENT & REPORTING</h5>
- <p>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:</p>
- <ul class="list-disc pl-5 mt-1 space-y-1">
- <li>The Department Head / Faculty of the relevant institution.</li>
- <li>The Examination Controller of the relevant University.</li>
- <li>GitHub Trust & Safety (for DMCA Takedown and account suspension).</li>
- </ul>
- </div>
-
- <div>
- <h5 class="font-bold text-white mb-2">6. NO WARRANTY</h5>
- <p class="text-xs uppercase">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.</p>
- </div>
-
- <div>
- <h5 class="font-bold text-white mb-2">7. GOVERNING LAW</h5>
- <p>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.</p>
- </div>
+ <div class="space-y-4 text-neutral-300">
+ <p>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:</p>
+
+ <p>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.</p>
+
+ <p class="uppercase text-neutral-400 text-xs leading-relaxed border border-neutral-800 p-4 rounded bg-[#111]">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.</p>
</div>
</div>