Index: /trunk/Config.kmk
===================================================================
--- /trunk/Config.kmk	(revision 784)
+++ /trunk/Config.kmk	(revision 785)
@@ -4,5 +4,5 @@
 # Build Configuration.
 #
-# Copyright (c) 2005-2006 knut st. osmundsen <bird@anduin.net>
+# Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
 #
 #
Index: /trunk/VSlickMacros/kkeys.e
===================================================================
--- /trunk/VSlickMacros/kkeys.e	(revision 784)
+++ /trunk/VSlickMacros/kkeys.e	(revision 785)
@@ -4,5 +4,5 @@
  * Birds key additions to Visual Slickedit.
  *
- * Copyright (c) 2004 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2004-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
Index: /trunk/dist/portage/dev-util/kBuild-svn/kBuild-svn-0.1.ebuild
===================================================================
--- /trunk/dist/portage/dev-util/kBuild-svn/kBuild-svn-0.1.ebuild	(revision 784)
+++ /trunk/dist/portage/dev-util/kBuild-svn/kBuild-svn-0.1.ebuild	(revision 785)
@@ -1,3 +1,3 @@
-# Copyright (c) 2006 knut st. osmundsen <bird-kbuild-src@anduin.net>
+# Copyright (c) 2006 knut st. osmundsen <bird-kBuild-spam@anduin.net>
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
Index: /trunk/dist/portage/dev-util/kBuild/kBuild-0.1.0.ebuild
===================================================================
--- /trunk/dist/portage/dev-util/kBuild/kBuild-0.1.0.ebuild	(revision 784)
+++ /trunk/dist/portage/dev-util/kBuild/kBuild-0.1.0.ebuild	(revision 785)
@@ -1,3 +1,3 @@
-# Copyright (c) 2006 knut st. osmundsen <bird-kbuild-src@anduin.net>
+# Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
Index: /trunk/doc/docdesign.c
===================================================================
--- /trunk/doc/docdesign.c	(revision 784)
+++ /trunk/doc/docdesign.c	(revision 785)
@@ -3,5 +3,5 @@
  * Documentation generator.
  *
- * Copyright (c) 2002 knut st. osmundsen <bird@anduin.net>
+ * Copyright (c) 2002 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
Index: /trunk/doc/kBuilddocs.c
===================================================================
--- /trunk/doc/kBuilddocs.c	(revision 784)
+++ /trunk/doc/kBuilddocs.c	(revision 785)
@@ -5,4 +5,16 @@
  */
 
+/*
+THIS IS MOSTLY OBSOLETE AND INCORRECT
+THIS IS MOSTLY OBSOLETE AND INCORRECT
+THIS IS MOSTLY OBSOLETE AND INCORRECT
+THIS IS MOSTLY OBSOLETE AND INCORRECT
+THIS IS MOSTLY OBSOLETE AND INCORRECT
+THIS IS MOSTLY OBSOLETE AND INCORRECT
+THIS IS MOSTLY OBSOLETE AND INCORRECT
+THIS IS MOSTLY OBSOLETE AND INCORRECT
+THIS IS MOSTLY OBSOLETE AND INCORRECT
+THIS IS MOSTLY OBSOLETE AND INCORRECT
+*/
 
 /** @mainpage                   kBuild
Index: unk/doc/kmkdocs.c
===================================================================
--- /trunk/doc/kmkdocs.c	(revision 784)
+++ 	(revision )
@@ -1,51 +1,0 @@
-/* $Id$
- *
- * kmk design and documentation.
- *
- * Copyright (c) 2002 knut st. osmundsen <bird@anduin.net>
- *
- *
- * This file is part of kBuild.
- *
- * kBuild is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as published
- * by the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * kBuild 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 Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License
- * along with kBuild; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- */
-
-/** @design             kmk
- *
- * kmk is the make file interpreter and executer in kBuild. It is based on
- * FreeBSD make but some changes have been made.
- *
- *
- *
- * @subsection          Differences From BSD Make
- *
- * The main difference is that kmk doesn't make use of an external shell to execute
- * commands. It uses it's internal micro shell. This has a number of advantages
- * when it comes to portability. It also speeds up the execution a little bit.
- *
- * The other important difference is default makefile names and order. The names
- * and order is as follows:
- * <ol>
- *     <li>makefile.kmk
- *     <li>Makefile.kmk
- *     <li>makefile
- *     <li>Makefile
- * </ol>
- *
- *
- *
- *
- */
Index: /trunk/src/ash/Makefile.kmk
===================================================================
--- /trunk/src/ash/Makefile.kmk	(revision 784)
+++ /trunk/src/ash/Makefile.kmk	(revision 785)
@@ -4,5 +4,5 @@
 # kBuild Makefile for kmk_ash.
 #
