Copyright updates...

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1903 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2002-01-01 15:11:33 +00:00
parent e5a26965bf
commit 64b4177ef4
374 changed files with 1311 additions and 1861 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
//
// "$Id: threads.h,v 1.1.2.4 2001/12/17 14:52:27 easysw Exp $"
// "$Id: threads.h,v 1.1.2.5 2002/01/01 15:11:33 easysw Exp $"
//
// Simple threading API for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2001 by Bill Spitzak and others.
// Copyright 1998-2002 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
@@ -68,5 +68,5 @@ static int fl_create_thread(Fl_Thread& t, void *(*f) (void *), void* p) {
#endif // !Threads_h
//
// End of "$Id: threads.h,v 1.1.2.4 2001/12/17 14:52:27 easysw Exp $".
// End of "$Id: threads.h,v 1.1.2.5 2002/01/01 15:11:33 easysw Exp $".
//