summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2010-11-29 18:18:27 +0000
committerGreg Ercolano <erco@seriss.com>2010-11-29 18:18:27 +0000
commit4327734e699f80a329e235e72a605f50da4a0af6 (patch)
treeb44ab76c41e1dc3e89fb82874e7c3b62e8004f06 /test
parentae0940f4435c8b6bdf007f4953c08d5d76428184 (diff)
More copyright 2010 mods.
Used: vi `grep -r 'Copyright .*Spitzak' . | grep -v 2010 | grep -v '/\.svn' | cut -d: -f1` git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7913 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/CubeView.h2
-rw-r--r--test/cairo_test.cxx2
-rw-r--r--test/checkers.app/Contents/Info.plist4
-rw-r--r--test/checkers.cxx2
-rw-r--r--test/connect.cxx2
-rw-r--r--test/fl_jpeg_image.cxx2
-rw-r--r--test/keyboard.h2
-rw-r--r--test/makefile.wat2
-rw-r--r--test/mandelbrot.h2
-rw-r--r--test/threads.h2
-rw-r--r--test/unittest_about.cxx2
-rw-r--r--test/unittest_circles.cxx2
-rw-r--r--test/unittest_images.cxx2
-rw-r--r--test/unittest_lines.cxx2
-rw-r--r--test/unittest_points.cxx2
-rw-r--r--test/unittest_rects.cxx2
-rw-r--r--test/unittest_scrollbarsize.cxx2
-rw-r--r--test/unittest_text.cxx2
-rw-r--r--test/unittest_viewport.cxx2
19 files changed, 20 insertions, 20 deletions
diff --git a/test/CubeView.h b/test/CubeView.h
index a02d868b6..86f38b6c0 100644
--- a/test/CubeView.h
+++ b/test/CubeView.h
@@ -3,7 +3,7 @@
//
// CubeView class definitions for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/cairo_test.cxx b/test/cairo_test.cxx
index 15a7a26ba..918bb35ff 100644
--- a/test/cairo_test.cxx
+++ b/test/cairo_test.cxx
@@ -3,7 +3,7 @@
//
// Arc drawing test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/checkers.app/Contents/Info.plist b/test/checkers.app/Contents/Info.plist
index 6bfebc4ce..1e77037d4 100644
--- a/test/checkers.app/Contents/Info.plist
+++ b/test/checkers.app/Contents/Info.plist
@@ -17,7 +17,7 @@
<string>English</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 1997-2006 by Bill Spitzak and others</string>
+ <string>Copyright 1997-2010 by Bill Spitzak and others</string>
<key>CFAppleHelpAnchor</key>
<string>help</string>
@@ -38,7 +38,7 @@
<string>1.0</string>
<key>CFBundleGetInfoString</key>
- <string>1.0, Copyright 1997-2006 by Bill Spitzak and others</string>
+ <string>1.0, Copyright 1997-2010 by Bill Spitzak and others</string>
</dict>
</plist>
diff --git a/test/checkers.cxx b/test/checkers.cxx
index 926d8be6e..1bfc9ccde 100644
--- a/test/checkers.cxx
+++ b/test/checkers.cxx
@@ -30,7 +30,7 @@
const char* copyright =
"Checkers game\n"
-"Copyright (C) 1997 Bill Spitzak spitzak@d2.com\n"
+"Copyright (C) 1997-2010 Bill Spitzak spitzak@d2.com\n"
"Original Pascal code:\n"
"Copyright 1978, Oregon Minicomputer Software, Inc.\n"
"2340 SW Canyon Road, Portland, Oregon 97201\n"
diff --git a/test/connect.cxx b/test/connect.cxx
index 284f76d77..d303cf93d 100644
--- a/test/connect.cxx
+++ b/test/connect.cxx
@@ -7,7 +7,7 @@
// You must chmod +s /usr/sbin/pppd, and put all the options
// into /etc/ppp/options.
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/fl_jpeg_image.cxx b/test/fl_jpeg_image.cxx
index 603fe6d32..49c05082a 100644
--- a/test/fl_jpeg_image.cxx
+++ b/test/fl_jpeg_image.cxx
@@ -20,7 +20,7 @@
// The makefile assummes you decompressed and build these in a directory
// called "jpeg-6a" in the same location as the "FL" directory.
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/keyboard.h b/test/keyboard.h
index bb7b26f05..3b2c04de1 100644
--- a/test/keyboard.h
+++ b/test/keyboard.h
@@ -3,7 +3,7 @@
//
// Keyboard/event test header for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/makefile.wat b/test/makefile.wat
index 28ceb7106..4eb5281a2 100644
--- a/test/makefile.wat
+++ b/test/makefile.wat
@@ -3,7 +3,7 @@
#
# Test/example program makefile for the Fast Light Tool Kit (FLTK).
#
-# Copyright 1998-2004 by Bill Spitzak and others.
+# Copyright 1998-2010 by Bill Spitzak and others.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
diff --git a/test/mandelbrot.h b/test/mandelbrot.h
index 4e7b58ccf..237dfbad1 100644
--- a/test/mandelbrot.h
+++ b/test/mandelbrot.h
@@ -3,7 +3,7 @@
//
// Mandelbrot set header file for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/threads.h b/test/threads.h
index 46e5994f6..d602f784a 100644
--- a/test/threads.h
+++ b/test/threads.h
@@ -3,7 +3,7 @@
//
// Simple threading API for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/unittest_about.cxx b/test/unittest_about.cxx
index 4662ad5eb..89125044f 100644
--- a/test/unittest_about.cxx
+++ b/test/unittest_about.cxx
@@ -3,7 +3,7 @@
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/unittest_circles.cxx b/test/unittest_circles.cxx
index d6513cf42..334120520 100644
--- a/test/unittest_circles.cxx
+++ b/test/unittest_circles.cxx
@@ -3,7 +3,7 @@
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/unittest_images.cxx b/test/unittest_images.cxx
index a5ffb37f9..25dfdd2cf 100644
--- a/test/unittest_images.cxx
+++ b/test/unittest_images.cxx
@@ -3,7 +3,7 @@
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/unittest_lines.cxx b/test/unittest_lines.cxx
index c09c10c48..8158b1f89 100644
--- a/test/unittest_lines.cxx
+++ b/test/unittest_lines.cxx
@@ -3,7 +3,7 @@
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/unittest_points.cxx b/test/unittest_points.cxx
index 059c4a3b0..d74f60741 100644
--- a/test/unittest_points.cxx
+++ b/test/unittest_points.cxx
@@ -3,7 +3,7 @@
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/unittest_rects.cxx b/test/unittest_rects.cxx
index 79365e572..2ac5a5680 100644
--- a/test/unittest_rects.cxx
+++ b/test/unittest_rects.cxx
@@ -3,7 +3,7 @@
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/unittest_scrollbarsize.cxx b/test/unittest_scrollbarsize.cxx
index b9f879098..9a26a5960 100644
--- a/test/unittest_scrollbarsize.cxx
+++ b/test/unittest_scrollbarsize.cxx
@@ -3,7 +3,7 @@
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/unittest_text.cxx b/test/unittest_text.cxx
index d882e6bc2..a638eb556 100644
--- a/test/unittest_text.cxx
+++ b/test/unittest_text.cxx
@@ -3,7 +3,7 @@
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
diff --git a/test/unittest_viewport.cxx b/test/unittest_viewport.cxx
index 21ab4f4bb..4a23e70bd 100644
--- a/test/unittest_viewport.cxx
+++ b/test/unittest_viewport.cxx
@@ -3,7 +3,7 @@
//
// Unit tests for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2009 by Bill Spitzak and others.
+// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public