Merge pull request #246 from pwendell/master Add missing license headers
I found this when doing further audits on the 0.8.1 release candidate. Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/6169fe14 Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/6169fe14 Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/6169fe14 Branch: refs/heads/scala-2.10 Commit: 6169fe14a140146602fb07cfcd13eee6efad98f9 Parents: d992ec6 5b74609 Author: Patrick Wendell <[email protected]> Authored: Mon Dec 9 16:51:36 2013 -0800 Committer: Patrick Wendell <[email protected]> Committed: Mon Dec 9 16:51:36 2013 -0800 ---------------------------------------------------------------------- .../apache/spark/storage/StoragePerfTester.scala | 17 +++++++++++++++++ .../spark/deploy/worker/ExecutorRunnerTest.scala | 17 +++++++++++++++++ .../spark/storage/DiskBlockManagerSuite.scala | 17 +++++++++++++++++ .../spark/util/collection/OpenHashMapSuite.scala | 17 +++++++++++++++++ .../spark/util/collection/OpenHashSetSuite.scala | 17 +++++++++++++++++ .../collection/PrimitiveKeyOpenHashMapSuite.scala | 17 +++++++++++++++++ python/test_support/userlibrary.py | 17 +++++++++++++++++ 7 files changed, 119 insertions(+) ----------------------------------------------------------------------
