diff options
Diffstat (limited to 'arunisaac')
-rw-r--r-- | arunisaac/powerdns.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arunisaac/powerdns.scm b/arunisaac/powerdns.scm index 690c021..aa36e3f 100644 --- a/arunisaac/powerdns.scm +++ b/arunisaac/powerdns.scm @@ -1,3 +1,22 @@ +;;; guix-arunisaac --- arunisaac's Guix odds and ends +;;; Copyright © 2023 Arun Isaac <arunisaac@systemreboot.net> +;;; +;;; This file is part of guix-arunisaac. +;;; +;;; guix-arunisaac 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. +;;; +;;; guix-arunisaac 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 guix-arunisaac. If not, see +;;; <https://www.gnu.org/licenses/>. + (define-module (arunisaac powerdns) #:use-module (ice-9 match) #:use-module (gnu packages admin) |