Author: bryanduxbury
Date: Wed Apr 8 00:19:37 2009
New Revision: 763048
URL: http://svn.apache.org/viewvc?rev=763048&view=rev
Log:
THRIFT-387. Add appropriate Apache header to all code files
This hits all the documentation and some misc code files that have avoided the
license up to this point.
Added:
incubator/thrift/trunk/lib/cocoa/README
incubator/thrift/trunk/lib/csharp/README
Modified:
incubator/thrift/trunk/README
incubator/thrift/trunk/compiler/cpp/README
incubator/thrift/trunk/doc/thrift.bnf
incubator/thrift/trunk/lib/cpp/README
incubator/thrift/trunk/lib/erl/README
incubator/thrift/trunk/lib/hs/README
incubator/thrift/trunk/lib/hs/Setup.lhs
incubator/thrift/trunk/lib/java/README
incubator/thrift/trunk/lib/java/test/TestClient
incubator/thrift/trunk/lib/java/test/TestNonblockingServer
incubator/thrift/trunk/lib/java/test/TestServer
incubator/thrift/trunk/lib/ocaml/README
incubator/thrift/trunk/lib/perl/README
incubator/thrift/trunk/lib/php/README
incubator/thrift/trunk/lib/php/README.apache
incubator/thrift/trunk/lib/py/README
incubator/thrift/trunk/lib/rb/README
incubator/thrift/trunk/lib/st/README
incubator/thrift/trunk/tutorial/README
incubator/thrift/trunk/tutorial/java/JavaClient
incubator/thrift/trunk/tutorial/java/JavaServer
Modified: incubator/thrift/trunk/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/README?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/README (original)
+++ incubator/thrift/trunk/README Wed Apr 8 00:19:37 2009
@@ -2,8 +2,25 @@
Last Modified: 2009-Jan-30
-Thrift is distributed under the Apache License, v2.0. Please see the
-included LICENSE file.
+License
+=======
+
+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.
Introduction
============
Modified: incubator/thrift/trunk/compiler/cpp/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/compiler/cpp/README?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/compiler/cpp/README (original)
+++ incubator/thrift/trunk/compiler/cpp/README Wed Apr 8 00:19:37 2009
@@ -1,7 +1,24 @@
Thrift Code Compiler
-Thrift is distributed under the Thrift open source software license.
-Please see the included LICENSE file.
+License
+=======
+
+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.
Thrift Code Compiler
====================
Modified: incubator/thrift/trunk/doc/thrift.bnf
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/doc/thrift.bnf?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/doc/thrift.bnf (original)
+++ incubator/thrift/trunk/doc/thrift.bnf Wed Apr 8 00:19:37 2009
@@ -1,11 +1,25 @@
Thrift Protocol Structure
-Mark Slee ([email protected])
-
Last Modified: 2007-Jun-29
-Thrift is distributed under the Thrift open source software license.
-Please see the included LICENSE file.
+--------------------------------------------------------------------
+
+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.
--------------------------------------------------------------------
Added: incubator/thrift/trunk/lib/cocoa/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/cocoa/README?rev=763048&view=auto
==============================================================================
--- incubator/thrift/trunk/lib/cocoa/README (added)
+++ incubator/thrift/trunk/lib/cocoa/README Wed Apr 8 00:19:37 2009
@@ -0,0 +1,21 @@
+Thrift Cocoa Software Library
+
+License
+=======
+
+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.
Modified: incubator/thrift/trunk/lib/cpp/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/cpp/README?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/cpp/README (original)
+++ incubator/thrift/trunk/lib/cpp/README Wed Apr 8 00:19:37 2009
@@ -1,7 +1,24 @@
Thrift C++ Software Library
-Thrift is distributed under the Thrift open source software license.
-Please see the included LICENSE file.
+License
+=======
+
+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.
Using Thrift with C++
=====================
Added: incubator/thrift/trunk/lib/csharp/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/csharp/README?rev=763048&view=auto
==============================================================================
--- incubator/thrift/trunk/lib/csharp/README (added)
+++ incubator/thrift/trunk/lib/csharp/README Wed Apr 8 00:19:37 2009
@@ -0,0 +1,26 @@
+Thrift C# Software Library
+
+License
+=======
+
+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.
+
+Using Thrift with C#
+====================
+
+Thrift requires Mono >= 1.2.6 or .NET framework >= 3.5
Modified: incubator/thrift/trunk/lib/erl/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/erl/README?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/erl/README (original)
+++ incubator/thrift/trunk/lib/erl/README Wed Apr 8 00:19:37 2009
@@ -1,3 +1,28 @@
+Thrift Erlang Software Library
+
+License
+=======
+
+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.
+
+Example
+=======
+
Example session using thrift_client:
118> f(), {ok, C} = thrift_client:start_link("localhost", 9090,
thriftTest_thrif
Modified: incubator/thrift/trunk/lib/hs/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/hs/README?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/hs/README (original)
+++ incubator/thrift/trunk/lib/hs/README Wed Apr 8 00:19:37 2009
@@ -1,5 +1,25 @@
Haskell Thrift Bindings
+License
+=======
+
+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.
+
Running
=======
Modified: incubator/thrift/trunk/lib/hs/Setup.lhs
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/hs/Setup.lhs?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/hs/Setup.lhs (original)
+++ incubator/thrift/trunk/lib/hs/Setup.lhs Wed Apr 8 00:19:37 2009
@@ -1,3 +1,23 @@
#!/usr/bin/env runhaskell
+
+#
+# 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.
+#
+
> import Distribution.Simple
> main = defaultMain
Modified: incubator/thrift/trunk/lib/java/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/README?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/java/README (original)
+++ incubator/thrift/trunk/lib/java/README Wed Apr 8 00:19:37 2009
@@ -1,7 +1,24 @@
Thrift Java Software Library
-Thrift is distributed under the Thrift open source software license.
-Please see the included LICENSE file.
+License
+=======
+
+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.
Using Thrift with Java
======================
Modified: incubator/thrift/trunk/lib/java/test/TestClient
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/test/TestClient?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/java/test/TestClient (original)
+++ incubator/thrift/trunk/lib/java/test/TestClient Wed Apr 8 00:19:37 2009
@@ -1,2 +1,22 @@
#!/bin/bash -v
+
+#
+# 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.
+#
+
java -cp thrifttest.jar:../../lib/java/libthrift.jar
org.apache.thrift.test.TestClient $*
Modified: incubator/thrift/trunk/lib/java/test/TestNonblockingServer
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/test/TestNonblockingServer?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/java/test/TestNonblockingServer (original)
+++ incubator/thrift/trunk/lib/java/test/TestNonblockingServer Wed Apr 8
00:19:37 2009
@@ -1,2 +1,22 @@
#!/bin/bash -v
+
+#
+# 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.
+#
+
java -server -Xmx256m -cp thrifttest.jar:../../lib/java/libthrift.jar
org.apache.thrift.test.TestNonblockingServer $*
Modified: incubator/thrift/trunk/lib/java/test/TestServer
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/java/test/TestServer?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/java/test/TestServer (original)
+++ incubator/thrift/trunk/lib/java/test/TestServer Wed Apr 8 00:19:37 2009
@@ -1,2 +1,22 @@
#!/bin/bash -v
+
+#
+# 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.
+#
+
java -server -cp thrifttest.jar:../../lib/java/libthrift.jar
org.apache.thrift.test.TestServer $*
Modified: incubator/thrift/trunk/lib/ocaml/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/ocaml/README?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/ocaml/README (original)
+++ incubator/thrift/trunk/lib/ocaml/README Wed Apr 8 00:19:37 2009
@@ -1,5 +1,29 @@
+Thrift OCaml Software Library
+
+License
+=======
+
+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.
+
+
Library
--------
+=======
+
The library abstract classes, exceptions, and general use functions
are mostly jammed in Thrift.ml (an exception being
TServer).
Modified: incubator/thrift/trunk/lib/perl/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/perl/README?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/perl/README (original)
+++ incubator/thrift/trunk/lib/perl/README Wed Apr 8 00:19:37 2009
@@ -1,7 +1,24 @@
Thrift Perl Software Library
-Thrift is distributed under the Thrift open source software license.
-Please see the included LICENSE file.
+License
+=======
+
+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.
Using Thrift with Perl
=====================
Modified: incubator/thrift/trunk/lib/php/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/README?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/php/README (original)
+++ incubator/thrift/trunk/lib/php/README Wed Apr 8 00:19:37 2009
@@ -1,7 +1,24 @@
Thrift PHP Software Library
-Thrift is distributed under the Thrift open source software license.
-Please see the included LICENSE file.
+License
+=======
+
+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.
Using Thrift with PHP
=====================
Modified: incubator/thrift/trunk/lib/php/README.apache
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/php/README.apache?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/php/README.apache (original)
+++ incubator/thrift/trunk/lib/php/README.apache Wed Apr 8 00:19:37 2009
@@ -1,7 +1,24 @@
Thrift PHP/Apache Integration
-Thrift is distributed under the Thrift open source software license.
-Please see the included LICENSE file.
+License
+=======
+
+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.
Building PHP Thrift Services with Apache
========================================
Modified: incubator/thrift/trunk/lib/py/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/py/README?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/py/README (original)
+++ incubator/thrift/trunk/lib/py/README Wed Apr 8 00:19:37 2009
@@ -1,7 +1,24 @@
Thrift Python Software Library
-Thrift is distributed under the Thrift open source software license.
-Please see the included LICENSE file.
+License
+=======
+
+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.
Using Thrift with Python
========================
Modified: incubator/thrift/trunk/lib/rb/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/rb/README?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/rb/README (original)
+++ incubator/thrift/trunk/lib/rb/README Wed Apr 8 00:19:37 2009
@@ -1,6 +1,25 @@
Thrift Ruby Software Library
http://incubator.apache.org/thrift/
+== LICENSE:
+
+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.
+
== DESCRIPTION:
Thrift is a strongly-typed language-agnostic RPC system.
@@ -22,8 +41,3 @@
This section should get written by someone with the time and inclination.
In the meantime, look at existing code, such as the benchmark or the tutorial
in the full thrift distribution.
-
-== LICENSE:
-
-Thrift is distributed under the Apache Software License.
-Please see the included LICENSE file.
Modified: incubator/thrift/trunk/lib/st/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/st/README?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/st/README (original)
+++ incubator/thrift/trunk/lib/st/README Wed Apr 8 00:19:37 2009
@@ -1,5 +1,30 @@
+Thrift SmallTalk Software Library
+
Last updated Nov 2007
+License
+=======
+
+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.
+
+Library
+=======
+
To get started, just file in thrift.st with Squeak, run thrift -st
on the tutorial .thrift files (and file in the resulting code), and
then:
Modified: incubator/thrift/trunk/tutorial/README
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/tutorial/README?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/tutorial/README (original)
+++ incubator/thrift/trunk/tutorial/README Wed Apr 8 00:19:37 2009
@@ -1,7 +1,24 @@
Thrift Tutorial
-Thrift is distributed under the Thrift open source software license.
-Please see the included LICENSE file.
+License
+=======
+
+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.
Tutorial
========
Modified: incubator/thrift/trunk/tutorial/java/JavaClient
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/tutorial/java/JavaClient?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/tutorial/java/JavaClient (original)
+++ incubator/thrift/trunk/tutorial/java/JavaClient Wed Apr 8 00:19:37 2009
@@ -1,2 +1,22 @@
#!/bin/sh
+
+#
+# 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.
+#
+
java -cp tutorial.jar:/usr/local/lib/libthrift.jar JavaClient
Modified: incubator/thrift/trunk/tutorial/java/JavaServer
URL:
http://svn.apache.org/viewvc/incubator/thrift/trunk/tutorial/java/JavaServer?rev=763048&r1=763047&r2=763048&view=diff
==============================================================================
--- incubator/thrift/trunk/tutorial/java/JavaServer (original)
+++ incubator/thrift/trunk/tutorial/java/JavaServer Wed Apr 8 00:19:37 2009
@@ -1,2 +1,22 @@
#!/bin/sh
+
+#
+# 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.
+#
+
java -cp tutorial.jar:/usr/local/lib/libthrift.jar JavaServer