X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c738605098b244d5de86dafc33c382dca5002105..8e41b68e8f975c02a5d9281be780ba5d1a385107:/batch.c diff --git a/batch.c b/batch.c index f8529db4..5b88b80f 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 as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * 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, visit the http://fsf.org website. + */ #include "rsync.h" #include "zlib/zlib.h"