summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-07-08 17:12:59 +0000
committerTavian Barnes <tavianator@gmail.com>2009-07-08 17:12:59 +0000
commit06516d57e016ba31a96b49a5c5f42e0fcb03ff26 (patch)
tree26a86c105f890e92afd7541c3ebf65adf67e1b39 /tests
parentbff7f2b3b440c30d0d6eb692576af57ef42edd1b (diff)
downloaddimension-06516d57e016ba31a96b49a5c5f42e0fcb03ff26.tar.xz
Update license copyrights to 2009.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/error.c2
-rw-r--r--tests/gl.c2
-rw-r--r--tests/glxx.cpp2
-rw-r--r--tests/png.c2
-rw-r--r--tests/pngxx.cpp2
-rw-r--r--tests/raytrace.c2
-rw-r--r--tests/raytracexx.cpp2
-rw-r--r--tests/tests.c2
-rw-r--r--tests/tests.h2
-rw-r--r--tests/testsxx.cpp2
-rw-r--r--tests/testsxx.hpp2
-rw-r--r--tests/warning.c2
13 files changed, 13 insertions, 13 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9536052..073e9b8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
###########################################################################
-## Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> ##
+## Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> ##
## ##
## This file is part of The Dimension Build Suite. ##
## ##
diff --git a/tests/error.c b/tests/error.c
index f847982..217db36 100644
--- a/tests/error.c
+++ b/tests/error.c
@@ -1,5 +1,5 @@
/*************************************************************************
- * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> *
+ * Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> *
* *
* This file is part of The Dimension Test Suite. *
* *
diff --git a/tests/gl.c b/tests/gl.c
index 99040c1..294e4cb 100644
--- a/tests/gl.c
+++ b/tests/gl.c
@@ -1,5 +1,5 @@
/*************************************************************************
- * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> *
+ * Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> *
* *
* This file is part of The Dimension Test Suite. *
* *
diff --git a/tests/glxx.cpp b/tests/glxx.cpp
index c582f8c..419e43d 100644
--- a/tests/glxx.cpp
+++ b/tests/glxx.cpp
@@ -1,5 +1,5 @@
/*************************************************************************
- * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> *
+ * Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> *
* *
* This file is part of The Dimension Test Suite. *
* *
diff --git a/tests/png.c b/tests/png.c
index 0949f8b..a2f647a 100644
--- a/tests/png.c
+++ b/tests/png.c
@@ -1,5 +1,5 @@
/*************************************************************************
- * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> *
+ * Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> *
* *
* This file is part of The Dimension Test Suite. *
* *
diff --git a/tests/pngxx.cpp b/tests/pngxx.cpp
index 731f470..987c05b 100644
--- a/tests/pngxx.cpp
+++ b/tests/pngxx.cpp
@@ -1,5 +1,5 @@
/*************************************************************************
- * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> *
+ * Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> *
* *
* This file is part of The Dimension Test Suite. *
* *
diff --git a/tests/raytrace.c b/tests/raytrace.c
index 0515ab2..5dab164 100644
--- a/tests/raytrace.c
+++ b/tests/raytrace.c
@@ -1,5 +1,5 @@
/*************************************************************************
- * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> *
+ * Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> *
* *
* This file is part of The Dimension Test Suite. *
* *
diff --git a/tests/raytracexx.cpp b/tests/raytracexx.cpp
index fd99acd..03de066 100644
--- a/tests/raytracexx.cpp
+++ b/tests/raytracexx.cpp
@@ -1,5 +1,5 @@
/*************************************************************************
- * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> *
+ * Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> *
* *
* This file is part of The Dimension Test Suite. *
* *
diff --git a/tests/tests.c b/tests/tests.c
index 842405a..8532585 100644
--- a/tests/tests.c
+++ b/tests/tests.c
@@ -1,5 +1,5 @@
/*************************************************************************
- * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> *
+ * Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> *
* *
* This file is part of The Dimension Test Suite. *
* *
diff --git a/tests/tests.h b/tests/tests.h
index 3ad81ec..88aa3f1 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -1,5 +1,5 @@
/*************************************************************************
- * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> *
+ * Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> *
* *
* This file is part of The Dimension Test Suite. *
* *
diff --git a/tests/testsxx.cpp b/tests/testsxx.cpp
index f0d5646..08c778b 100644
--- a/tests/testsxx.cpp
+++ b/tests/testsxx.cpp
@@ -1,5 +1,5 @@
/*************************************************************************
- * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> *
+ * Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> *
* *
* This file is part of The Dimension Test Suite. *
* *
diff --git a/tests/testsxx.hpp b/tests/testsxx.hpp
index 059b006..c2c1771 100644
--- a/tests/testsxx.hpp
+++ b/tests/testsxx.hpp
@@ -1,5 +1,5 @@
/*************************************************************************
- * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> *
+ * Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> *
* *
* This file is part of The Dimension Test Suite. *
* *
diff --git a/tests/warning.c b/tests/warning.c
index e677c54..9b8ba12 100644
--- a/tests/warning.c
+++ b/tests/warning.c
@@ -1,5 +1,5 @@
/*************************************************************************
- * Copyright (C) 2008 Tavian Barnes <tavianator@gmail.com> *
+ * Copyright (C) 2009 Tavian Barnes <tavianator@gmail.com> *
* *
* This file is part of The Dimension Test Suite. *
* *