diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-03-03 12:56:00 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-03-08 21:43:24 -0500 |
commit | f9c82dc760f65858adb23e0b57f762ef629c3ef5 (patch) | |
tree | bb47e8768c66ce5651c2859fda912477c9ddbd1f /bench | |
parent | 94d0367cddd84b783eca346d70f8228a23c0e7fa (diff) | |
download | dimension-f9c82dc760f65858adb23e0b57f762ef629c3ef5.tar.xz |
Update email address.
Diffstat (limited to 'bench')
-rw-r--r-- | bench/Makefile.am | 2 | ||||
-rw-r--r-- | bench/dimension/Makefile.am | 2 | ||||
-rw-r--r-- | bench/dimension/bench.pov | 2 | ||||
-rwxr-xr-x | bench/dimension/parse.sh | 2 | ||||
-rwxr-xr-x | bench/dimension/render.sh | 2 | ||||
-rwxr-xr-x | bench/dimension/tokenize.sh | 2 | ||||
-rw-r--r-- | bench/libdimension/Makefile.am | 2 | ||||
-rw-r--r-- | bench/libdimension/array.c | 2 | ||||
-rw-r--r-- | bench/libdimension/geometry.c | 2 | ||||
-rw-r--r-- | bench/libdimension/list.c | 2 | ||||
-rw-r--r-- | bench/libdimension/polynomial.c | 2 | ||||
-rw-r--r-- | bench/libdimension/prtree.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/bench/Makefile.am b/bench/Makefile.am index 71d47aa..8404c22 100644 --- a/bench/Makefile.am +++ b/bench/Makefile.am @@ -1,5 +1,5 @@ ########################################################################### -## Copyright (C) 2009-2010 Tavian Barnes <tavianator@gmail.com> ## +## Copyright (C) 2009-2010 Tavian Barnes <tavianator@tavianator.com> ## ## ## ## This file is part of The Dimension Build Suite. ## ## ## diff --git a/bench/dimension/Makefile.am b/bench/dimension/Makefile.am index 908124d..e7fe03f 100644 --- a/bench/dimension/Makefile.am +++ b/bench/dimension/Makefile.am @@ -1,5 +1,5 @@ ########################################################################### -## Copyright (C) 2009-2010 Tavian Barnes <tavianator@gmail.com> ## +## Copyright (C) 2009-2010 Tavian Barnes <tavianator@tavianator.com> ## ## ## ## This file is part of The Dimension Build Suite. ## ## ## diff --git a/bench/dimension/bench.pov b/bench/dimension/bench.pov index 1763b7e..a4f632f 100644 --- a/bench/dimension/bench.pov +++ b/bench/dimension/bench.pov @@ -1,5 +1,5 @@ /************************************************************************* - * Copyright (C) 2009-2010 Tavian Barnes <tavianator@gmail.com> * + * Copyright (C) 2009-2010 Tavian Barnes <tavianator@tavianator.com> * * * * This file is part of The Dimension Benchmark Suite. * * * diff --git a/bench/dimension/parse.sh b/bench/dimension/parse.sh index a35872d..b7db055 100755 --- a/bench/dimension/parse.sh +++ b/bench/dimension/parse.sh @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################### -# Copyright (C) 2009-2010 Tavian Barnes <tavianator@gmail.com> # +# Copyright (C) 2009-2010 Tavian Barnes <tavianator@tavianator.com> # # # # This file is part of The Dimension Benchmark Suite. # # # diff --git a/bench/dimension/render.sh b/bench/dimension/render.sh index 7eabfb4..b661e53 100755 --- a/bench/dimension/render.sh +++ b/bench/dimension/render.sh @@ -1,7 +1,7 @@ #!/bin/sh ######################################################################### -# Copyright (C) 2009-2011 Tavian Barnes <tavianator@gmail.com> # +# Copyright (C) 2009-2011 Tavian Barnes <tavianator@tavianator.com> # # # # This file is part of The Dimension Benchmark Suite. # # # diff --git a/bench/dimension/tokenize.sh b/bench/dimension/tokenize.sh index 01c15c0..1d833d5 100755 --- a/bench/dimension/tokenize.sh +++ b/bench/dimension/tokenize.sh @@ -1,7 +1,7 @@ #!/bin/bash ######################################################################### -# Copyright (C) 2009-2010 Tavian Barnes <tavianator@gmail.com> # +# Copyright (C) 2009-2010 Tavian Barnes <tavianator@tavianator.com> # # # # This file is part of The Dimension Benchmark Suite. # # # diff --git a/bench/libdimension/Makefile.am b/bench/libdimension/Makefile.am index 2388bd5..0f64e5b 100644 --- a/bench/libdimension/Makefile.am +++ b/bench/libdimension/Makefile.am @@ -1,5 +1,5 @@ ########################################################################### -## Copyright (C) 2009-2010 Tavian Barnes <tavianator@gmail.com> ## +## Copyright (C) 2009-2010 Tavian Barnes <tavianator@tavianator.com> ## ## ## ## This file is part of The Dimension Build Suite. ## ## ## diff --git a/bench/libdimension/array.c b/bench/libdimension/array.c index 2011268..137d532 100644 --- a/bench/libdimension/array.c +++ b/bench/libdimension/array.c @@ -1,5 +1,5 @@ /************************************************************************* - * Copyright (C) 2009-2010 Tavian Barnes <tavianator@gmail.com> * + * Copyright (C) 2009-2010 Tavian Barnes <tavianator@tavianator.com> * * * * This file is part of The Dimension Benchmark Suite. * * * diff --git a/bench/libdimension/geometry.c b/bench/libdimension/geometry.c index 9a381c6..4b77c9b 100644 --- a/bench/libdimension/geometry.c +++ b/bench/libdimension/geometry.c @@ -1,5 +1,5 @@ /************************************************************************* - * Copyright (C) 2009-2010 Tavian Barnes <tavianator@gmail.com> * + * Copyright (C) 2009-2010 Tavian Barnes <tavianator@tavianator.com> * * * * This file is part of The Dimension Benchmark Suite. * * * diff --git a/bench/libdimension/list.c b/bench/libdimension/list.c index 1b718ba..6cd0bc1 100644 --- a/bench/libdimension/list.c +++ b/bench/libdimension/list.c @@ -1,5 +1,5 @@ /************************************************************************* - * Copyright (C) 2009-2011 Tavian Barnes <tavianator@gmail.com> * + * Copyright (C) 2009-2011 Tavian Barnes <tavianator@tavianator.com> * * * * This file is part of The Dimension Benchmark Suite. * * * diff --git a/bench/libdimension/polynomial.c b/bench/libdimension/polynomial.c index eaf7efe..0313060 100644 --- a/bench/libdimension/polynomial.c +++ b/bench/libdimension/polynomial.c @@ -1,5 +1,5 @@ /************************************************************************* - * Copyright (C) 2009-2010 Tavian Barnes <tavianator@gmail.com> * + * Copyright (C) 2009-2010 Tavian Barnes <tavianator@tavianator.com> * * * * This file is part of The Dimension Benchmark Suite. * * * diff --git a/bench/libdimension/prtree.c b/bench/libdimension/prtree.c index 5c313d8..e568d7d 100644 --- a/bench/libdimension/prtree.c +++ b/bench/libdimension/prtree.c @@ -1,5 +1,5 @@ /************************************************************************* - * Copyright (C) 2009-2011 Tavian Barnes <tavianator@gmail.com> * + * Copyright (C) 2009-2011 Tavian Barnes <tavianator@tavianator.com> * * * * This file is part of The Dimension Benchmark Suite. * * * |