[
https://issues.apache.org/jira/browse/AVRO-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14738106#comment-14738106
]
Sean Busbey commented on AVRO-1722:
-----------------------------------
{code}
lang/java/tools/src/test/compiler/output-string/avro/examples/baseball/Player.java
@@ -2,6 +2,22 @@
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
+ *
+ * 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.
*/
{code}
This is a test output of the compiler and I don't think the compiler actually
actually includes the ASF header in the compiler output for this input (or the
other examples) , right?
> Fix licensing issues
> --------------------
>
> Key: AVRO-1722
> URL: https://issues.apache.org/jira/browse/AVRO-1722
> Project: Avro
> Issue Type: Task
> Components: build
> Affects Versions: 1.8.0
> Reporter: Ryan Blue
> Assignee: Ryan Blue
> Priority: Blocker
> Fix For: 1.8.0
>
>
> The 1.8.0 release vote turned up a lot of licensing issues that need to be
> fixed. We need to do a scrub of the licensing.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)