X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Fsimpleprng.c;h=e9cccaf3c444a008561ba73a5cb0b75b7ccb5f8d;hb=e7c9810a75f51ad43cc8e18f92099d7f717d6da7;hp=04e7a9f211b7463bb78e532d97d9ec488d2bdd57;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/common-src/simpleprng.c b/common-src/simpleprng.c index 04e7a9f..e9cccaf 100644 --- a/common-src/simpleprng.c +++ b/common-src/simpleprng.c @@ -1,9 +1,10 @@ /* - * Copyright (c) 2008, 2010 Zmanda, Inc. All Rights Reserved. + * Copyright (c) 2008-2012 Zmanda, Inc. All Rights Reserved. * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -18,6 +19,7 @@ * Sunnyvale, CA 94086, USA, or: http://www.zmanda.com */ +#include "amanda.h" #include "simpleprng.h" /* A *very* basic linear congruential generator; values are as cited in