From 2908eb9e6f7d03d8914683b97aa6e3df89bc6e70 Mon Sep 17 00:00:00 2001 From: Aditya Sharma <146428217+Userunknown84@users.noreply.github.com> Date: Sun, 31 May 2026 19:50:28 +0530 Subject: [PATCH 1/2] Readme update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f32da32..61bb835 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,7 @@ export default function App() { * Multilingual Support * More accuracy and advanced model * Include Email predicton perfectly and add mobile numbers also to track +* Include Url prediction perfectly to check url is safe or not --- From 2a64f65c6bac511f1111830039bc3a89ec6d729d Mon Sep 17 00:00:00 2001 From: aditikhushi81-cpu Date: Mon, 1 Jun 2026 11:40:55 +0530 Subject: [PATCH 2/2] Add MIT License file Added the MIT License to the project. --- LICENSE | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..06839da --- /dev/null +++ b/LICENSE @@ -0,0 +1,12 @@ +MIT License + +Copyright (c) 2026 Spam Detection System + +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. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.