X-Git-Url: https://git.jsancho.org/?p=guile-click.git;a=blobdiff_plain;f=tests%2Futil.scm;fp=tests%2Futil.scm;h=0000000000000000000000000000000000000000;hp=9a7574d19568c92ca82c59d5144b1d7ea4ae40b5;hb=986fe49efb25343011f28262cd2b7afbf81dd78e;hpb=84da61950d4a4038f76fdb9f66e0bbbb71f75385 diff --git a/tests/util.scm b/tests/util.scm deleted file mode 100644 index 9a7574d..0000000 --- a/tests/util.scm +++ /dev/null @@ -1,17 +0,0 @@ -;;; Click --- Command Line Interface Creation Kit for GNU Guile -;;; Copyright © 2021 Javier Sancho -;;; -;;; This file is part of Click. -;;; -;;; Click 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 3 of the License, or -;;; (at your option) any later version. -;;; -;;; Click 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 Click. If not, see .