Author: cutting
Date: Thu Feb 9 22:03:17 2012
New Revision: 1242551
URL: http://svn.apache.org/viewvc?rev=1242551&view=rev
Log:
Adding missing license headers.
Modified:
avro/trunk/lang/c++/impl/json/JsonDom.cc
avro/trunk/lang/java/compiler/src/test/idl/putOnClassPath/OnTheClasspath.avdl
Modified: avro/trunk/lang/c++/impl/json/JsonDom.cc
URL:
http://svn.apache.org/viewvc/avro/trunk/lang/c%2B%2B/impl/json/JsonDom.cc?rev=1242551&r1=1242550&r2=1242551&view=diff
==============================================================================
--- avro/trunk/lang/c++/impl/json/JsonDom.cc (original)
+++ avro/trunk/lang/c++/impl/json/JsonDom.cc Thu Feb 9 22:03:17 2012
@@ -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.
+ */
+
#include "JsonDom.hh"
#include <stdexcept>
Modified:
avro/trunk/lang/java/compiler/src/test/idl/putOnClassPath/OnTheClasspath.avdl
URL:
http://svn.apache.org/viewvc/avro/trunk/lang/java/compiler/src/test/idl/putOnClassPath/OnTheClasspath.avdl?rev=1242551&r1=1242550&r2=1242551&view=diff
==============================================================================
---
avro/trunk/lang/java/compiler/src/test/idl/putOnClassPath/OnTheClasspath.avdl
(original)
+++
avro/trunk/lang/java/compiler/src/test/idl/putOnClassPath/OnTheClasspath.avdl
Thu Feb 9 22:03:17 2012
@@ -1,5 +1,23 @@
+/**
+ * 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.
+ */
+
@namespace("org.on.the.classpath")
protocol OnTheClasspath {
record FromAfar {
}
-}
\ No newline at end of file
+}