changeset 417:c82e9294b774

replace the contact email address with hints to the project mailing list
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 01 Sep 2009 16:35:59 +0200
parents 2c560952dba8
children d135c12b6411
files Makefile doc/index.html src/atk.mk src/binutils.mk src/boost.mk src/bzip2.mk src/cairo.mk src/cppunit.mk src/curl.mk src/expat.mk src/fltk.mk src/fontconfig.mk src/freetype.mk src/gcc-core.mk src/gcc-fortran.mk src/gcc-g++.mk src/gcc-gmp.mk src/gcc-mpfr.mk src/gcc-objc.mk src/gcc.mk src/gd.mk src/gdal.mk src/geos.mk src/gettext.mk src/giflib.mk src/glew.mk src/glib.mk src/gnutls.mk src/gtk.mk src/ilmbase.mk src/jasper.mk src/jpeg.mk src/libdnet.mk src/libevent.mk src/libgcrypt.mk src/libgeotiff.mk src/libgpg_error.mk src/libgsasl.mk src/libgsf.mk src/libiconv.mk src/libidn.mk src/libmikmod.mk src/libntlm.mk src/libpng.mk src/libusb.mk src/libxml2.mk src/libxslt.mk src/lua.mk src/mingwrt.mk src/nsis.mk src/ogg.mk src/old.mk src/openexr.mk src/pango.mk src/pcre.mk src/pdcurses.mk src/pdflib_lite.mk src/pixman.mk src/pkg_config.mk src/popt.mk src/proj.mk src/pthreads.mk src/readline.mk src/sdl.mk src/sdl_image.mk src/sdl_mixer.mk src/sdl_ttf.mk src/smpeg.mk src/sqlite.mk src/theora.mk src/tiff.mk src/tre.mk src/vorbis.mk src/w32api.mk src/winpcap.mk src/wxwidgets.mk src/xmlwrapp.mk src/zlib.mk
diffstat 78 files changed, 105 insertions(+), 80 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Sep 01 11:22:25 2009 +0200
+++ b/Makefile	Tue Sep 01 16:35:59 2009 +0200
@@ -1,7 +1,7 @@
 # MinGW cross compiling environment
 # see doc/index.html or doc/README for further information
 #
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/doc/index.html	Tue Sep 01 11:22:25 2009 +0200
+++ b/doc/index.html	Tue Sep 01 16:35:59 2009 +0200
@@ -344,6 +344,17 @@
     <p>
     That's it!
     </p>
+
+    <h3>Further Steps</h3>
+
+    <p>
+    If you need further assistance,
+    feel free to join the
+    <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>
+    where you'll get in touch with
+    the mingw-cross-env developers
+    and other users.
+    </p>
 </div>
 
 <div class="section">
@@ -363,6 +374,10 @@
         </p>
 
         <p>
+        Almost all packages are updated to their latest version.
+        </p>
+
+        <p>
         The whole mingw-cross-env project has moved to
         <a href="https://savannah.nongnu.org/">Savannah</a>.
         So almost all URIs have changed,
@@ -371,7 +386,8 @@
         </p>
 
         <p>
-        Almost all packages are updated to their latest version.
+        Everyone is invited to join the freshly created
+        <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>.
         </p>
     </dd>
 
@@ -397,7 +413,13 @@
 
     <p>
     You can also browse the
-    <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env">Web Repository</a>.
+    <a href="http://hg.savannah.nongnu.org/hgweb/mingw-cross-env">web repository</a>.
+    </p>
+
+    <p>
+    In addition,
+    feel free to join the
+    <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>.
     </p>
 </div>
 
@@ -635,7 +657,7 @@
 <h2 id="copyright">Copyright © 2009</h2>
 
     <ul class="authors">
-        <li>Volker Grabsch &lt;vog@notjusthosting.com&gt;</li>
+        <li>Volker Grabsch</li>
         <li>Rocco Rutte</li>
         <li>Andreas Roever</li>
         <li>Martin Lambers</li>
