Changed dup-detection code to keep the first item in the user's args.
[rsync/rsync.git] / case_N.h
index b43f839..af116fc 100644 (file)
--- 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 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
  * 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
-/* 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