Clarify license on arrays test files.

This commit is contained in:
Joel Martin 2011-02-23 14:48:23 -06:00
parent d3da7c4c4f
commit 1506a5ed54
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,9 @@
/*
* Javascript binary array performance tests
* Copyright (C) 2011 Joel Martin
* Licensed under LGPL-3 (see LICENSE.txt)
*/
var ctx, i, j, randlist, var ctx, i, j, randlist,
new_normal, new_imageData, new_arrayBuffer, new_normal, new_imageData, new_arrayBuffer,
browser = Browser.browser + " " + browser = Browser.browser + " " +

View File

@ -1,4 +1,11 @@
#!/usr/bin/env python #!/usr/bin/env python
'''
Use matplotlib to generate performance charts
Copyright 2011 Joel Martin
Licensed under GPL version 3 (see docs/LICENSE.GPL-3)
'''
# a bar plot with errorbars # a bar plot with errorbars
import sys, json, pprint import sys, json, pprint
import numpy as np import numpy as np