From 8aaad576ddff10721771eddd7b53a24d14eefd7a Mon Sep 17 00:00:00 2001 From: afiw Date: Wed, 15 Oct 2025 00:10:45 +0200 Subject: [PATCH] Add license --- COPYING | 0 git-purr.scm | 14 ++++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..e69de29 diff --git a/git-purr.scm b/git-purr.scm index a833cd8..5110d99 100755 --- a/git-purr.scm +++ b/git-purr.scm @@ -1,4 +1,18 @@ #!/usr/bin/csi -ss +;; git-purr.scm – a silly script for making aliases for git commands +;; Copyright (C) 2025 afiw +;; +;; 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, exclusively version 3 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 . (import (chicken format) (chicken process) (chicken process-context) (chicken process-context posix)) (define commands '("add" "am" "archive" "backfill" "bisect" "branch" "bundle" "checkout" "cherry-pick" "citool" "clean"