Add license

This commit is contained in:
afiw 2025-10-15 00:10:45 +02:00
parent c372cdc2ae
commit 8aaad576dd
2 changed files with 14 additions and 0 deletions

0
COPYING Normal file
View file

View file

@ -1,4 +1,18 @@
#!/usr/bin/csi -ss #!/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 <https://www.gnu.org/licenses/>.
(import (chicken format) (chicken process) (chicken process-context) (chicken process-context posix)) (import (chicken format) (chicken process) (chicken process-context) (chicken process-context posix))
(define commands (define commands
'("add" "am" "archive" "backfill" "bisect" "branch" "bundle" "checkout" "cherry-pick" "citool" "clean" '("add" "am" "archive" "backfill" "bisect" "branch" "bundle" "checkout" "cherry-pick" "citool" "clean"