diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..569bbd7 --- /dev/null +++ b/LICENSE @@ -0,0 +1,6 @@ +This Source Code Form is subject to the terms of the Mozilla Public +License, v. 2.0. If a copy of the MPL was not distributed with this +file, You can obtain one at http://mozilla.org/MPL/2.0/. + +Third party benchmarks included with AreWeFastYet uses different licenses. + diff --git a/benchmarks/asmjs-apps/harness.py b/benchmarks/asmjs-apps/harness.py index b8cacfc..33583dc 100755 --- a/benchmarks/asmjs-apps/harness.py +++ b/benchmarks/asmjs-apps/harness.py @@ -1,5 +1,8 @@ #!/usr/bin/python # vim: set ts=4 sw=4 tw=99 et: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. import os import sys import subprocess diff --git a/benchmarks/asmjs-apps/run.js b/benchmarks/asmjs-apps/run.js index c8fbf51..2894c34 100644 --- a/benchmarks/asmjs-apps/run.js +++ b/benchmarks/asmjs-apps/run.js @@ -1,4 +1,7 @@ // vim: set ts=2 sw=2 tw=99 et: +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ var __BENCHMARK__; var __ARGV__ = (function (argv) { diff --git a/benchmarks/asmjs-ubench/harness.py b/benchmarks/asmjs-ubench/harness.py index 01ad864..0548b20 100755 --- a/benchmarks/asmjs-ubench/harness.py +++ b/benchmarks/asmjs-ubench/harness.py @@ -1,5 +1,8 @@ #!/usr/bin/python # vim: set ts=4 sw=4 tw=99 et: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. import os import sys import subprocess diff --git a/benchmarks/asmjs-ubench/ubench.js b/benchmarks/asmjs-ubench/ubench.js index c8fbf51..2894c34 100644 --- a/benchmarks/asmjs-ubench/ubench.js +++ b/benchmarks/asmjs-ubench/ubench.js @@ -1,4 +1,7 @@ // vim: set ts=2 sw=2 tw=99 et: +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ var __BENCHMARK__; var __ARGV__ = (function (argv) { diff --git a/driver/benchmark.py b/driver/benchmark.py index 37ee86e..5913b35 100644 --- a/driver/benchmark.py +++ b/driver/benchmark.py @@ -1,4 +1,8 @@ # vim: set ts=4 sw=4 tw=99 et: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + import re import os import sys diff --git a/driver/builders.py b/driver/builders.py index 3f2a896..046d3d3 100644 --- a/driver/builders.py +++ b/driver/builders.py @@ -1,4 +1,8 @@ # vim: set ts=4 sw=4 tw=99 et: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + import os import sys import utils diff --git a/driver/dostuff.py b/driver/dostuff.py index cfddc8e..88431bc 100644 --- a/driver/dostuff.py +++ b/driver/dostuff.py @@ -1,4 +1,8 @@ # vim: set ts=4 sw=4 tw=99 et: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + import os import ConfigParser import submitter diff --git a/driver/puller.py b/driver/puller.py index 10b6507..28dfb54 100644 --- a/driver/puller.py +++ b/driver/puller.py @@ -1,4 +1,8 @@ # vim: set ts=4 sw=4 tw=99 et: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + import re import os import sys diff --git a/driver/submitter.py b/driver/submitter.py index 9a02c65..1f17e15 100644 --- a/driver/submitter.py +++ b/driver/submitter.py @@ -1,4 +1,8 @@ # vim: set ts=4 sw=4 tw=99 et: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + import re import urllib import urllib2 diff --git a/driver/utils.py b/driver/utils.py index c0af999..a82e343 100644 --- a/driver/utils.py +++ b/driver/utils.py @@ -1,4 +1,8 @@ # vim: set ts=4 sw=4 tw=99 et: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + import os import commands import subprocess diff --git a/server/awfy.py b/server/awfy.py index 26550e8..505861e 100644 --- a/server/awfy.py +++ b/server/awfy.py @@ -1,4 +1,8 @@ # vim: set ts=4 sw=4 tw=99 et: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + try: import MySQLdb as mdb except: diff --git a/server/condenser.py b/server/condenser.py index 8973489..498e74d 100644 --- a/server/condenser.py +++ b/server/condenser.py @@ -1,4 +1,8 @@ # vim: set ts=4 sw=4 tw=99 et: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + import re import os import sys diff --git a/server/data.py b/server/data.py index c777f14..1740138 100644 --- a/server/data.py +++ b/server/data.py @@ -1,4 +1,8 @@ # vim: set ts=4 sw=4 tw=99 et: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + import awfy import time diff --git a/server/profiler.py b/server/profiler.py index d14909a..5d600da 100644 --- a/server/profiler.py +++ b/server/profiler.py @@ -1,4 +1,8 @@ # vim: set ts=4 sw=4 tw=99 et: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + import datetime class Profiler(object): diff --git a/server/update.py b/server/update.py index 6c41b4a..3d8ef82 100644 --- a/server/update.py +++ b/server/update.py @@ -1,4 +1,8 @@ # vim: set ts=4 sw=4 tw=99 et: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + import os import sys import awfy diff --git a/website/UPDATE.php b/website/UPDATE.php index 75245e2..416e964 100644 --- a/website/UPDATE.php +++ b/website/UPDATE.php @@ -1,4 +1,7 @@