Make sure every source files are distributed with a copyright and license.

Files with no license use the default 3-clauses BSD license. The copyright
were mostly not recorded; they were updated according to the Changelog.
"Julianne Frances Haugh and contributors" changed to "copyright holders
and contributors".
This commit is contained in:
nekral-guest
2008-04-27 00:40:09 +00:00
parent 8a8072a563
commit c7302b61ef
121 changed files with 2698 additions and 1191 deletions

View File

@ -2,7 +2,7 @@
* salt.c - generate a random salt string for crypt()
*
* Written by Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl>,
* public domain.
* it is in the public domain.
*
* l64a was Written by J.T. Conklin <jtc@netbsd.org>. Public domain.
*/