Blame SOURCES/007-mt19937db.c_license.patch

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