]> Shamusworld >> Repos - ttedit/blobdiff - src/list.h
Added rectangle point selection, canvas zooming.
[ttedit] / src / list.h
index b202fcb72277ee08f92d0d9f9a6007236d8f05ab..cc430d055b5ad56d364c8994a6faf96ed42749ad 100755 (executable)
@@ -1,15 +1,15 @@
 //
 // A generic list class using a circular singly linked list
-// by James L. Hammons
-// (C) 2004 Underground Software
+// by James Hammons
+// (C) 2016 Underground Software
 //
-// Based upon work I did for CS240 Project 5 at Cal Poly Pomona for Dr. Bruce Hillam.
-// Hello Dr. Hillam! :-)
+// Based upon work I did for CS240 Project 5 at Cal Poly Pomona for Dr. Bruce
+// Hillam. Hello Dr. Hillam! :-)
 //
 // JLH = James L. Hammons <jlhamm@acm.org>
 //
 // Who  When        What
-// ---  ----------  -------------------------------------------------------------
+// ---  ----------  -----------------------------------------------------------
 // JLH  08/30/1999  Created this file
 // JLH  05/11/2004  Cleaned up a few things in the implementation
 //