From abe41b57d39e6fd2d88a1e5e20c921b96d54b65b Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 23 Jun 2026 12:20:38 +0200 Subject: Add GPLv2 license and per-script notices Co-Authored-By: Claude Opus 4.8 --- waybar-breaktimer.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'waybar-breaktimer.sh') diff --git a/waybar-breaktimer.sh b/waybar-breaktimer.sh index b445893..cac5a14 100755 --- a/waybar-breaktimer.sh +++ b/waybar-breaktimer.sh @@ -2,6 +2,20 @@ # # waybar-breaktimer.sh - modulo custom Waybar per breaktimer # Legge il tempo rimanente gia' congelato dal daemon (no calcolo next-now). +# +# Copyright (C) 2026 Danilo M. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, see . RUNTIME="${XDG_RUNTIME_DIR:-/tmp}" PID_FILE="$RUNTIME/breaktimer.pid" -- cgit v1.2.3