X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fdd10da6f7995296f6bb5ee3dd7231d6dbc20b5e..4fd842f98df4970f6e49a0365dbed60774e56c09:/case_N.h diff --git a/case_N.h b/case_N.h index b43f8391..afb74f1d 100644 --- a/case_N.h +++ b/case_N.h @@ -1,12 +1,11 @@ /* * End-of-run cleanup helper code used by cleanup.c. * - * Copyright (C) 2006 Wayne Davison + * Copyright (C) 2006-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 2 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License version 3 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 @@ -14,15 +13,13 @@ * 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. + * with this program; if not, visit the http://fsf.org website. */ -/* The file cleanup.c includes this file multiple times, once for every - * time it wants to start a new segment its _exit_cleanup() code. This - * produces the next "case N:" statement in sequence and increments the - * cleanup_step variable. This ensures that our case statements never - * get out of whack due to added/removed steps. */ +/* This is included by cleanup.c multiple times, once for every segement in + * the _exit_cleanup() code. This produces the next "case N:" statement in + * sequence and increments the cleanup_step variable by 1. This ensures that + * our case statements never get out of whack due to added/removed steps. */ #if !defined EXIT_CLEANUP_CASE_0 #define EXIT_CLEANUP_CASE_0