Added missing svn properties and $Id$ tags.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6942 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2009-11-18 12:22:51 +00:00
parent d6189d1d5c
commit 4fa7fde790
11 changed files with 56 additions and 10 deletions

View File

@ -1,5 +1,5 @@
// //
// "$Id:$" // "$Id$"
// //
// RGB Image header file for the Fast Light Tool Kit (FLTK). // RGB Image header file for the Fast Light Tool Kit (FLTK).
// //
@ -31,5 +31,5 @@
#endif // !Fl_RGB_Image_H #endif // !Fl_RGB_Image_H
// //
// End of "$Id:$". // End of "$Id$".
// //

View File

@ -1,4 +1,6 @@
// //
// "$Id$"
//
// Fl_Table -- A table widget // Fl_Table -- A table widget
// //
// Copyright 2002 by Greg Ercolano. // Copyright 2002 by Greg Ercolano.
@ -1059,3 +1061,7 @@ public:
}; };
#endif /*_FL_TABLE_H*/ #endif /*_FL_TABLE_H*/
//
// End of "$Id$".
//

View File

@ -1,3 +1,7 @@
//
// "$Id$"
//
#ifndef _FL_TABLE_ROW_H #ifndef _FL_TABLE_ROW_H
#define _FL_TABLE_ROW_H #define _FL_TABLE_ROW_H
@ -203,3 +207,7 @@ public:
}; };
#endif /*_FL_TABLE_ROW_H*/ #endif /*_FL_TABLE_ROW_H*/
//
// End of "$Id$".
//

View File

@ -1,3 +1,7 @@
//
// "$Id$"
//
#ifndef FL_TREE_H #ifndef FL_TREE_H
#define FL_TREE_H #define FL_TREE_H
@ -645,3 +649,7 @@ public:
}; };
#endif /*FL_TREE_H*/ #endif /*FL_TREE_H*/
//
// End of "$Id$".
//

View File

@ -1,3 +1,7 @@
//
// "$Id$"
//
#ifndef FL_TREE_ITEM_H #ifndef FL_TREE_ITEM_H
#define FL_TREE_ITEM_H #define FL_TREE_ITEM_H
@ -289,3 +293,7 @@ public:
}; };
#endif /*FL_TREE_ITEM_H*/ #endif /*FL_TREE_ITEM_H*/
//
// End of "$Id$".
//

View File

@ -1,3 +1,7 @@
//
// "$Id$"
//
#ifndef _FL_TREE_ITEM_ARRAY_H #ifndef _FL_TREE_ITEM_ARRAY_H
#define _FL_TREE_ITEM_ARRAY_H #define _FL_TREE_ITEM_ARRAY_H
@ -78,3 +82,7 @@ public:
}; };
#endif /*_FL_TREE_ITEM_ARRAY_H*/ #endif /*_FL_TREE_ITEM_ARRAY_H*/
//
// End of "$Id$".
//

View File

@ -1,3 +1,7 @@
//
// "$Id$"
//
#ifndef FL_TREE_PREFS_H #ifndef FL_TREE_PREFS_H
#define FL_TREE_PREFS_H #define FL_TREE_PREFS_H
@ -351,3 +355,7 @@ public:
}; };
#endif /*FL_TREE_PREFS_H*/ #endif /*FL_TREE_PREFS_H*/
//
// End of "$Id$".
//

View File

@ -1,4 +1,4 @@
/* "$Id: $" /* "$Id$"
* *
* Author: Jean-Marc Lienher ( http://oksid.ch ) * Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2003 by O'ksi'D. * Copyright 2000-2003 by O'ksi'D.
@ -172,5 +172,5 @@ XUtf8Toupper(
#endif #endif
/* /*
* End of "$Id: $". * End of "$Id$".
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* "$Id: fl_types.h 6299 2008-09-18 19:09:34Z fabien $" * "$Id$"
* *
* Simple "C"-style types for the Fast Light Tool Kit (FLTK). * Simple "C"-style types for the Fast Light Tool Kit (FLTK).
* *
@ -62,5 +62,5 @@ typedef unsigned int Fl_Char;
#endif #endif
/* /*
* End of "$Id: fl_types.h 6299 2008-09-18 19:09:34Z fabien $". * End of "$Id$".
*/ */

View File

@ -1,4 +1,4 @@
/* "$Id: $" /* "$Id$"
* *
* Author: Jean-Marc Lienher ( http://oksid.ch ) * Author: Jean-Marc Lienher ( http://oksid.ch )
* Copyright 2000-2009 by O'ksi'D. * Copyright 2000-2009 by O'ksi'D.
@ -246,5 +246,5 @@ FL_EXPORT char fl_make_path( const char *path );
#endif /* _HAVE_FL_UTF8_HDR_ */ #endif /* _HAVE_FL_UTF8_HDR_ */
/* /*
* End of "$Id: $". * End of "$Id$".
*/ */

View File

@ -1,5 +1,5 @@
// //
// "$Id:$" // "$Id$"
// //
// GLu header file for the Fast Light Tool Kit (FLTK). // GLu header file for the Fast Light Tool Kit (FLTK).
// //
@ -56,5 +56,5 @@
#endif // !FL_glu_H #endif // !FL_glu_H
// //
// End of "$Id: $". // End of "$Id$".
// //