Blame SOURCES/007-mt19937db.c_license.patch

cb4edc
Description: mt19937db.c license should include the GPL
cb4edc
 This file is distributed from upstream Berkeley DB under the Artistic
cb4edc
 License (no version specified), althouth it was later released by the
cb4edc
 original author under both GPL2+ and BSD.
cb4edc
 .
cb4edc
 References:
cb4edc
 http://web.archive.org/web/20010806225716/http://www.math.keio.ac.jp/matumoto/mt19937int.c
cb4edc
 http://web.archive.org/web/20130127064020/http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.c
cb4edc
 https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=886838
cb4edc
 https://lists.nongnu.org/archive/html/gnu-linux-libre/2010-05/msg00000.html
cb4edc
 .
cb4edc
Author: Ruben Rodriguez <ruben@trisquel.info>
cb4edc
cb4edc
cb4edc
--- db-5.3.21/src/crypto/mersenne/mt19937db.c.licensefix
cb4edc
+++ db-5.3.21/src/crypto/mersenne/mt19937db.c
cb4edc
@@ -16,16 +16,27 @@
cb4edc
 /*   Coded by Takuji Nishimura, considering the suggestions by    */
cb4edc
 /* Topher Cooper and Marc Rieffel in July-Aug. 1997.              */
cb4edc
 
cb4edc
-/* This library is free software under the Artistic license:       */
cb4edc
-/* see the file COPYING distributed together with this code.       */
cb4edc
-/* For the verification of the code, its output sequence file      */
cb4edc
-/* mt19937int.out is attached (2001/4/2)                           */
cb4edc
-
cb4edc
 /* Copyright (C) 1997, 1999 Makoto Matsumoto and Takuji Nishimura. */
cb4edc
 /* Any feedback is very welcome. For any question, comments,       */
cb4edc
 /* see http://www.math.keio.ac.jp/matumoto/emt.html or email       */
cb4edc
 /* matumoto@math.keio.ac.jp                                        */
cb4edc
 
cb4edc
+/* This library is free software; you can redistribute it and/or   */
cb4edc
+/* modify it under the terms of the GNU Library General Public     */
cb4edc
+/* License as published by the Free Software Foundation; either    */
cb4edc
+/* version 2 of the License, or (at your option) any later         */
cb4edc
+/* version.                                                        */
cb4edc
+/* This library is distributed in the hope that it will be useful, */
cb4edc
+/* but WITHOUT ANY WARRANTY; without even the implied warranty of  */
cb4edc
+/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.            */
cb4edc
+/* See the GNU Library General Public License for more details.    */
cb4edc
+/* You should have received a copy of the GNU Library General      */
cb4edc
+/* Public License along with this library; if not, write to the    */
cb4edc
+/* Free Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA   */ 
cb4edc
+/* 02111-1307  USA                                                 */
cb4edc
+
cb4edc
+/* This library is free software under the Artistic license:       */
cb4edc
+
cb4edc
 /* REFERENCE                                                       */
cb4edc
 /* M. Matsumoto and T. Nishimura,                                  */
cb4edc
 /* "Mersenne Twister: A 623-Dimensionally Equidistributed Uniform  */