From 9e3a2063d076fdc674457f86e8665063470a3118 Mon Sep 17 00:00:00 2001 From: luca0N! Date: Thu, 7 Sep 2023 23:32:23 -0300 Subject: [PATCH 1/3] Change to plain text characters --- COPYRIGHT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COPYRIGHT b/COPYRIGHT index 98cf278..04023b1 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,4 @@ -Copyright © 2020—2023 luca0N! Some rights reserved. +Copyright (C) 2020-2023 luca0N! Some rights reserved. All content on the luca0N!.com website - including the luca0N! logo - is licensed under the Attribution-ShareAlike 4.0 International license unless From 741ba71105205923eae297ddc9b1ca4a99b6c709 Mon Sep 17 00:00:00 2001 From: luca0N! Date: Thu, 7 Sep 2023 23:33:47 -0300 Subject: [PATCH 2/3] Add Mumble server info --- src/en/services.md | 6 ++++++ src/pt/services.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/src/en/services.md b/src/en/services.md index a27312d..b998007 100644 --- a/src/en/services.md +++ b/src/en/services.md @@ -6,6 +6,12 @@ As you might or might not know, I host several projects and services here on luc By using these services, you agree to the [luca0N.com Terms of Service](tos). +- [Mumble](mumble://luca0n.com/): public Mumble server. + +## Private Services + +These services are either private, have limited access or are invite-only. + - [luca0N.com Git](https://git.luca0n.com/): this is where I host the source code for my software. - [luca0N! Social](https://social.luca0n.com/): this is my self\-hosted Pleroma instance (although I rarely use it). - [Matrix](https://matrix.luca0n.com/): my self-hosted Matrix instance. diff --git a/src/pt/services.md b/src/pt/services.md index 9f3be0e..2d9b3b1 100644 --- a/src/pt/services.md +++ b/src/pt/services.md @@ -7,6 +7,12 @@ serviços. Abaixo está a lista completa dos serviços públicos. Ao utilizar estes serviços, você concorda com os [Termos de Serviço luca0N.com](tos). +- [Mumble](mumble://luca0n.com/): servidor Mumble público. + +## Serviços privados + +Estes serviços são privados, de acesso limitado ou apenas para convidados. + - [Git luca0N.com](https://git.luca0n.com/): o código-fonte dos meus programas ficam aqui. - [luca0N! Social](https://social.luca0n.com/): é a minha instância do Pleroma (apesar de eu não utilizar ela muito). - [Matrix](https://matrix.luca0n.com/): é meu servidor Matrix. From 79269d471aa4879337383bc4bbef176c3993d782 Mon Sep 17 00:00:00 2001 From: luca0N! Date: Thu, 7 Sep 2023 23:34:06 -0300 Subject: [PATCH 3/3] Update copyright year info --- src/en/swg.cfg | 4 ++-- src/pt/swg.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/en/swg.cfg b/src/en/swg.cfg index 3ea52c5..aad5948 100644 --- a/src/en/swg.cfg +++ b/src/en/swg.cfg @@ -1,5 +1,5 @@ # SWG Context Configuration File -# Copyright (C) 2022 luca0N! +# Copyright (C) 2023 luca0N! # This is a very minimal .ini-like configuration file. # @@ -24,7 +24,7 @@ WebsitePublisher="luca0N!" # published on the website. Multiple copyright holders can be specified here. WebsiteCopyrightHolder="luca0N!" # This defines the copyright year or copyright years of the published content. -WebsiteCopyrightYears="2020-2022" +WebsiteCopyrightYears="2020-2023" # This defines the license of the published content. WebsiteContentLicense="CC-BY-SA-4.0" diff --git a/src/pt/swg.cfg b/src/pt/swg.cfg index cf78ef6..403a664 100644 --- a/src/pt/swg.cfg +++ b/src/pt/swg.cfg @@ -1,5 +1,5 @@ # SWG Context Configuration File -# Copyright (C) 2022 luca0N! +# Copyright (C) 2023 luca0N! # This is a very minimal .ini-like configuration file. # @@ -24,7 +24,7 @@ WebsitePublisher="luca0N!" # published on the website. Multiple copyright holders can be specified here. WebsiteCopyrightHolder="luca0N!" # This defines the copyright year or copyright years of the published content. -WebsiteCopyrightYears="2020-2022" +WebsiteCopyrightYears="2020-2023" # This defines the license of the published content. WebsiteContentLicense="CC-BY-SA-4.0"