;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2018 Eric Bavier ;;; Copyright © 2016-2020, 2022 Efraim Flashner ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix 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. ;;; ;;; GNU Guix 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 GNU Guix. If not, see . (define-module (gnu packages datamash) #:use-module (guix packages) #:use-module (guix licenses) #:use-module (guix download) #:use-module (guix git-download) #:use-module (guix build-system gnu) #:use-module (guix gexp) #:use-module (guix utils) #:use-module (gnu packages) #:use-module (gnu packages base) #:use-module (gnu packages gawk) #:use-module (gnu packages perl) #:use-module (gnu packages python) #:use-module
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-11-15 14:16:56 +0100
committerWojtek Kosior <koszko@koszko.org>2021-11-15 14:16:56 +0100
commit9a24837fcf9dfe06f4b6ef6c5a752f83ea7b1a43 (patch)
tree8bc4ad5350122d3c451bf7a238b09d4ea4e12fc3 /debian/control
parenta14ab0a7601ff5c197fe43d42410d8ed6bfd26a8 (diff)
downloadhaketilo-hydrilla-9a24837fcf9dfe06f4b6ef6c5a752f83ea7b1a43.tar.gz
haketilo-hydrilla-9a24837fcf9dfe06f4b6ef6c5a752f83ea7b1a43.zip
rename LICENSE->COPYING
Diffstat (limited to 'debian/control')
0 files changed, 0 insertions, 0 deletions
fields using regular command-line tools.") (license lgpl2.1+)))