aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorryanlecompte <lecompte@gmail.com>2013-07-24 20:50:32 -0700
committerryanlecompte <lecompte@gmail.com>2013-07-24 20:50:32 -0700
commita1c515fb02646c857c607949120c7d3cb29f4dce (patch)
tree73294014499a25e354b2e5401ea164b70422d2bd /core
parent8e0939f5a9c0823d51d0e94185b55d4a02628a53 (diff)
downloadspark-a1c515fb02646c857c607949120c7d3cb29f4dce.tar.gz
spark-a1c515fb02646c857c607949120c7d3cb29f4dce.tar.bz2
spark-a1c515fb02646c857c607949120c7d3cb29f4dce.zip
add copyright back in
Diffstat (limited to 'core')
-rw-r--r--core/src/test/scala/spark/KryoSerializerSuite.scala17
1 files changed, 17 insertions, 0 deletions
diff --git a/core/src/test/scala/spark/KryoSerializerSuite.scala b/core/src/test/scala/spark/KryoSerializerSuite.scala
index cb59bb9b65..f6e3eec546 100644
--- a/core/src/test/scala/spark/KryoSerializerSuite.scala
+++ b/core/src/test/scala/spark/KryoSerializerSuite.scala
@@ -1,3 +1,20 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
package spark
import scala.collection.mutable