You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by su...@apache.org on 2017/04/07 21:15:41 UTC

avro git commit: AVRO-2018 Add license to file TestFixed.java

Repository: avro
Updated Branches:
  refs/heads/branch-1.8 6bbcf7658 -> e38f7074d


AVRO-2018 Add license to file TestFixed.java

Signed-off-by: Sean Busbey <bu...@apache.org>


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

Branch: refs/heads/branch-1.8
Commit: e38f7074d7c8f9156b39c8310302486ced93767a
Parents: 6bbcf76
Author: sacharya <su...@apache.org>
Authored: Fri Apr 7 14:12:47 2017 -0500
Committer: sacharya <su...@apache.org>
Committed: Fri Apr 7 16:14:48 2017 -0500

----------------------------------------------------------------------
 .../src/test/java/org/apache/avro/TestFixed.java   | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/avro/blob/e38f7074/lang/java/avro/src/test/java/org/apache/avro/TestFixed.java
----------------------------------------------------------------------
diff --git a/lang/java/avro/src/test/java/org/apache/avro/TestFixed.java b/lang/java/avro/src/test/java/org/apache/avro/TestFixed.java
index da0ab5f..efe127a 100644
--- a/lang/java/avro/src/test/java/org/apache/avro/TestFixed.java
+++ b/lang/java/avro/src/test/java/org/apache/avro/TestFixed.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.avro;
 
 import org.junit.Assert;