From eb4b3b8daa0129118e457feb1eeb23b6ec12c5e4 Mon Sep 17 00:00:00 2001
From: Vimal Patel <91485321+vimal-java-dev@users.noreply.github.com>
Date: Sun, 20 Sep 2026 21:16:34 +0530
Subject: [PATCH 1/2] Change license from MIT to MSME and add notice
Updated license information and added proprietary notice.
Signed-off-by: vimal-java-dev
---
README.md | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 36d44dd..27c81bf 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@



-
+
@@ -340,7 +340,10 @@ git push -u origin feature/new-feature
# 📄 License
-This project is licensed under the **MIT License**.
+This project is licensed under the **MSME License**.
+
+## ⚠️ Proprietary & Confidential Notice
+Copyright © 2025 Vimal Tech. All rights reserved. This software, including its user interface design, assets, and source code, is proprietary. Unauthorised copying, modification, redistribution, or commercial use of these files via any medium is strictly prohibited. Permitted viewing on GitHub is solely for evaluation purposes.
---
@@ -351,7 +354,7 @@ This project is licensed under the **MIT License**.
Founder • Software Developer
- 🌐 Website: https://vimaltech.dev
-- 💼 LinkedIn: https://linkedin.com/in/vimaltech
+- 💼 LinkedIn: https://www.linkedin.com/company/vimaltech-dev
- 💻 GitHub: https://github.com/vimal-java-dev
- 💻 GitHub: https://github.com/vimaltech-dev
- 💻 GitHub: https://github.com/vimaltech-starter
@@ -383,4 +386,4 @@ Your support helps improve the project and encourages future open-source contrib
- ✅ HTML, CSS, and JavaScript linting
- ✅ DCO & GPG commit verification
- ✅ Clean and maintainable project architecture
-- ✅ Production-ready static portfolio website
\ No newline at end of file
+- ✅ Production-ready static portfolio website
From 4726d2f11f198d6b097e2808b02d67ffc90c8b75 Mon Sep 17 00:00:00 2001
From: Vimal Patel <91485321+vimal-java-dev@users.noreply.github.com>
Date: Mon, 21 Sep 2026 16:54:15 +0530
Subject: [PATCH 2/2] Update trusted keys in doc-check-linter.yml
Signed-off-by: vimal-java-dev
---
.github/workflows/doc-check-linter.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/doc-check-linter.yml b/.github/workflows/doc-check-linter.yml
index 8550cd2..b6f7c84 100644
--- a/.github/workflows/doc-check-linter.yml
+++ b/.github/workflows/doc-check-linter.yml
@@ -112,7 +112,7 @@ jobs:
echo "🔑 Fingerprint: $FINGERPRINT"
# Replaced the short ID with the full 40-character fingerprint
- TRUSTED_KEYS="83FB991D930D7177F25456C07F4C7CA953E1C09E 5CC01F41CD084AAC0593108DD432152833DA3244 A38379B51EB75EF1877A83ADBE677DAEFE33CB57 1606642895F688C9299B9E0AC97540DA6C9FA85C F5959E720D1C3DFACAD27E7588F6CD4E295C9062 97C68C42AB4DD4797FA5EB93E9A0198A7C7B3BD6"
+ TRUSTED_KEYS="261CFF44C4FAFA769A4891463BAE437F39286F36 5CC01F41CD084AAC0593108DD432152833DA3244 A38379B51EB75EF1877A83ADBE677DAEFE33CB57 1606642895F688C9299B9E0AC97540DA6C9FA85C F5959E720D1C3DFACAD27E7588F6CD4E295C9062 97C68C42AB4DD4797FA5EB93E9A0198A7C7B3BD6"
if echo "$TRUSTED_KEYS" | grep -q "$FINGERPRINT"; then
echo "✅ Trusted key"