diff options
author | Arun Isaac | 2023-12-14 20:01:11 +0000 |
---|---|---|
committer | Arun Isaac | 2023-12-14 20:01:11 +0000 |
commit | b7687cd9017312d08575131d23c4e0df4deb93f0 (patch) | |
tree | a10d4dad773a67d10422f5df5c62a65a7140ab3f | |
parent | 60d5f897aaf703b6f9875756b95f5bc37ed6cc26 (diff) | |
download | guix-arunisaac-b7687cd9017312d08575131d23c4e0df4deb93f0.tar.gz guix-arunisaac-b7687cd9017312d08575131d23c4e0df4deb93f0.tar.lz guix-arunisaac-b7687cd9017312d08575131d23c4e0df4deb93f0.zip |
powerdns: Add copyright notice.
* arunisaac/powerdns.scm: Add copyright notice.
-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) |