-# Copyright (c) 2005-2006 knut st. osmundsen <bird-src-spam@anduin.net>
+# Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
 #
 
@@ -22,5 +22,5 @@
 	EXEC_HASH_BANG_SCRIPT PC_OS2_LIBPATHS PC_PATH_SEP PC_DRIVE_LETTERS PC_EXE_EXTS
 kmk_ash_DEFS.darwin = \
-	HAVE_SYS_SIGNAME HAVE_SYSCTL_H HAVE_SETPROGNAME	
+	HAVE_SYS_SIGNAME HAVE_SYSCTL_H HAVE_SETPROGNAME
 kmk_ash_DEFS.freebsd = \
 	HAVE_SYS_SIGNAME HAVE_SYSCTL_H HAVE_SETPROGNAME
@@ -118,5 +118,5 @@
 # ATTENTION! ATTENTION! ATTENTION!
 #
-# Older ash versions has trouble with some of these scripts, great. 
+# Older ash versions has trouble with some of these scripts, great.
 # Kudos to the NetBSD guys for this clever move. ;)
 #
Index: /trunk/src/ash/win/err.c
===================================================================
--- /trunk/src/ash/win/err.c	(revision 784)
+++ /trunk/src/ash/win/err.c	(revision 785)
@@ -4,5 +4,5 @@
  * Override err.h so we get the program name right.
  *
- * Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
@@ -33,5 +33,5 @@
 
 /** The current program name. */
-const char *g_progname = "kmk"; 
+const char *g_progname = "kmk";
 
 
Index: /trunk/src/ash/win/err.h
===================================================================
--- /trunk/src/ash/win/err.h	(revision 784)
+++ /trunk/src/ash/win/err.h	(revision 785)
@@ -4,5 +4,5 @@
  * Override err.h stuff so we get the program names right.
  *
- * Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
Index: /trunk/src/ash/win/mscfakes.c
===================================================================
--- /trunk/src/ash/win/mscfakes.c	(revision 784)
+++ /trunk/src/ash/win/mscfakes.c	(revision 785)
@@ -4,5 +4,5 @@
  * Fake Unix stuff for MSC.
  *
- * Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
@@ -41,5 +41,5 @@
 
 char *dirname(char *path)
-{         
+{
     /** @todo later */
     return path;
@@ -131,5 +131,5 @@
     return cch;
 }
-#endif 
+#endif
 
 
@@ -166,5 +166,5 @@
     fprintf(stderr, "ioctl(%d, %d,..)\n", fd, iCmd);
     return 0;
-}   
+}
 
 int tcsetpgrp(int fd, pid_t pgrp)
Index: /trunk/src/ash/win/mscfakes.h
===================================================================
--- /trunk/src/ash/win/mscfakes.h	(revision 784)
+++ /trunk/src/ash/win/mscfakes.h	(revision 785)
@@ -4,5 +4,5 @@
  * Unix fakes for MSC.
  *
- * Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
@@ -41,5 +41,5 @@
 #if !defined(__GNUC__) && !defined(__attribute__)
 #define __attribute__(a)
-#endif 
+#endif
 
 #define S_ISDIR(m)  (((m) & _S_IFMT) == _S_IFDIR)
@@ -93,12 +93,12 @@
 
 #ifndef timerisset
-struct timeval 
+struct timeval
 {
     long tv_sec;
     long tv_usec;
 };
