From db5696823d6abba12e90152edf0c2cf174d22c5b Mon Sep 17 00:00:00 2001 From: ianmdlvl Date: Sun, 14 Jul 2002 20:17:00 +0000 Subject: [PATCH] debian/copyright file improved; named-conf script has copyright notice at top --- debian/changelog | 5 +++++ debian/copyright | 14 +++++++++++--- scripts/named-conf | 15 +++++++++++++++ 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5bca7a4..74e5e6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,11 @@ chiark-utils (3.0.0) unstable; urgency=low * Copyright notices sorted out. * sync-accounts.linux uses vipw, vigr. * Removed sync-accounts-mktar (eewwgh). + * Makefile and Debian control stuff added. + + Other changes: + * debian/copyright file improved. + * named-conf script has copyright notice at top. -- diff --git a/debian/copyright b/debian/copyright index 3a1ca69..5d382b8 100644 --- a/debian/copyright +++ b/debian/copyright @@ -11,12 +11,20 @@ chiark-utils-maint@chiark.greenend.org.uk. The software included is: chiark backup, for small systems or networks. chiark backup is - Copyright (C) 1997-1998,2000-2001 Ian Jackson - Copyright (C) 1999 Peter Maydell + Copyright 1997-1998,2000-2001 Ian Jackson + Copyright 1999 Peter Maydell readbuffer/writebuffer (in the backup directory), filters for keeping tape drives streaming and audio output devices playing. They are: - Copyright (C) 1997-1998,2000-2001 Ian Jackson + Copyright 1997-1998,2000-2001 Ian Jackson + +sync-accounts, a tool for synchronising UN*X password data. It's + Copyright 1999-2000,2002 Ian Jackson + Copyright 2000-2001 nCipher Corporation Ltd + +chiark-named-conf (in the scripts directory) checks and generates +nameserver configurations. It is: + Copyright 2002 Ian Jackson The chiark utilities are all free software; you can redistribute them diff --git a/scripts/named-conf b/scripts/named-conf index 6ec87cb..8ce3e61 100755 --- a/scripts/named-conf +++ b/scripts/named-conf @@ -1,4 +1,19 @@ #!/usr/bin/perl -w +# This is chiark-named-conf, which is Copyright 2002 Ian Jackson. +# +# chiark-named-conf and its manpage are free software; you can +# redistribute it and/or modify them under the terms of the GNU +# General Public License as published by the Free Software Foundation; +# either version 2, or (at your option) any later version. +# +# chiark-named-conf and its manpage are 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, write to the Free Software Foundation, Inc., +# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. use strict; use IO::File; -- 2.30.2