-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make a COPYRIGHT file so I don't have to chase down the copyright dat…
…es in all of the .c & .h files
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Copyright (c) 1982-2007 David L Parsons | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, without or without | ||
modification, are permitted provided that the above copyright notice | ||
and this paragraph are duplicated in all such forms and that any | ||
documentation, advertising materials, and other materials related | ||
to such distribution and use acknowledge that the software was | ||
developed by David L Parsons ([email protected]). My name may | ||
not be used to endorse or promote products derived from this software | ||
without specific prior written permission. THIS SOFTWARE IS PROVIDED | ||
AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, | ||
WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND | ||
FITNESS FOR A PARTICULAR PURPOSE |