lintian doesn't like orphan packages with uploaders...
[debian/amanda] / common-src / simpleprng.c
index 04e7a9f211b7463bb78e532d97d9ec488d2bdd57..e9cccaf3c444a008561ba73a5cb0b75b7ccb5f8d 100644 (file)
@@ -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