X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c738605098b244d5de86dafc33c382dca5002105..d15f2ff0cf372be49d57b1d7884557ddbe1a4d9c:/batch.c diff --git a/batch.c b/batch.c index f8529db4..940b0c11 100644 --- a/batch.c +++ b/batch.c @@ -1,9 +1,23 @@ -/* -*- c-file-style: "linux" -*- - - Weiss 1/1999 - Batch utilities for rsync. - -*/ +/* + * Support for the batch-file options. + * + * Copyright (C) 1999 Weiss + * Copyright (C) 2004 Chris Shoemaker + * Copyright (C) 2004-2007 Wayne Davison + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * + * This program 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. + */ #include "rsync.h" #include "zlib/zlib.h"