From ec18eb4320615bdc2e85713e797331b36c2736d5 Mon Sep 17 00:00:00 2001 From: Tenemo Date: Sun, 5 Apr 2026 01:08:21 +0200 Subject: [PATCH] LICENSE file --- LICENSE | 5 +++++ package.json | 1 + 2 files changed, 6 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b012b70 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +All rights reserved. + +No license is granted to copy, modify, distribute, deploy, sublicense, sell, or create derivative works from this site or its source code. + +Copyright (c) Piotr Piech. All rights reserved. diff --git a/package.json b/package.json index 25af8e5..26c96f3 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "author": "Piotr Piech ", "license": "UNLICENSED", + "private": true, "description": "My personal page. It turned into a complex project itself: it supports loading all projects' information directly from GitHub, renders markdown, the whole site is pre-rendered and served with zero JS. It includes dynamic tags for each project, including og:image tags with sizes. Perfect 100/100/100/100 Lighthouse score for all routes.", "repository": { "type": "git",