From 10a4d9062203feda5db417c1771d7b8f37b6d8eb Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 8 May 2024 19:53:15 +0200 Subject: [PATCH] feat: introduced Private.coffee licensing info Added MIT license information and project attribution comments to the CSS and HTML base templates as part of aligning with open-source compliance for the Private.coffee project. Ensures users and developers are informed about the licensing and origin of the code, promoting transparency and legal clarity. This aligns the project's foundational files with open source standards, fostering a community of contribution and respect for intellectual property. --- assets/css/base.css | 5 +++++ templates/base.html | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/assets/css/base.css b/assets/css/base.css index 9721e35..1061dcc 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -1,3 +1,8 @@ +/* This file was created as part of the Private.coffee project + It is licensed under the MIT license + For more information, please visit https://private.coffee +*/ + :root, [data-bs-theme="light"] { --bs-primary: #f570b9; diff --git a/templates/base.html b/templates/base.html index 14f76ba..c370cfe 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,10 @@ + +