Author: cutting
Date: Sat Jul 4 16:30:08 2009
New Revision: 791151
URL: http://svn.apache.org/viewvc?rev=791151&view=rev
Log:
AVRO-70. Add license header to json_schema.y. Contributed by Matt Massie.
Modified:
hadoop/avro/trunk/CHANGES.txt
hadoop/avro/trunk/src/c/json_schema.y
Modified: hadoop/avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=791151&r1=791150&r2=791151&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Sat Jul 4 16:30:08 2009
@@ -133,3 +133,5 @@
AVRO-55. Fix two spec document typos. (cutting)
AVRO-69. Make C's install-sh script executable. (Matt Massie via cutting)
+
+ AVRO-70. Add license header to json_schema.y. (Matt Massie via cutting)
Modified: hadoop/avro/trunk/src/c/json_schema.y
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/src/c/json_schema.y?rev=791151&r1=791150&r2=791151&view=diff
==============================================================================
--- hadoop/avro/trunk/src/c/json_schema.y (original)
+++ hadoop/avro/trunk/src/c/json_schema.y Sat Jul 4 16:30:08 2009
@@ -1,6 +1,20 @@
/*
-RFC 4627
-http://tools.ietf.org/html/rfc4627
+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.
*/
%name JSONParser