-#endif 
-
-struct iovec 
+#endif
+
+struct iovec
 {
     char *iov_base;
@@ -132,5 +132,5 @@
 #else
 #define snprintf _snprintf
-#endif 
+#endif
 size_t strlcpy(char *, const char *, size_t);
 int symlink(const char *pszDst, const char *pszLink);
@@ -152,7 +152,7 @@
 /* signal hacks */
 #include <signal.h>
-typedef struct sigset 
-{   
-    unsigned long __bitmap[1]; 
+typedef struct sigset
+{
+    unsigned long __bitmap[1];
 } sigset_t;
 typedef void __sighandler_t(int);
@@ -200,4 +200,4 @@
 
 #endif /* _MSC_VER */
-#endif 
-
+#endif
+
Index: /trunk/src/fastdep/Makefile
===================================================================
--- /trunk/src/fastdep/Makefile	(revision 784)
+++ /trunk/src/fastdep/Makefile	(revision 785)
@@ -6,5 +6,5 @@
 #   Makefile for the Quick-and-Dirty dependency utility. (FastDep)
 #
-#   Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
+#   Copyright (c) 1999-2002 knut st. osmundsen (bird-kBuild-spam@anduin.net)
 #
 #   GPL
Index: /trunk/src/fastdep/fastdep.c
===================================================================
--- /trunk/src/fastdep/fastdep.c	(revision 784)
+++ /trunk/src/fastdep/fastdep.c	(revision 785)
@@ -3,5 +3,5 @@
  * Fast dependents. (Fast = Quick and Dirty!)
  *
- * Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)
+ * Copyright (c) 1999-2002 knut st. osmundsen (bird-kBuild-spam@anduin.net)
  *
  * GPL
@@ -1006,5 +1006,5 @@
         "\n"
         "Options and files could be mixed.\n"
-        " copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net)\n",
+        " copyright (c) 1999-2002 knut st. osmundsen (bird-kBuild-spam@anduin.net)\n",
         ODIN32_BUILD_NR,
         pszDefaultDepFile
@@ -2396,5 +2396,4 @@
  * @param     pszS2  String 2
  * @param     cch    Length to compare (relative to string 1)
- * @author    knut st. osmundsen (bird@anduin.net)
  */
 int strnicmpwords(const char *pszS1, const char *pszS2, int cch)
@@ -3047,5 +3046,4 @@
  * @returns   Pointer to the first char after word.
  * @param     psz  Where to start.
- * @author    knut st. osmundsen (bird@anduin.net)
  */
 char *findEndOfWord(char *psz)
@@ -3071,5 +3069,4 @@
  * @param     psz       Where to start.
  * @param     pszStart  Where to stop.
- * @author    knut st. osmundsen (bird@anduin.net)
  */
 char *findStartOfWord(const char *psz, const char *pszStart)
@@ -3117,5 +3114,4 @@
  * @param     psz   Pointer to the string which is to be trimmed.
  * @status    completely implmented.
- * @author    knut st. osmundsen (bird@anduin.net)
  */
 INLINE char *trim(char *psz)
@@ -3139,5 +3135,4 @@
  * @param     psz   Pointer to the string which is to be right trimmed.
  * @status    completely implmented.
- * @author    knut st. osmundsen (bird@anduin.net)
  */
 INLINE char *trimR(char *psz)
@@ -3159,5 +3154,4 @@
  * @param     psz   Pointer to the string which is to be quote-trimmed.
  * @status    completely implmented.
- * @author    knut st. osmundsen (bird@anduin.net)
  */
 INLINE char *trimQuotes(char *psz)
@@ -3183,5 +3177,4 @@
  * @param   pszOut  Ouput (preprocessed) string.
  * @param   pszIn   Input string.
- * @author  knut st. osmundsen (bird@anduin.net)
  */
 char *PreProcessLine(char *pszOut, const char *pszIn)
Index: /trunk/src/gmake/kbuild.c
===================================================================
--- /trunk/src/gmake/kbuild.c	(revision 784)
+++ /trunk/src/gmake/kbuild.c	(revision 785)
@@ -4,5 +4,5 @@
  * kBuild specific make functionality.
  *
- * Copyright (c) 2006 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
@@ -48,7 +48,7 @@
 /**
  * Applies the specified default path to any relative paths in *ppsz.
- * 
+ *
  * @param   pDefPath        The default path.
- * @param   ppsz            Pointer to the string pointer. If we expand anything, *ppsz 
+ * @param   ppsz            Pointer to the string pointer. If we expand anything, *ppsz
  *                          will be replaced and the caller is responsible for calling free() on it.
  * @param   pcch            IN: *pcch contains the current string length.
@@ -57,5 +57,5 @@
  * @param   fCanFree        Whether *ppsz should be freed when we replace it.
  */
-static void 
+static void
 kbuild_apply_defpath(struct variable *pDefPath, char **ppsz, int *pcch, int *pcchAlloc, int fCanFree)
 {
@@ -63,8 +63,8 @@
     const char *pszInCur;
     unsigned int cchInCur;
-    unsigned int cRelativePaths; 
-
-    /* 
-     * The first pass, count the relative paths. 
+    unsigned int cRelativePaths;
+
+    /*
+     * The first pass, count the relative paths.
      */
     cRelativePaths = 0;
@@ -77,10 +77,10 @@
 #else
         if (pszInCur[0] != '/')
-#endif 
+#endif
             cRelativePaths++;
-    } 
-
-    /* 
-     * The second pass construct the new string. 
+    }
+
+    /*
+     * The second pass construct the new string.
      */
     if (cRelativePaths)
@@ -100,5 +100,5 @@
 #else
             if (pszInCur[0] != '/')
-#endif 
+#endif
             {
                 PATH_VAR(szAbsPathIn);
@@ -133,5 +133,5 @@
                 }
             }
