diff options
Diffstat (limited to 'bench/dimension')
-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 |
5 files changed, 5 insertions, 5 deletions
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. # # # |