mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 10:07:06 +08:00
Copyright updates...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1903 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-3
@@ -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 $".
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user