diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/random.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/random.c b/stdlib/random.c index 967dec3539..0235ebe9b4 100644 --- a/stdlib/random.c +++ b/stdlib/random.c @@ -24,7 +24,7 @@ /* Copyright (C) 1983 Regents of the University of California. All rights reserved. - + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -37,7 +37,7 @@ 4. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |