brickviking / list

list is a curses-based interactive file listing program that combines the functions of less and hexdump into one handy program. It displays text on the screen in one of two different formats, either in hexadecimal dump format (a la MS-DOS debug.com format), or in text format, similar to what the programs less and more do.
GNU General Public License v2.0
2 stars 0 forks source link

Check the origins of project - ChangeLog can't surely be correct? #13

Closed brickviking closed 1 year ago

brickviking commented 1 year ago

Excerpt from Changelog:5:

Initial copyright:
  This Program Written By Paul Edwards w/ modifications by Bob Stout

I'll have to check the mirrors I've got for SNIPPETS-C and see if that statement is correct for my project. Given that the original SNIPPETS code was put into the public domain, it doesn't entirely matter, but my statement that "it's almost all my own code except for..." could possibly be challenged.

brickviking commented 1 year ago

This was quickly pulled together from github mirrors for the SNIPPETS project.

It would seem that the initial copyright holds true for the original HEXDUMP.C file, however, I've modified it considerably since its original public domain assignment. I think I can close this comfortably. As it is, the original authors seem to have been:

Closed. For now.

Rest in peace, Bob.