diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 4e3e996a..0fd194f9 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -3,7 +3,7 @@ import { Link } from "react-router-dom"; import { loggedInState } from '../store/atoms/auth'; import { CgProfile } from 'react-icons/cg'; import { BsFilePost } from 'react-icons/bs'; -import { FaHome, FaGithub, FaEnvelope, FaInfoCircle, FaTools, FaLock, FaFileAlt, FaCookieBite } from 'react-icons/fa'; +import { FaHome, FaGithub, FaEnvelope, FaInfoCircle, FaTools, FaLock, FaFileAlt, FaCookieBite, FaFileContract} from 'react-icons/fa'; import logo from "../assets/favicon.png"; import { FaRegHandshake } from "react-icons/fa6"; import "../styles/Footer.css"; @@ -91,6 +91,12 @@ const Footer = () => { Terms and Conditions +
  • + + + Licensing + +
  • diff --git a/frontend/src/pages/Policy.tsx b/frontend/src/pages/Policy.tsx index 77e90f72..9e5f60c4 100644 --- a/frontend/src/pages/Policy.tsx +++ b/frontend/src/pages/Policy.tsx @@ -164,6 +164,22 @@ function Policy() { + +
    +
    + MITLicense +
    +

    Licensing

    +
    +

    MIT License

    +

    Our project is distributed under the MIT License, a permissive free software license that allows you to reuse, modify, and distribute the software with minimal restrictions, ensuring flexibility and freedom in your development endeavors.

    + +

    For more detailed information about the MIT License, please click on the link provided to the license.

    + View MIT License +
    +
    +
    +
    );