From 3d94092dcc301e5c904851edeb4650e73d256370 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Fri, 10 Dec 2010 08:09:27 +0000 Subject: Header mods for submission history, copyright notices, consistency. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7996 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- examples/table-sort.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'examples/table-sort.cxx') diff --git a/examples/table-sort.cxx b/examples/table-sort.cxx index d6189f9af..fff339648 100644 --- a/examples/table-sort.cxx +++ b/examples/table-sort.cxx @@ -1,16 +1,16 @@ // // "$Id$" // -// table-sort -- An example application using a sortable Fl_Table +// table-sort -- An example application using a sortable Fl_Table // +// Originally the 'sortapp.cxx' example program that came with +// erco's Fl_Table widget. Added to FLTK in 2010. +// // Example of a non-trivial application that uses Fl_Table // with sortable columns. This example is not trying to be simple, -// but to demonstrate the complexities of an actual small app. -// -// HISTORY -// 03/18/2003 -- 'sortapp.cxx' added to the Fl_Table widget package -erco -// 11/30/2010 -- Modified and added to FLTK examples -erco +// but to demonstrate the complexities of an actual app. // +// Copyright 2010 Greg Ercolano. // Copyright 1998-2010 by Bill Spitzak and others. // // This library is free software; you can redistribute it and/or -- cgit v1.2.3