diff --git a/public/assets/images/legal-agreement.jpeg b/public/assets/images/legal-agreement.jpeg new file mode 100644 index 0000000..d1f098b Binary files /dev/null and b/public/assets/images/legal-agreement.jpeg differ diff --git a/public/license.txt b/public/license.txt new file mode 100644 index 0000000..cbb8288 --- /dev/null +++ b/public/license.txt @@ -0,0 +1,48 @@ +TLDR; +===================================================== +Nirvana License, i.e. Beings needs no license +===================================================== + +Preamble +------------ +GNU, MIT, APACHE, Opensource, Source available - +So many options, why a new one? + To add / remove confusion may be, or +Just to remind Humans, you have evolved to as +being, you don't need one. Having license is like +having limitation, boundation not freedom, You +can have a Driving license and drive irresponsibly, +license provider / authority can impose some +nonsense rules. No matter how hard we try, Beings +don't like to be bound, limited... +They want freedom... little more - Nirvana. +----------------------------------------------------- + +Experience +------------ +Best of the best GPL(copyleft) and it's derivatives +are confusing which one to choose, but i get the idea +of 4 freedoms. + its protected by copyright laws. +Developers don't want to deal with lawyers (seems +wasting years), we want to build something. +I have seen license violation a lot, as they have +a fleet of lawyers. +I have seen Open Source is being used a suppressor +to GNU,GPL -Freedom centric ones. Going against the +ideology of creator of the open source definition +Bruce Perens, Eric S. Raymond, +----------------------------------------------------- + + +Quote +-------- +Every rule / law has an exception except this. +Beings do not need a license, enough to have sense. +- Suvankar Sarkar (AKA Kar) +----------------------------------------------------- + +===================================================== +Mentioned some examples good to bad, there may be +some reason to use any existing license. +you are free to choose this one, defined below. +..................................................... \ No newline at end of file diff --git a/src/pages/legal-agreement.astro b/src/pages/legal-agreement.astro index 4ea6613..56616b9 100644 --- a/src/pages/legal-agreement.astro +++ b/src/pages/legal-agreement.astro @@ -3,7 +3,7 @@ import Layout from '../layouts/Layout.astro'; // Page-specific SEO metadata const pageTitle = "Legal Agreement | SiliconPin"; -const pageDescription = "Review SiliconPin's legal agreement for using our hosting services. Find information about your legal rights and obligations."; +const pageDescription = "Review SiliconPin's legal agreement for using our services. Find information about your legal rights and obligations."; const pageImage = "https://images.unsplash.com/photo-1551731409-43eb3e517a1a?q=80&w=2000&auto=format&fit=crop"; ---