]> Shamusworld >> Repos - ttedit/blobdiff - src/list.h
Added preview window to file loading dialog. :-)
[ttedit] / src / list.h
old mode 100755 (executable)
new mode 100644 (file)
index b202fcb..cc430d0
@@ -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
 //