summaryrefslogtreecommitdiff
path: root/src/fl_call_main.c
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-11-28 21:06:39 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-11-28 21:06:39 +0000
commite454f97acc0635a5db9d5085fa16fa22d53e61e7 (patch)
tree9ae611c85d83d20ccce7fb989db0cddad3f57484 /src/fl_call_main.c
parentf4fc4241b7ae71c1ca7d39b835055e68ae16e08e (diff)
Fixed Copyright to 2010.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7903 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_call_main.c')
-rw-r--r--src/fl_call_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_call_main.c b/src/fl_call_main.c
index dbca0d84d..447408a77 100644
--- a/src/fl_call_main.c
+++ b/src/fl_call_main.c
@@ -1,7 +1,7 @@
/*
* "$Id$"
*
- * Copyright 1998-2009 by Bill Spitzak and others.
+ * Copyright 1998-2010 by Bill Spitzak and others.
*
* fl_call_main() calls main() for you Windows people. Needs to be done in C
* because Borland C++ won't let you call main() from C++.