-        } 
+        }
         /* the final copy (includes the nil). */
         cchInCur = *ppsz + *pcch - pszInNextCopy;
@@ -698,6 +698,6 @@
     pSdks->cGlobal = 0;
     sprintf(pszTmp, "$(SDKS) $(SDKS.%s) $(SDKS.%s) $(SDKS.%s) $(SDKS.%s.%s)",
-            pBldType->value, 
-            pBldTrg->value, 
+            pBldType->value,
+            pBldTrg->value,
             pBldTrgArch->value,
             pBldTrg->value, pBldTrgArch->value);
@@ -744,5 +744,5 @@
                   pTarget->value, pSource->value, pBldTrgArch->value,
                   pTarget->value, pSource->value, pBldTrg->value, pBldTrgArch->value);
-    assert(cch < cchTmp); (void)cch; 
+    assert(cch < cchTmp); (void)cch;
     pszIterator = pSdks->apsz[3] = allocated_variable_expand(pszTmp);
     while ((pszCur = find_next_token(&pszIterator, &cchCur)) != 0)
@@ -962,5 +962,5 @@
     iSdkEnd = iDirection == 1 ? pSdks->iGlobal + pSdks->cGlobal : pSdks->iGlobal - 1;
     for (iSdk = iDirection == 1 ? pSdks->iGlobal : pSdks->iGlobal + pSdks->cGlobal - 1;
-         iSdk != iSdkEnd; 
+         iSdk != iSdkEnd;
          iSdk += iDirection)
     {
@@ -999,5 +999,5 @@
     iSdkEnd = iDirection == 1 ? pSdks->iTarget + pSdks->cTarget : pSdks->iTarget - 1;
     for (iSdk = iDirection == 1 ? pSdks->iTarget : pSdks->iTarget + pSdks->cTarget - 1;
-         iSdk != iSdkEnd; 
+         iSdk != iSdkEnd;
          iSdk += iDirection)
     {
@@ -1035,6 +1035,6 @@
     /* the source sdks */
     iSdkEnd = iDirection == 1 ? pSdks->iSource + pSdks->cSource : pSdks->iSource - 1;
-    for (iSdk = iDirection == 1 ? pSdks->iSource : pSdks->iSource + pSdks->cSource - 1; 
-         iSdk != iSdkEnd; 
+    for (iSdk = iDirection == 1 ? pSdks->iSource : pSdks->iSource + pSdks->cSource - 1;
+         iSdk != iSdkEnd;
          iSdk += iDirection)
     {
@@ -1361,5 +1361,5 @@
     /*
      * If we've got a default path, we must expand the source now.
-     * If we do this too early, "<source>_property = stuff" won't work becuase 
+     * If we do this too early, "<source>_property = stuff" won't work becuase
      * our 'source' value isn't what the user expects.
      */
Index: /trunk/src/gmake/kbuild.h
===================================================================
--- /trunk/src/gmake/kbuild.h	(revision 784)
+++ /trunk/src/gmake/kbuild.h	(revision 785)
@@ -4,5 +4,5 @@
  * kBuild specific make functionality.
  *
- * Copyright (c) 2006 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
@@ -34,3 +34,3 @@
 extern char *func_kbuild_source_one PARAMS((char *o, char **argv, const char *pszFuncName));
 
-#endif 
+#endif
Index: /trunk/src/gmake/kmkbuiltin.c
===================================================================
--- /trunk/src/gmake/kmkbuiltin.c	(revision 784)
+++ /trunk/src/gmake/kmkbuiltin.c	(revision 785)
@@ -4,5 +4,5 @@
  * kMk Builtin command execution.
  *
- * Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
Index: /trunk/src/gmake/kmkbuiltin.h
===================================================================
--- /trunk/src/gmake/kmkbuiltin.h	(revision 784)
+++ /trunk/src/gmake/kmkbuiltin.h	(revision 785)
@@ -4,5 +4,5 @@
  * kMk Builtin command handling.
  *
- * Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
Index: /trunk/src/gmake/kmkbuiltin/append.c
===================================================================
--- /trunk/src/gmake/kmkbuiltin/append.c	(revision 784)
+++ /trunk/src/gmake/kmkbuiltin/append.c	(revision 785)
@@ -4,5 +4,5 @@
  * kMk Builtin command - append text to file.
  *
- * Copyright (c) 2005 knut st. osmundsen <bird@anduin.net>
+ * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
Index: /trunk/src/gmake/kmkbuiltin/darwin.c
===================================================================
--- /trunk/src/gmake/kmkbuiltin/darwin.c	(revision 784)
+++ /trunk/src/gmake/kmkbuiltin/darwin.c	(revision 785)
@@ -4,5 +4,5 @@
  * Missing BSD functions on Darwin / Mac OS X.
  *
- * Copyright (c) 2006 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
Index: /trunk/src/gmake/kmkbuiltin/err.c
===================================================================
--- /trunk/src/gmake/kmkbuiltin/err.c	(revision 784)
+++ /trunk/src/gmake/kmkbuiltin/err.c	(revision 785)
@@ -4,5 +4,5 @@
  * Override err.h so we get the program name right.
  *
- * Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
@@ -33,5 +33,5 @@
 
 /** The current program name. */
-const char *g_progname = "kmk"; 
+const char *g_progname = "kmk";
 
 
Index: /trunk/src/gmake/kmkbuiltin/err.h
===================================================================
--- /trunk/src/gmake/kmkbuiltin/err.h	(revision 784)
+++ /trunk/src/gmake/kmkbuiltin/err.h	(revision 785)
@@ -4,5 +4,5 @@
  * Override err.h stuff so we get the program names right.
  *
- * Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
Index: /trunk/src/gmake/kmkbuiltin/mscfakes.c
===================================================================
--- /trunk/src/gmake/kmkbuiltin/mscfakes.c	(revision 784)
+++ /trunk/src/gmake/kmkbuiltin/mscfakes.c	(revision 785)
@@ -4,5 +4,5 @@
  * Fake Unix stuff for MSC.
  *
- * Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
Index: /trunk/src/gmake/kmkbuiltin/mscfakes.h
===================================================================
--- /trunk/src/gmake/kmkbuiltin/mscfakes.h	(revision 784)
+++ /trunk/src/gmake/kmkbuiltin/mscfakes.h	(revision 785)
@@ -4,5 +4,5 @@
  * Unix fakes for MSC.
  *
- * Copyright (c) 2005 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
Index: /trunk/src/gmake/testcase-math.kmk
===================================================================
--- /trunk/src/gmake/testcase-math.kmk	(revision 784)
+++ /trunk/src/gmake/testcase-math.kmk	(revision 785)
@@ -4,5 +4,5 @@
 # kBuild - testcase for the math functions.
 #
-# Copyright (c) 2007 knut st. osmundsen <bird-kbuild-src@anduin.net>
+# Copyright (c) 2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
 #
 #
Index: /trunk/src/gmake/testcase-stack.kmk
===================================================================
--- /trunk/src/gmake/testcase-stack.kmk	(revision 784)
+++ /trunk/src/gmake/testcase-stack.kmk	(revision 785)
@@ -4,5 +4,5 @@
 # kBuild - testcase for the functions.
 #
-# Copyright (c) 2006 knut st. osmundsen <bird-kbuild-src@anduin.net>
+# Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
 #
 #
Index: /trunk/src/kDepIDB/Makefile.kmk
===================================================================
--- /trunk/src/kDepIDB/Makefile.kmk	(revision 784)
+++ /trunk/src/kDepIDB/Makefile.kmk	(revision 785)
@@ -4,5 +4,5 @@
 # kDepIDB - IDB based dependency generator.
 #
-# Copyright (c) 2006 knut st. osmundsen <bird@anduin.net>
+# Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
 #
 #
Index: /trunk/src/kDepIDB/kDepIDB.c
===================================================================
--- /trunk/src/kDepIDB/kDepIDB.c	(revision 784)
+++ /trunk/src/kDepIDB/kDepIDB.c	(revision 785)
@@ -4,5 +4,5 @@
  * kDepIDB - Extract dependency information from a MS Visual C++ .idb file.
  *
- * Copyright (c) 2006 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
Index: /trunk/src/kDepPre/Makefile.kmk
===================================================================
--- /trunk/src/kDepPre/Makefile.kmk	(revision 784)
+++ /trunk/src/kDepPre/Makefile.kmk	(revision 785)
@@ -4,5 +4,5 @@
 # kDepPre - Precompiler base dependency generator.
 #
-# Copyright (c) 2005 knut st. osmundsen <bird@anduin.net>
+# Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
 #
 #
Index: /trunk/src/kDepPre/kDepPre.c
===================================================================
--- /trunk/src/kDepPre/kDepPre.c	(revision 784)
+++ /trunk/src/kDepPre/kDepPre.c	(revision 785)
@@ -4,5 +4,5 @@
  * kDepPre - Dependency Generator using Precompiler output.
  *
- * Copyright (c) 2005-2006 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2005-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
Index: /trunk/src/lib/Makefile.kmk
===================================================================
--- /trunk/src/lib/Makefile.kmk	(revision 784)
+++ /trunk/src/lib/Makefile.kmk	(revision 785)
@@ -4,5 +4,5 @@
 # kDepIDB - IDB based dependency generator.
 #
-# Copyright (c) 2006 knut st. osmundsen <bird@anduin.net>
+# Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
 #
 #
Index: /trunk/src/lib/kDep.c
===================================================================
--- /trunk/src/lib/kDep.c	(revision 784)
+++ /trunk/src/lib/kDep.c	(revision 785)
@@ -2,7 +2,7 @@
 /** @file
  *
- * kDep - Common Dependency Managemnt Code. 
- *
- * Copyright (c) 2004-2006 knut st. osmundsen <bird@innotek.de>
+ * kDep - Common Dependency Managemnt Code.
+ *
+ * Copyright (c) 2004-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
@@ -84,7 +84,7 @@
 #ifdef __WIN32__
 /**
- * Corrects the case of a path and changes any path components containing 
+ * Corrects the case of a path and changes any path components containing
  * spaces with the short name (which can be longer).
- * 
+ *
  * Expects a _fullpath!
  *
Index: /trunk/src/lib/kDep.h
===================================================================
--- /trunk/src/lib/kDep.h	(revision 784)
+++ /trunk/src/lib/kDep.h	(revision 785)
@@ -2,7 +2,7 @@
 /** @file
  *
- * kDep - Common Dependency Managemnt Code. 
+ * kDep - Common Dependency Managemnt Code.
  *
- * Copyright (c) 2004-2006 knut st. osmundsen <bird@innotek.de>
+ * Copyright (c) 2004-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  *
Index: /trunk/src/lib/startuphacks-win.c
===================================================================
--- /trunk/src/lib/startuphacks-win.c	(revision 784)
+++ /trunk/src/lib/startuphacks-win.c	(revision 785)
@@ -4,5 +4,5 @@
  * kBuild - Alternative argument parser for the windows startup code.
  *
- * Copyright (c) 2006 knut st. osmundsen <bird-kbuild-pszSrc@anduin.net>
+ * Copyright (c) 2006-2007 knut st. osmundsen <bird-kBuild-spam@anduin.net>
  *
  * parse_args(): Copyright (c) 1992-1998 by Eberhard Mattes
@@ -58,6 +58,6 @@
     int         cb;
 
-    /* 
-     * Set the program name. 
+    /*
+     * Set the program name.
      */
     GetModuleFileName(NULL, s_szProgramName, MAX_PATH);
@@ -65,5 +65,5 @@
 #if _MSC_VER >= 1400
     _set_pgmptr(s_szProgramName);
-#endif 
+#endif
 
     /*
@@ -73,5 +73,5 @@
     if (!pszCmdLine || !*pszCmdLine)
         pszCmdLine = s_szProgramName;
-    
+
     /*
      * Parse the argument commandline emitting the unix argument vector.
Index: /trunk/src/sed/Makefile.kmk
===================================================================
--- /trunk/src/sed/Makefile.kmk	(revision 784)
+++ /trunk/src/sed/Makefile.kmk	(revision 785)
@@ -1,3 +1,3 @@
-# $Id: $
+# $Id$
 
 
