]> git.mxchange.org Git - simgear.git/commitdiff
My old email address is no longer valid ... point to my web page.
authorcurt <curt>
Fri, 19 Nov 2004 21:44:16 +0000 (21:44 +0000)
committercurt <curt>
Fri, 19 Nov 2004 21:44:16 +0000 (21:44 +0000)
62 files changed:
Thanks
simgear/bucket/newbucket.cxx
simgear/bucket/newbucket.hxx
simgear/constants.h
simgear/ephemeris/ephemeris.cxx
simgear/ephemeris/ephemeris.hxx
simgear/ephemeris/stardata.cxx
simgear/ephemeris/stardata.hxx
simgear/io/iochannel.cxx
simgear/io/iochannel.hxx
simgear/io/lowlevel.cxx
simgear/io/lowlevel.hxx
simgear/io/sg_binobj.cxx
simgear/io/sg_binobj.hxx
simgear/io/sg_file.cxx
simgear/io/sg_file.hxx
simgear/io/sg_serial.cxx
simgear/io/sg_serial.hxx
simgear/io/sg_socket.cxx
simgear/io/sg_socket.hxx
simgear/io/sg_socket_udp.cxx
simgear/io/sg_socket_udp.hxx
simgear/magvar/magvar.cxx
simgear/magvar/magvar.hxx
simgear/math/localconsts.hxx
simgear/math/sg_types.hxx
simgear/misc/sg_path.cxx
simgear/misc/sg_path.hxx
simgear/misc/texcoord.cxx
simgear/misc/texcoord.hxx
simgear/scene/material/mat.cxx
simgear/scene/material/mat.hxx
simgear/scene/material/matlib.hxx
simgear/scene/material/matmodel.cxx
simgear/scene/material/matmodel.hxx
simgear/scene/model/location.cxx
simgear/scene/sky/cloud.cxx
simgear/scene/sky/cloud.hxx
simgear/scene/sky/dome.cxx
simgear/scene/sky/dome.hxx
simgear/scene/sky/sky.cxx
simgear/scene/sky/sky.hxx
simgear/scene/tgdb/apt_signs.cxx
simgear/scene/tgdb/apt_signs.hxx
simgear/scene/tgdb/leaf.cxx
simgear/scene/tgdb/leaf.hxx
simgear/scene/tgdb/pt_lights.cxx
simgear/scene/tgdb/pt_lights.hxx
simgear/scene/tgdb/userdata.cxx
simgear/scene/tgdb/userdata.hxx
simgear/scene/tgdb/vasi.hxx
simgear/serial/serial.cxx
simgear/serial/serial.hxx
simgear/sound/sample_openal.cxx
simgear/sound/sample_openal.hxx
simgear/sound/soundmgr_openal.cxx
simgear/sound/soundmgr_openal.hxx
simgear/sound/xmlsound.cxx
simgear/timing/sg_time.hxx
simgear/timing/timestamp.cxx
simgear/timing/timestamp.hxx
simgear/version.h.in

diff --git a/Thanks b/Thanks
index 2c2de19a1e5a86cba84794e797787495ae23c0c6..496e28a3571162dd1dc4b4332eb50eb33b89df66 100644 (file)
--- a/Thanks
+++ b/Thanks
@@ -90,7 +90,7 @@ David Megginson <david@megginson.com>
   SimGear property manager/registry
 
 
-Curt Olson <curt@flightgear.org>
+Curt Olson http://www.flightgear.org/~curt/
   Curt is responsible for overall project and source code management.
   He has his hands in many of the areas.
 
@@ -175,7 +175,7 @@ NOTE:
 ----
 
 THIS DOCUMENT WAS INITIALLY WRITTEN BY 
-Curt L. Olson  <curt@flightgear.org>
+Curt L. Olson  <http://www.flightgear.org/~curt>
 
 
 05 Jul 2000 Removed non-SimGear entries (CLO)
index 6ac60fbfae0feb09d65cdfea1c47e3e15dc5cb24..916485be70fd8e26d95d428fce4ca8645f11724e 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Written by Curtis L. Olson, started February 1999.
  *
- * Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+ * Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt/
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
index 1a1dbc7b5db125938c5a0bfbf9227349caa5646c..134d0b93ac47a19827b5c1a7dd3f6d0fc7a3614a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Written by Curtis L. Olson, started February 1999.
  *
- * Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+ * Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
index a7d575cd72f547c2bfb3f98be93dfc3f5607e85d..b77a7965f00b442ffb27ed19f2a154c4a5b23772 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started February 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson - http://www.flightgear.org/~curt/
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 0a11aa6c88076905a55d2ae24628b0c7a82e7ee6..80ecd2d9f38eb2870651bde47538cec70858dc2b 100644 (file)
@@ -3,7 +3,7 @@
 //
 // Written by Curtis Olson, started March 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 46029601a14de2532bc793bfaa1cf0babefa412a..c00d09631a181fbce5bb9d8c54d7f8972a48d7ba 100644 (file)
