Repository: avro Updated Branches: refs/heads/master 2875665a5 -> b30b9e7a3
AVRO-1821: Add license header to TestReflectData. Project: http://git-wip-us.apache.org/repos/asf/avro/repo Commit: http://git-wip-us.apache.org/repos/asf/avro/commit/b30b9e7a Tree: http://git-wip-us.apache.org/repos/asf/avro/tree/b30b9e7a Diff: http://git-wip-us.apache.org/repos/asf/avro/diff/b30b9e7a Branch: refs/heads/master Commit: b30b9e7a3365f50aa6f4481705937c462914764d Parents: 2875665 Author: Ryan Blue <[email protected]> Authored: Sun Apr 17 15:10:03 2016 -0700 Committer: Ryan Blue <[email protected]> Committed: Sun Apr 17 15:10:03 2016 -0700 ---------------------------------------------------------------------- .../org/apache/avro/reflect/TestReflectData.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/avro/blob/b30b9e7a/lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectData.java ---------------------------------------------------------------------- diff --git a/lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectData.java b/lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectData.java index 46645c2..bab821a 100644 --- a/lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectData.java +++ b/lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectData.java @@ -1,3 +1,21 @@ +/** + * 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.avro.reflect; import org.apache.avro.Schema;
