Blame SOURCES/007-mt19937db.c_license.patch

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