summaryrefslogtreecommitdiff
path: root/src/fl_call_main.c
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2009-01-01 21:28:26 +0000
committerMatthias Melcher <fltk@matthiasm.com>2009-01-01 21:28:26 +0000
commit5251b64d57b18981411a10982aac8e4f4da87d5a (patch)
tree123134e1b6b608a0f6e85900c3903ab2e3d3102b /src/fl_call_main.c
parenta6e76c29fd143e87b05496de8547cd32636a63cc (diff)
Changed Copyright in 'src' directory
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6616 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 67051fcac..b244498de 100644
--- a/src/fl_call_main.c
+++ b/src/fl_call_main.c
@@ -1,7 +1,7 @@
/*
* "$Id$"
*
- * Copyright 1998-2008 by Bill Spitzak and others.
+ * Copyright 1998-2009 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++.