@@ -646,6 +668,9 @@
         <li>Hans Bezemer</li>
     </ul>
 
+    <p>(contact via the
+       <a href="http://lists.nongnu.org/mailman/listinfo/mingw-cross-env-list">project mailing list</a>)</p>
+
     <p>
     Permission is hereby granted, free of charge, to any person obtaining
     a copy of this software and associated documentation files (the
--- a/src/atk.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/atk.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/binutils.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/binutils.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/boost.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/boost.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Andreas Roever
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/bzip2.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/bzip2.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/cairo.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/cairo.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/cppunit.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/cppunit.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Giuseppe Scrivano
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/curl.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/curl.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/expat.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/expat.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/fltk.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/fltk.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/fontconfig.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/fontconfig.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/freetype.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/freetype.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/gcc-core.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/gcc-core.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/gcc-fortran.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/gcc-fortran.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/gcc-g++.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/gcc-g++.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/gcc-gmp.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/gcc-gmp.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/gcc-mpfr.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/gcc-mpfr.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/gcc-objc.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/gcc-objc.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/gcc.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/gcc.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/gd.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/gd.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/gdal.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/gdal.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/geos.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/geos.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/gettext.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/gettext.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/giflib.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/giflib.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/glew.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/glew.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Martin Lambers
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/glib.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/glib.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/gnutls.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/gnutls.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/gtk.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/gtk.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/ilmbase.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/ilmbase.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Martin Lambers
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/jasper.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/jasper.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/jpeg.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/jpeg.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/libdnet.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libdnet.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/libevent.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libevent.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Giuseppe Scrivano
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/libgcrypt.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libgcrypt.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/libgeotiff.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libgeotiff.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/libgpg_error.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libgpg_error.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/libgsasl.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libgsasl.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Martin Lambers
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/libgsf.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libgsf.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/libiconv.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libiconv.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/libidn.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libidn.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Martin Lambers
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/libmikmod.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libmikmod.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/libntlm.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libntlm.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Martin Lambers
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/libpng.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libpng.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/libusb.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libusb.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Mark Brand
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/libxml2.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libxml2.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/libxslt.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/libxslt.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/lua.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/lua.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Tony Theodore
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/mingwrt.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/mingwrt.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/nsis.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/nsis.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/ogg.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/ogg.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/old.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/old.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/openexr.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/openexr.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Martin Lambers
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/pango.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/pango.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/pcre.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/pcre.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/pdcurses.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/pdcurses.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/pdflib_lite.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/pdflib_lite.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/pixman.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/pixman.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/pkg_config.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/pkg_config.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/popt.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/popt.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Mark Brand
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/proj.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/proj.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/pthreads.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/pthreads.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/readline.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/readline.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/sdl.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/sdl.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/sdl_image.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/sdl_image.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/sdl_mixer.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/sdl_mixer.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/sdl_ttf.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/sdl_ttf.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Andreas Roever
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/smpeg.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/smpeg.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/sqlite.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/sqlite.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/theora.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/theora.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #                     Martin Gerhardy
 #
 # Permission is hereby granted, free of charge, to any person obtaining
--- a/src/tiff.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/tiff.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/tre.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/tre.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/vorbis.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/vorbis.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/w32api.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/w32api.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/winpcap.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/winpcap.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/wxwidgets.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/wxwidgets.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/xmlwrapp.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/xmlwrapp.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the
--- a/src/zlib.mk	Tue Sep 01 11:22:25 2009 +0200
+++ b/src/zlib.mk	Tue Sep 01 16:35:59 2009 +0200
@@ -1,4 +1,4 @@
-# Copyright (C) 2009  Volker Grabsch <vog@notjusthosting.com>
+# Copyright (C) 2009  Volker Grabsch
 #
 # Permission is hereby granted, free of charge, to any person obtaining
 # a copy of this software and associated documentation files (the