From e8c900528ecf9ce7371fa503507b7dccbc318528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Wed, 20 Aug 2025 00:17:47 +0200 Subject: [PATCH] add note --- README.md | 9 +++++++++ backend/.goreleaser.yaml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index a9817c55..6625561b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,15 @@ +> [!NOTE] +> +> #### UpSnap is, and always will be, free and open source software. +> +> If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed. +> +> The official and only trusted source for UpSnap is this repository (and its linked releases). +> Do not pay third parties for something that is provided here for free. + ## ✨ Features - 🚀 One-Click Device Wake-Up Dashboard diff --git a/backend/.goreleaser.yaml b/backend/.goreleaser.yaml index dc53ae83..cc7c5e56 100755 --- a/backend/.goreleaser.yaml +++ b/backend/.goreleaser.yaml @@ -2,6 +2,15 @@ version: 2 release: draft: false prerelease: auto + header: | + > [!NOTE] + > + > #### UpSnap is, and always will be, free and open source software. + > + > If someone is asking you to pay money for access to UpSnap binaries, source code, or licenses, you are being scammed. + > + > The official and only trusted source for UpSnap is this repository (and its linked releases). + > Do not pay third parties for something that is provided here for free. before: hooks: - go mod tidy