summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2011-06-16 15:05:00 +0000
committerMatthias Melcher <fltk@matthiasm.com>2011-06-16 15:05:00 +0000
commit189a563ef0e89ce5c1ba2151fffb53c380b7a899 (patch)
tree7f1e8c7a30909a68752a35c64531c6634f8f0630 /test
parenta998fa51141592f75596fd312f27c3b1f315d1a5 (diff)
Fixed Copyright (another try - sorry!)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8812 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
-rw-r--r--test/device.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/device.cxx b/test/device.cxx
index 50b719273..5d4b790c3 100644
--- a/test/device.cxx
+++ b/test/device.cxx
@@ -1,9 +1,9 @@
//
-// "$Id:$"
+// "$Id$"
//
// Curve test program for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2010 by Roman Kantor and others.
+// Copyright 1998-2011 by Roman Kantor and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
@@ -741,5 +741,5 @@ b_bitmap.labelcolor(FL_GREEN);
}
//
-// End of "$Id:$"
+// End of "$Id$"
//