Switching to GPL 3.
[rsync/rsync.git] / case_N.h
index b43f839..afb74f1 100644 (file)
--- a/case_N.h
+++ b/case_N.h
@@ -1,12 +1,11 @@
 /*
  * End-of-run cleanup helper code used by cleanup.c.
  *
 /*
  * 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
  *
  * 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
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License along
  * 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
 
 #if !defined EXIT_CLEANUP_CASE_0
 #define EXIT_CLEANUP_CASE_0