Skip to content

Commit 35545de

Browse files
committed
Split license file into one for the dependency and one for the Julia
source code.
1 parent eed9f33 commit 35545de

File tree

2 files changed

+16
-21
lines changed

2 files changed

+16
-21
lines changed

LICENSE.md

+1-21
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,7 @@
1-
# RNGTest
2-
Copyright (c) 2013-2014: Andreas Noack Jensen
3-
4-
https://github.com/JuliaLang/julia/contributors
1+
Copyright (c) 2013-2018: Andreas Noack and contributors
52

63
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
74

85
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
96

107
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11-
12-
13-
# TestU01
14-
Copyright (c) 2002 by Pierre L'Ecuyer,
15-
Université de Montréal.
16-
Web address: [http://www.iro.umontreal.ca/~lecuyer/]
17-
All rights reserved.
18-
19-
Redistribution and use in source and binary forms, with or without modification, are permitted without a fee for private, research, academic, or other non-commercial purposes. Any use of this software in a commercial environment requires a written licence from the copyright owner.
20-
21-
Any changes made to this package must be clearly identified as such.
22-
23-
In scientific publications which used this software, a reference to it would be appreciated.
24-
25-
Redistributions of source code must retain this copyright notice and the following disclaimer:
26-
27-
THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

deps/LICENSE.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# TestU01
2+
Copyright (c) 2002 by Pierre L'Ecuyer,
3+
Université de Montréal.
4+
Web address: [http://www.iro.umontreal.ca/~lecuyer/]
5+
All rights reserved.
6+
7+
Redistribution and use in source and binary forms, with or without modification, are permitted without a fee for private, research, academic, or other non-commercial purposes. Any use of this software in a commercial environment requires a written licence from the copyright owner.
8+
9+
Any changes made to this package must be clearly identified as such.
10+
11+
In scientific publications which used this software, a reference to it would be appreciated.
12+
13+
Redistributions of source code must retain this copyright notice and the following disclaimer:
14+
15+
THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

0 commit comments

Comments
 (0)