Blame SOURCES/007-mt19937db.c_license.patch

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