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.
This commit is contained in:
Kumi 2024-05-08 19:53:15 +02:00
parent f52e2302b9
commit 10a4d90622
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 9 additions and 0 deletions

View file

@ -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;

View file

@ -1,6 +1,10 @@
<!DOCTYPE html>
<html data-bs-theme="light" lang="en">
<!-- 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 -->
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">