@@ -7,7 +7,7 @@
 // All the core code underneath this is written by Durk Talsma.  See
 // the headers of all the other individual files for details.
 //
-// Copyright (C) 2000  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
@@ -48,7 +48,7 @@
 /** Ephemeris class
  *
  * Written by Durk Talsma <d.talsma@direct.a2000.nl> and Curtis Olson
- * <curt@flightgear.org>
+ * <http://www.flightgear.org/~curt>
  *
  * Introduction 
  *
index f988d5bc1851a96f06bffacd88c7465d38368edf..e45b2092e77713920e806c5be2daa3e52bbefba8 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started March 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 35ed5c256e31e0f7e24d13610d592e0122092240..7f675b45f61658e56f99960f337fd2e407cbe2df 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started March 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 4d0348957229bfa7dce5bc856b91e08c5af32608..cc6292b310b73ccc328a4894dff34ed315398687 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index ee43aa64ff35a7d785cf4e28f961463673d1f42c..2cfa547773862441e750aa6ee71b7d306a35a236 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index f8c72342393e591583d2892ca321b8cd30d8f1d8..e5c40826100d9de52f65f3e5d2d274b92593cf38 100644 (file)
@@ -4,7 +4,7 @@
 // Shamelessly adapted from plib (plib.sourceforge.net) January 2001
 //
 // Original version Copyright (C) 2000  the plib team
-// Local changes Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Local changes Copyright (C) 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // 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
index 3595991d87e5b7e5cbadcf444760a496bd5d3d83..fc8398f54d2b74d38b689cbad85dee8b8e49055f 100644 (file)
@@ -4,7 +4,7 @@
 // Shamelessly adapted from plib  January 2001
 //
 // Original version Copyright (C) 2000  the plib team
-// Local changes Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Local changes Copyright (C) 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // 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
index 0b962c4624b25d329579475e80f41d4fa545c00c..3cbe455207387e01aa5cb7964f06be4f452a9cd4 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started January 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // 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
index a59b07522511304d3651dac356307ed35d6b4bf3..ae3ccad504300fd44b4f56edf3fbadc93aa25449 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started January 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // 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
index 79cec7b7328bcf6dd8662ea2aa92ce8e04391fdf..cd7fa1d5b558ee0282eccd37bd572d3ae30c89bb 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 88ecf1e0dc654be16c929cb282d88d929ff76515..f029763338d9e8fad576bd3b63552ba3e2b1baf9 100644 (file)
@@ -4,7 +4,7 @@
 
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index fcffdf68ae1f45232a1604830349c9865e3c39a0..f6eb07c0fd30153a6ae872011b766cc1ad5ac425 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 6d2e2c756e26f2f8bc9d87e5290a49c8a6cd60c9..bb51ce33afb0bdd07579c6f04048c4bd4ae39711 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index b85205c2f0fb2173a6b751909722f85482786c71..2142548f891933c5be08ada15e7643cfa01e79dc 100644 (file)
@@ -3,7 +3,7 @@
 // Written by Curtis Olson, started November 1999.
 // Modified by Bernie Bright <bbright@bigpond.net.au>, May 2002.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 704e67d3e5bd1e94e0a45e1e7addb3c70d643a81..b1965c512fcef9541aeb7c199bc1d7710f7935c5 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 278acd9b2291a2afa7f37cd81c76feff6a72d361..b3e4a57ecd0c96efc1b1a65b0d34905247a39ff4 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started November 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index bb413fa3acbc972c50a8f167a1d3aecd9afd09ff..89d4f2d7259b60578953b8435d3115796d19cab2 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started November 2001.
 //
-// Copyright (C) 2001  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2001  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 91ea7dec7b4d40314333e58b5e1cc10536851e8a..0e030d020b41f6b5182e113918b88c2418e8f9fa 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started July 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 6e46dd24076172aec15a77709bea3b73166ed332..c72c8e601dc9f644e842f40db13e655b0f5d0aa6 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started July 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 14745e1eabccc4be730764a2887b5110c3616525..6aa3fbb156a0584375f45c78ae9cedce44c0dc41 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started September 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 0a3454a48bbba948027dd3b4ed6f18804c3db307..b2bf6cac08fb5d7bfad5b527954ff21b3e50669b 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started March 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 101cf290502193cbd52d1625936a5de8cc64a827..54f7138dbcde9167cb979b3a93a74a769107c340 100644 (file)
@@ -3,7 +3,7 @@
 //
 // Written by Curtis L. Olson, started April 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 5e3c5cb2f22ccf50f2a326f99eef5e18e6ec606b..263024934faa07f26cbb1c8aede570ef7d512cca 100644 (file)
@@ -6,7 +6,7 @@
 
 // Written by Curtis L. Olson, started April 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 3c9f762e89905bf264cad879d495a695126b7d6f..d4874a7d4bfb414c4dfa87d97c969fa4259a6fa9 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started March 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 7c8ec0e5901d9b5c8ee8e1264c19bb5a4e48b521..0600b3c3bc6d4ec56dec41fb867c5796f8ee8007 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started March 1999.
 //
-// Copyright (C) 1999  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1999  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 7b25faeb23fe538be5e7ef3bd61e48b84a1f3d78..6bded1509c86b3a8b57ffd615d385aa35a33b017 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started May 1998.
 //
-// Copyright (C) 1998 - 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1998 - 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index fd519415ed6ac75716eb4848dc7a7c7feef1b7ee..a32bde3220cd450a9b1bbe22b9d2d31fcad3d1d3 100644 (file)
@@ -4,7 +4,7 @@
 // Written by Curtis Olson, started May 1998.
 // Overhauled by David Megginson, December 2001
 //
-// Copyright (C) 1998 - 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1998 - 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 30f2c2b262370cd0774ad40ac3e430489820f40c..28fe6906be7f9c83c0cc587375bcdaa84d6c50c1 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started May 1998.
 //
-// Copyright (C) 1998 - 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1998 - 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index abe20af4da3f9c0f5974573ee41b6b4877a203c6..37d7d31150293cae7d5b7eb173979b5ebe85df77 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by David Megginson, started May 1998.
 //
-// Copyright (C) 1998 - 2003  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1998 - 2003  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index a0fba3ada66ef7b365fa7fccad327e6e4d9001f7..145f3affb441ab7cb4bedf0784c02e4b495e4c8a 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by David Megginson, December 2001
 //
-// Copyright (C) 1998 - 2003  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1998 - 2003  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index db6d7b2e58485f3fd0624cc08dc76e72673d71d3..e7f2022cdaddd0190369717fd9509f6ddd8ac760 100644 (file)
@@ -3,7 +3,7 @@
 // Written by Jim Wilson, David Megginson, started April 2002.
 // Based largely on code by Curtis Olson and Norman Vine.
 //
-// Copyright (C) 2002  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2002  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 9945ecaf34cd3c0a80e7e03ed083154bfb02d718..72b29f2d32c4242d5a3f7482b813a4c6528056f4 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started June 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is distributed in the hope that it will be useful, but
 // WITHOUT ANY WARRANTY; without even the implied warranty of
index 369dbfa784f9da747e38c11785e203d5a3d7f17d..73ca832232d2af9e118bf7c130274e3cb5b9adb0 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started June 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 24396544472fba80fc03fcf6d59224013be18087..aeed23c150ba92ab1a28df350277ffa2b14ebc54 100644 (file)
@@ -3,7 +3,7 @@
 // Written by Curtis Olson, started December 1997.
 // SSG-ified by Curtis Olson, February 2000.
 //
-// Copyright (C) 1997-2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1997-2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index cb81a543926df92ceac4e15635a18a348c5c9781..e30985ce3d1ccf5002c15655c6122d7b4ac2dedc 100644 (file)
@@ -3,7 +3,7 @@
 // Written by Curtis Olson, started December 1997.
 // SSG-ified by Curtis Olson, February 2000.
 //
-// Copyright (C) 1997-2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1997-2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 8e366d3408a0a3380c238f593fa27723e2387489..4b8b43468b901fadec6bdb4dd993cfa19c5e3311 100644 (file)
@@ -3,7 +3,7 @@
 // Written by Curtis Olson, started December 1997.
 // SSG-ified by Curtis Olson, February 2000.
 //
-// Copyright (C) 1997-2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1997-2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 166e717f3605e4c821952b496203f32fbcd75e66..bf38e364b48c52d8c2b13c49c324c542600de4f1 100644 (file)
@@ -6,7 +6,7 @@
 // Written by Curtis Olson, started December 1997.
 // SSG-ified by Curtis Olson, February 2000.
 //
-// Copyright (C) 1997-2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1997-2000  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index c06e51411ea89d923e90229c80b10ff8b6d7155c..e102571c32e842dacab1d6c69794580848955de7 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started July 2001.
 //
-// Copyright (C) 2001  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2001  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 370cf623688057e971616245f5d24613be14daa8..8d56fc150aebcc6817fe7f490917d810195d955d 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started July 2001.
 //
-// Copyright (C) 2001  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2001  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 3a98f2d7f1d991938a372521b16ca5a4732e3eef..74e0e387205dead2f38e1b9fb5ab40f06f9aa16c 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started October 1997.
 //
-// Copyright (C) 1997 - 2003  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1997 - 2003  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 66fbdd1c369e6e69f10ba9eb5ab856e548965e2e..d163f0dc4f9e548a12c6aa91fa4bb92f66151ef8 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started October 1997.
 //
-// Copyright (C) 1997 - 2003  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1997 - 2003  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index ed98df9631a931698750c21976a383befa9f7411..5b3dcc2d4346a99e29eda693803c813893c81cc5 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started March 2002.
 //
-// Copyright (C) 2002  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2002  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 6cce587363a05858adb70cdf6fa7f4cc5f76b7b5..6b8a0f71f11cb6a558235ee2a7c642aeaa71afba 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started March 2002.
 //
-// Copyright (C) 2002  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2002  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 5a174ac85af8c49526232c7375ae56301d96f8b8..385a8a3fb357d101da99d6f092c5e4d8b3259bc8 100644 (file)
@@ -3,7 +3,7 @@
 //
 // Written by David Megginson, started December 2001.
 //
-// Copyright (C) 2001 - 2003  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2001 - 2003  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 774610a7cdfc90d696754428688ed4253daf18d5..d81a4e79d8912598549eb96742beab7857228b2b 100644 (file)
@@ -3,7 +3,7 @@
 //
 // Written by David Megginson, started December 2001.
 //
-// Copyright (C) 2001 - 2003  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2001 - 2003  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index d86162d88b8876434eeea869b2b9ee6b8878575b..96096d16198fa759186019ab684ece2ec58863da 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started December 2003.
 //
-// Copyright (C) 2003  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2003  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 3c24f87789559a4791fe198325da5119161b1a2b..4e7b3af678185fca0cc473a62038ac449cd99343 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started November 1998.
 //
-// Copyright (C) 1998  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1998  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index cb6927e626c7c62d5daa76b61f40640db209b6fd..ac22c50c5668418f69aea377044317fe5b89d8cd 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started November 1998.
 //
-// Copyright (C) 1998  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 1998  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index e0aeb9a8c8bacdfc83edcf73d3588fa73834277a..471ba5e25ce57949394d98cfd29e275296b921d1 100644 (file)
@@ -2,7 +2,7 @@
 // 
 // Written by Curtis Olson, started April 2004.
 //
-// Copyright (C) 2004  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2004  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 3686edd5b68989c73f38a58959dd2df52c0f1cf9..6ed815d51ac54697f9e88d95467251ffaac520a0 100644 (file)
@@ -2,7 +2,7 @@
 // 
 // Written by Curtis Olson, started April 2004.
 //
-// Copyright (C) 2004  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2004  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 307303ffff74740a57bccdc0bf5492398166d104..1966259aeee97ee155d9df5078232fbc4cf3c5f3 100644 (file)
@@ -5,7 +5,7 @@
 //
 // C++-ified by Curtis Olson, started March 2001.
 //
-// Copyright (C) 2001  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2001  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index c85612d419910451685dece5334451b35bcd7100..70489973636c9ee7b482343b7b5f9122936f5c37 100644 (file)
@@ -5,7 +5,7 @@
 //
 // C++-ified by Curtis Olson, started March 2001.
 //
-// Copyright (C) 2001  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2001  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 9d8dfdbc78fa5298ba18e37c69ce1f4a0459aa9e..48a2d0ee2b7acf8c00bd61ec0872fbe1659f098c 100644 (file)
@@ -3,7 +3,7 @@
 // Started by Erik Hofman, February 2002
 // (Reuses some code from  fg_fx.cxx created by David Megginson)
 //
-// Copyright (C) 2002  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2002  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index fb23ddf50e13e995201cb39ade81d6f4282495e7..a3b127460d36c55a823c0651466c137fe41fecd5 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started August 1997.
 //
-// Copyright (C) 1997  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1997  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public
index 3102732c557350269dad06ca26b723c5107d79a3..af4c7ea217c06a682e87ce18fe1cd3b15d3f23db 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started December 1998.
 //
-// Copyright (C) 1998  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1998  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 2f95ad07761a65259dac46407fd42045f4ca0540..589c010ad2b16dce3df5215da5da413ed7cef477 100644 (file)
@@ -5,7 +5,7 @@
 
 // Written by Curtis Olson, started December 1998.
 //
-// Copyright (C) 1998  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 1998  Curtis L. Olson  - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
index 50eff701a568f2cb64220bd7b1dc444a9c1ef7d8..368a4a9a24b10a4284252859c4992c922f7f32a4 100644 (file)
@@ -2,7 +2,7 @@
 //
 // Written by Curtis Olson, started February 2000.
 //
-// Copyright (C) 2000  Curtis L. Olson  - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson - http://www.flightgear.org/~curt/
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Library General Public