From 410822d5af02194c282019001de081bbdfae9600 Mon Sep 17 00:00:00 2001 From: saksham vitwekar Date: Fri, 3 Apr 2026 15:56:10 +0530 Subject: [PATCH] Licensing --- CONTRIBUTING.md | 5 +++++ LICENSE.md | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..c22d46e --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contributing to CalcForCardiac + +By contributing, you agree that your contributions will be part of this project and remain under the project's license. + +You may not reuse or redistribute this code outside this repository. diff --git a/LICENSE.md b/LICENSE.md index e69de29..0313d75 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -0,0 +1,17 @@ +Copyright (c) 2026 Saksham Vitwekar + +All rights reserved. + +You are allowed to: + +* View the source code +* Fork the repository for personal or educational purposes +* Submit pull requests to this repository + +You are NOT allowed to: + +* Copy, reuse, or redistribute this code (in whole or in part) +* Use this code in your own projects (commercial or non-commercial) +* Host or deploy this code elsewhere + +Permission may be granted upon explicit written approval from the author.