summaryrefslogtreecommitdiffstats
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/Makefile.am2
-rw-r--r--bench/dimension/Makefile.am2
-rw-r--r--bench/dimension/bench.pov2
-rwxr-xr-xbench/dimension/parse.sh2
-rwxr-xr-xbench/dimension/render.sh2
-rwxr-xr-xbench/dimension/tokenize.sh2
-rw-r--r--bench/libdimension/Makefile.am2
-rw-r--r--bench/libdimension/array.c2
-rw-r--r--bench/libdimension/geometry.c2
-rw-r--r--bench/libdimension/list.c2
-rw-r--r--bench/libdimension/polynomial.c2
-rw-r--r--bench/libdimension/prtree.c2
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. *
* *