Author: jmhodges
Date: Fri Jun 4 05:39:21 2010
New Revision: 951283
URL: http://svn.apache.org/viewvc?rev=951283&view=rev
Log:
AVR0-555 Missing license headers in some ruby source files. merge from trunk
Modified:
avro/branches/branch-1.3/ (props changed)
avro/branches/branch-1.3/CHANGES.txt
avro/branches/branch-1.3/lang/ruby/test/test_datafile.rb
avro/branches/branch-1.3/lang/ruby/test/test_socket_transport.rb
avro/branches/branch-1.3/lang/ruby/test/tool.rb
Propchange: avro/branches/branch-1.3/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jun 4 05:39:21 2010
@@ -1,2 +1,2 @@
-/avro/trunk:944035,944049,946466
+/avro/trunk:944035,944049,946466,949477
/hadoop/avro/trunk:930458-930459,930461-930462,930599,931026-931027,931437,933158,933180-933181,933184,935526,938347,938577,941168
Modified: avro/branches/branch-1.3/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/branches/branch-1.3/CHANGES.txt?rev=951283&r1=951282&r2=951283&view=diff
==============================================================================
--- avro/branches/branch-1.3/CHANGES.txt (original)
+++ avro/branches/branch-1.3/CHANGES.txt Fri Jun 4 05:39:21 2010
@@ -49,6 +49,11 @@ Avro 1.3.3 (Unreleased)
AVRO-489. Skipping complex objects in the ruby impl. (jmhodges)
(jmhodges)
+ AVR0-555 Missing license headers in some ruby source
+ files. (jmhodges)
+
+Avro 1.3.3 (Unreleased)
+
Avro 1.3.2 (31 March 2010)
IMPROVEMENTS
Modified: avro/branches/branch-1.3/lang/ruby/test/test_datafile.rb
URL:
http://svn.apache.org/viewvc/avro/branches/branch-1.3/lang/ruby/test/test_datafile.rb?rev=951283&r1=951282&r2=951283&view=diff
==============================================================================
--- avro/branches/branch-1.3/lang/ruby/test/test_datafile.rb (original)
+++ avro/branches/branch-1.3/lang/ruby/test/test_datafile.rb Fri Jun 4
05:39:21 2010
@@ -1,3 +1,19 @@
+# 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.
+
require 'test_help'
class TestDataFile < Test::Unit::TestCase
Modified: avro/branches/branch-1.3/lang/ruby/test/test_socket_transport.rb
URL:
http://svn.apache.org/viewvc/avro/branches/branch-1.3/lang/ruby/test/test_socket_transport.rb?rev=951283&r1=951282&r2=951283&view=diff
==============================================================================
--- avro/branches/branch-1.3/lang/ruby/test/test_socket_transport.rb (original)
+++ avro/branches/branch-1.3/lang/ruby/test/test_socket_transport.rb Fri Jun 4
05:39:21 2010
@@ -1,3 +1,19 @@
+# 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.
+
require 'test_help'
class TestSocketTransport < Test::Unit::TestCase
Modified: avro/branches/branch-1.3/lang/ruby/test/tool.rb
URL:
http://svn.apache.org/viewvc/avro/branches/branch-1.3/lang/ruby/test/tool.rb?rev=951283&r1=951282&r2=951283&view=diff
==============================================================================
--- avro/branches/branch-1.3/lang/ruby/test/tool.rb (original)
+++ avro/branches/branch-1.3/lang/ruby/test/tool.rb Fri Jun 4 05:39:21 2010
@@ -1,3 +1,19 @@
+# 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.
+
require 'avro'
require 'webrick'
require 'uri'