commit 714f929df35d019d3034ef802123678c91a9521d
parent 2ba92c891bf0d90ed7300efc419e85bdd7a36a1b
Author: regexghost <dev@regexghost.com>
Date: Fri, 29 May 2026 21:52:06 +0100
added license
Diffstat:
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -0,0 +1,15 @@
+Copyright (C) 2006 LluĂs Batlle i Rossell
+
+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; either version 2
+of the License, or (at your option) any later version.
+
+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, write to the Free Software
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
diff --git a/bug.sh b/bug.sh
@@ -1,4 +1,9 @@
#!/bin/sh
+# (encoding: UTF-8)
+#
+# bug-fork, regexghost's fork/re-write of bug by Lluis Batlle i Rossell
+# Simple ToDo terminal cli tool
+# LICENSE: GPL 2 (see LICENSE file)
BOLD="\033[1m"
RED="\033[31m"