From ef9ed650b335d5268ad07083500cf2e84c23cc05 Mon Sep 17 00:00:00 2001 From: Adrian Altner Date: Fri, 3 Apr 2026 03:59:57 +0200 Subject: [PATCH] . --- LICENSE | 12 ------------ src/components/Footer.astro | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index 7cf3270..d7c9f96 100644 --- a/LICENSE +++ b/LICENSE @@ -19,15 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - ---- - -## Content License - -All content in `src/content/` and `public/` — including but not limited to -articles, notes, and photographs — is licensed under -[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/). - -You are free to share and adapt the content for non-commercial purposes, as long -as you give appropriate credit and distribute your contributions under the same -license. diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6096c7c..f31360c 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -8,7 +8,7 @@ const { dark } = Astro.props;