Licensing: Update copyright dates for Ian Jackson
[adns] / regress / addcases
CommitLineData
c525f51c 1#!/bin/sh
2# usage: ./addcases <casename> ...
3d5cde09 3#
ae8cc977 4# This file is part of adns, which is
26e1c3d6 5# Copyright (C) 1997-2000,2003,2006,2014 Ian Jackson
ae8cc977 6# Copyright (C) 1999-2000,2003,2006 Tony Finch
7# Copyright (C) 1991 Massachusetts Institute of Technology
8# (See the file INSTALL for full details.)
3d5cde09 9#
10# This program is free software; you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by
7f8bbe29 12# the Free Software Foundation; either version 3, or (at your option)
3d5cde09 13# any later version.
14#
15# This program is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18# GNU General Public License for more details.
19#
20# You should have received a copy of the GNU General Public License
8c09a4c6 21# along with this program; if not, write to the Free Software Foundation.
c525f51c 22
23set -e
24
25for f in "$@"
26do
27 cvs add "case-$f".{sys,out,err}
28done