From 1506a5ed54a4dfce1b6ef4c08421d60013532a32 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Wed, 23 Feb 2011 14:48:23 -0600 Subject: [PATCH] Clarify license on arrays test files. --- tests/arrays.js | 6 ++++++ tests/json2graph.py | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/tests/arrays.js b/tests/arrays.js index ba7d303e..c5ab66a9 100644 --- a/tests/arrays.js +++ b/tests/arrays.js @@ -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, new_normal, new_imageData, new_arrayBuffer, browser = Browser.browser + " " + diff --git a/tests/json2graph.py b/tests/json2graph.py index 0e9d07b3..2e4d7bf2 100755 --- a/tests/json2graph.py +++ b/tests/json2graph.py @@ -1,4 +1,11 @@ #!/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 import sys, json, pprint import numpy as np