Skip to content

Commit b9da1b0

Browse files
committed
Another attempt at sorting the license
1 parent cc568b1 commit b9da1b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

alea-LICENSE renamed to alea.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
The ALEA PRNG code used by simplex-noise.js is based on code by Johannes Baagøe,
2-
modified by Jonas Wagner.
3-
41
Copyright (C) 2010 by Johannes Baagøe <[email protected]>
52

63
Permission is hereby granted, free of charge, to any person obtaining a copy

simplex-noise.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Which is based on example code by Stefan Gustavson ([email protected]).
66
With Optimisations by Peter Eastman ([email protected]).
77
Better rank ordering method by Stefan Gustavson in 2012.
88
9-
109
Copyright (c) 2018 Jonas Wagner
1110
1211
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -407,8 +406,12 @@ Better rank ordering method by Stefan Gustavson in 2012.
407406
}
408407
SimplexNoise._buildPermutationTable = buildPermutationTable;
409408

409+
/*
410+
The ALEA PRNG and masher code used by simplex-noise.js
411+
is based on code by Johannes Baagøe, modified by Jonas Wagner.
412+
See alea.md for the full license.
413+
*/
410414
function alea() {
411-
// Johannes Baagøe <[email protected]>, 2010
412415
var s0 = 0;
413416
var s1 = 0;
414417
var s2 = 0;

0 commit comments

Comments
 (0)