X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flist.h;h=cc430d055b5ad56d364c8994a6faf96ed42749ad;hb=refs%2Fheads%2Fmaster;hp=b202fcb72277ee08f92d0d9f9a6007236d8f05ab;hpb=c84263bb8b0d16e4c6da49aa0b7d0bc904ae02b1;p=ttedit diff --git a/src/list.h b/src/list.h old mode 100755 new mode 100644 index b202fcb..cc430d0 --- a/src/list.h +++ b/src/list.h @@ -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 // // Who When What -// --- ---------- ------------------------------------------------------------- +// --- ---------- ----------------------------------------------------------- // JLH 08/30/1999 Created this file // JLH 05/11/2004 Cleaned up a few things in the implementation //