CRUNCH-39: Add license header to CollectionDeepCopierTest to fix rat. 
Contributed by Jakob Homan.


Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/f2107350
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/f2107350
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/f2107350

Branch: refs/heads/master
Commit: f2107350bfffae2aced07447838a536423a159af
Parents: 153617a
Author: jwills <[email protected]>
Authored: Thu Aug 9 16:02:51 2012 -0700
Committer: jwills <[email protected]>
Committed: Thu Aug 9 16:02:51 2012 -0700

----------------------------------------------------------------------
 .../crunch/types/CollectionDeepCopierTest.java     |   17 +++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/f2107350/crunch/src/test/java/org/apache/crunch/types/CollectionDeepCopierTest.java
----------------------------------------------------------------------
diff --git 
a/crunch/src/test/java/org/apache/crunch/types/CollectionDeepCopierTest.java 
b/crunch/src/test/java/org/apache/crunch/types/CollectionDeepCopierTest.java
index 7e532e8..bac93f4 100644
--- a/crunch/src/test/java/org/apache/crunch/types/CollectionDeepCopierTest.java
+++ b/crunch/src/test/java/org/apache/crunch/types/CollectionDeepCopierTest.java
@@ -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 org.apache.crunch.types;
 
 import static org.junit.Assert.*;

Reply via email to