Blame SOURCES/007-mt19937db.c_license.patch

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