diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/simd.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simd.js b/src/simd.js index 818d9047..6e3e3675 100644 --- a/src/simd.js +++ b/src/simd.js @@ -16,6 +16,8 @@ 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. + + https://github.com/johnmccutchan/ecmascript_simd/blob/master/src/ecmascript_simd.js */ "use strict"; |