Author: buildbot
Date: Sat Sep 26 12:56:10 2015
New Revision: 966893
Log:
Staging update by buildbot for thrift
Modified:
websites/staging/thrift/trunk/content/about.html
websites/staging/thrift/trunk/content/developers.html
websites/staging/thrift/trunk/content/docs/BuildingFromSource.html
websites/staging/thrift/trunk/content/docs/HowToContribute.html
websites/staging/thrift/trunk/content/docs/HowToNewLanguage.html
websites/staging/thrift/trunk/content/docs/committers/AdditionalReading.html
websites/staging/thrift/trunk/content/docs/committers/HowToCommit.html
websites/staging/thrift/trunk/content/docs/committers/HowToPublish.html
websites/staging/thrift/trunk/content/docs/committers/HowToRelease.html
websites/staging/thrift/trunk/content/docs/committers/HowToThriftWebsite.html
websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html
websites/staging/thrift/trunk/content/docs/committers/index.html
websites/staging/thrift/trunk/content/docs/concepts.html
websites/staging/thrift/trunk/content/docs/features.html
websites/staging/thrift/trunk/content/docs/idl.html
websites/staging/thrift/trunk/content/docs/index.html
websites/staging/thrift/trunk/content/docs/install/centos.html
websites/staging/thrift/trunk/content/docs/install/debian.html
websites/staging/thrift/trunk/content/docs/install/index.html
websites/staging/thrift/trunk/content/docs/install/os_x.html
websites/staging/thrift/trunk/content/docs/install/windows.html
websites/staging/thrift/trunk/content/docs/types.html
websites/staging/thrift/trunk/content/download.html
websites/staging/thrift/trunk/content/index.html
websites/staging/thrift/trunk/content/lib/c_glib.html
websites/staging/thrift/trunk/content/lib/cpp.html
websites/staging/thrift/trunk/content/lib/csharp.html
websites/staging/thrift/trunk/content/lib/d.html
websites/staging/thrift/trunk/content/lib/delphi.html
websites/staging/thrift/trunk/content/lib/erl.html
websites/staging/thrift/trunk/content/lib/go.html
websites/staging/thrift/trunk/content/lib/haxe.html
websites/staging/thrift/trunk/content/lib/hs.html
websites/staging/thrift/trunk/content/lib/index.html
websites/staging/thrift/trunk/content/lib/java.html
websites/staging/thrift/trunk/content/lib/js.html
websites/staging/thrift/trunk/content/lib/nodejs.html
websites/staging/thrift/trunk/content/lib/ocaml.html
websites/staging/thrift/trunk/content/lib/perl.html
websites/staging/thrift/trunk/content/lib/php.html
websites/staging/thrift/trunk/content/lib/py.html
websites/staging/thrift/trunk/content/lib/rb.html
websites/staging/thrift/trunk/content/lib/st.html
websites/staging/thrift/trunk/content/mailing.html
websites/staging/thrift/trunk/content/sitemap.html
websites/staging/thrift/trunk/content/test/ThriftTest.html
websites/staging/thrift/trunk/content/test/index.html
websites/staging/thrift/trunk/content/test/keys.html
websites/staging/thrift/trunk/content/tutorial/as3.html
websites/staging/thrift/trunk/content/tutorial/c_glib.html
websites/staging/thrift/trunk/content/tutorial/cpp.html
websites/staging/thrift/trunk/content/tutorial/csharp.html
websites/staging/thrift/trunk/content/tutorial/d.html
websites/staging/thrift/trunk/content/tutorial/delphi.html
websites/staging/thrift/trunk/content/tutorial/go.html
websites/staging/thrift/trunk/content/tutorial/graphviz.html
websites/staging/thrift/trunk/content/tutorial/haxe.html
websites/staging/thrift/trunk/content/tutorial/hs.html
websites/staging/thrift/trunk/content/tutorial/index.html
websites/staging/thrift/trunk/content/tutorial/java.html
websites/staging/thrift/trunk/content/tutorial/js.html
websites/staging/thrift/trunk/content/tutorial/nodejs.html
websites/staging/thrift/trunk/content/tutorial/ocaml.html
websites/staging/thrift/trunk/content/tutorial/perl.html
websites/staging/thrift/trunk/content/tutorial/php.html
websites/staging/thrift/trunk/content/tutorial/py.html
websites/staging/thrift/trunk/content/tutorial/rb.html
Modified: websites/staging/thrift/trunk/content/about.html
==============================================================================
--- websites/staging/thrift/trunk/content/about.html (original)
+++ websites/staging/thrift/trunk/content/about.html Sat Sep 26 12:56:10 2015
@@ -365,7 +365,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/developers.html
==============================================================================
--- websites/staging/thrift/trunk/content/developers.html (original)
+++ websites/staging/thrift/trunk/content/developers.html Sat Sep 26 12:56:10
2015
@@ -144,7 +144,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/BuildingFromSource.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/BuildingFromSource.html
(original)
+++ websites/staging/thrift/trunk/content/docs/BuildingFromSource.html Sat Sep
26 12:56:10 2015
@@ -194,7 +194,7 @@ better suited to those languages (this a
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/HowToContribute.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/HowToContribute.html (original)
+++ websites/staging/thrift/trunk/content/docs/HowToContribute.html Sat Sep 26
12:56:10 2015
@@ -179,7 +179,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/HowToNewLanguage.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/HowToNewLanguage.html (original)
+++ websites/staging/thrift/trunk/content/docs/HowToNewLanguage.html Sat Sep 26
12:56:10 2015
@@ -163,7 +163,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified:
websites/staging/thrift/trunk/content/docs/committers/AdditionalReading.html
==============================================================================
---
websites/staging/thrift/trunk/content/docs/committers/AdditionalReading.html
(original)
+++
websites/staging/thrift/trunk/content/docs/committers/AdditionalReading.html
Sat Sep 26 12:56:10 2015
@@ -115,7 +115,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/committers/HowToCommit.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/HowToCommit.html
(original)
+++ websites/staging/thrift/trunk/content/docs/committers/HowToCommit.html Sat
Sep 26 12:56:10 2015
@@ -178,7 +178,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified:
websites/staging/thrift/trunk/content/docs/committers/HowToPublish.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/HowToPublish.html
(original)
+++ websites/staging/thrift/trunk/content/docs/committers/HowToPublish.html Sat
Sep 26 12:56:10 2015
@@ -129,7 +129,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified:
websites/staging/thrift/trunk/content/docs/committers/HowToRelease.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/HowToRelease.html
(original)
+++ websites/staging/thrift/trunk/content/docs/committers/HowToRelease.html Sat
Sep 26 12:56:10 2015
@@ -149,7 +149,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified:
websites/staging/thrift/trunk/content/docs/committers/HowToThriftWebsite.html
==============================================================================
---
websites/staging/thrift/trunk/content/docs/committers/HowToThriftWebsite.html
(original)
+++
websites/staging/thrift/trunk/content/docs/committers/HowToThriftWebsite.html
Sat Sep 26 12:56:10 2015
@@ -163,7 +163,7 @@ rendering correctly on the staging site.
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified:
websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html
(original)
+++ websites/staging/thrift/trunk/content/docs/committers/HowToVersion.html Sat
Sep 26 12:56:10 2015
@@ -292,7 +292,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/committers/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/committers/index.html (original)
+++ websites/staging/thrift/trunk/content/docs/committers/index.html Sat Sep 26
12:56:10 2015
@@ -117,7 +117,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/concepts.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/concepts.html (original)
+++ websites/staging/thrift/trunk/content/docs/concepts.html Sat Sep 26
12:56:10 2015
@@ -222,7 +222,7 @@ delegates processing to the handler (imp
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/features.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/features.html (original)
+++ websites/staging/thrift/trunk/content/docs/features.html Sat Sep 26
12:56:10 2015
@@ -151,7 +151,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/idl.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/idl.html (original)
+++ websites/staging/thrift/trunk/content/docs/idl.html Sat Sep 26 12:56:10 2015
@@ -337,7 +337,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/index.html (original)
+++ websites/staging/thrift/trunk/content/docs/index.html Sat Sep 26 12:56:10
2015
@@ -120,7 +120,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/install/centos.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/centos.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/centos.html Sat Sep 26
12:56:10 2015
@@ -192,7 +192,7 @@ You can use the ./configure --enable-lib
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/install/debian.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/debian.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/debian.html Sat Sep 26
12:56:10 2015
@@ -169,7 +169,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/install/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/index.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/index.html Sat Sep 26
12:56:10 2015
@@ -189,7 +189,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/install/os_x.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/os_x.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/os_x.html Sat Sep 26
12:56:10 2015
@@ -139,7 +139,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/install/windows.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/windows.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/windows.html Sat Sep 26
12:56:10 2015
@@ -266,7 +266,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/docs/types.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/types.html (original)
+++ websites/staging/thrift/trunk/content/docs/types.html Sat Sep 26 12:56:10
2015
@@ -143,7 +143,7 @@ While defaults are provided, the type ma
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/download.html
==============================================================================
--- websites/staging/thrift/trunk/content/download.html (original)
+++ websites/staging/thrift/trunk/content/download.html Sat Sep 26 12:56:10 2015
@@ -136,7 +136,7 @@ cd thrift
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/index.html (original)
+++ websites/staging/thrift/trunk/content/index.html Sat Sep 26 12:56:10 2015
@@ -365,7 +365,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/c_glib.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/c_glib.html (original)
+++ websites/staging/thrift/trunk/content/lib/c_glib.html Sat Sep 26 12:56:10
2015
@@ -119,7 +119,7 @@ http://www.gtk.org/
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/cpp.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/cpp.html (original)
+++ websites/staging/thrift/trunk/content/lib/cpp.html Sat Sep 26 12:56:10 2015
@@ -321,7 +321,7 @@ overridden if it's not strong enough for
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/csharp.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/csharp.html (original)
+++ websites/staging/thrift/trunk/content/lib/csharp.html Sat Sep 26 12:56:10
2015
@@ -115,7 +115,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/d.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/d.html (original)
+++ websites/staging/thrift/trunk/content/lib/d.html Sat Sep 26 12:56:10 2015
@@ -141,7 +141,7 @@ Autotools build system if the files are
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/delphi.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/delphi.html (original)
+++ websites/staging/thrift/trunk/content/lib/delphi.html Sat Sep 26 12:56:10
2015
@@ -117,7 +117,7 @@ with earlier versions (such as Delphi 7)
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/erl.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/erl.html (original)
+++ websites/staging/thrift/trunk/content/lib/erl.html Sat Sep 26 12:56:10 2015
@@ -137,7 +137,7 @@ ok
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/go.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/go.html (original)
+++ websites/staging/thrift/trunk/content/lib/go.html Sat Sep 26 12:56:10 2015
@@ -152,7 +152,7 @@ typedefs and enums.
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/haxe.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/haxe.html (original)
+++ websites/staging/thrift/trunk/content/lib/haxe.html Sat Sep 26 12:56:10 2015
@@ -196,7 +196,7 @@ may only support parts of the library, o
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/hs.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/hs.html (original)
+++ websites/staging/thrift/trunk/content/lib/hs.html Sat Sep 26 12:56:10 2015
@@ -158,7 +158,7 @@ superclasses process if there is a super
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/index.html (original)
+++ websites/staging/thrift/trunk/content/lib/index.html Sat Sep 26 12:56:10
2015
@@ -134,7 +134,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/java.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/java.html (original)
+++ websites/staging/thrift/trunk/content/lib/java.html Sat Sep 26 12:56:10 2015
@@ -138,7 +138,7 @@ http://ant.apache.org/
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/js.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/js.html (original)
+++ websites/staging/thrift/trunk/content/lib/js.html Sat Sep 26 12:56:10 2015
@@ -232,7 +232,7 @@ service. </p>
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/nodejs.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/nodejs.html (original)
+++ websites/staging/thrift/trunk/content/lib/nodejs.html Sat Sep 26 12:56:10
2015
@@ -153,7 +153,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/ocaml.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/ocaml.html (original)
+++ websites/staging/thrift/trunk/content/lib/ocaml.html Sat Sep 26 12:56:10
2015
@@ -174,7 +174,7 @@ does not send all the arguments.
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/perl.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/perl.html (original)
+++ websites/staging/thrift/trunk/content/lib/perl.html Sat Sep 26 12:56:10 2015
@@ -128,7 +128,7 @@ Crypt::SSLeay - for make cross
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/php.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/php.html (original)
+++ websites/staging/thrift/trunk/content/lib/php.html Sat Sep 26 12:56:10 2015
@@ -132,7 +132,7 @@ require_once 'packages/Service/Types.php
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/py.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/py.html (original)
+++ websites/staging/thrift/trunk/content/lib/py.html Sat Sep 26 12:56:10 2015
@@ -123,7 +123,7 @@ To use the latter, become superuser and
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/rb.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/rb.html (original)
+++ websites/staging/thrift/trunk/content/lib/rb.html Sat Sep 26 12:56:10 2015
@@ -127,7 +127,7 @@ in the full thrift distribution.
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/lib/st.html
==============================================================================
--- websites/staging/thrift/trunk/content/lib/st.html (original)
+++ websites/staging/thrift/trunk/content/lib/st.html Sat Sep 26 12:56:10 2015
@@ -120,7 +120,7 @@ calc addNum1: 10 num2: 15</p>
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/mailing.html
==============================================================================
--- websites/staging/thrift/trunk/content/mailing.html (original)
+++ websites/staging/thrift/trunk/content/mailing.html Sat Sep 26 12:56:10 2015
@@ -128,7 +128,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/sitemap.html
==============================================================================
--- websites/staging/thrift/trunk/content/sitemap.html (original)
+++ websites/staging/thrift/trunk/content/sitemap.html Sat Sep 26 12:56:10 2015
@@ -191,7 +191,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/test/ThriftTest.html
==============================================================================
--- websites/staging/thrift/trunk/content/test/ThriftTest.html (original)
+++ websites/staging/thrift/trunk/content/test/ThriftTest.html Sat Sep 26
12:56:10 2015
@@ -927,7 +927,7 @@ struct StructB {
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/test/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/test/index.html (original)
+++ websites/staging/thrift/trunk/content/test/index.html Sat Sep 26 12:56:10
2015
@@ -276,7 +276,7 @@ directory <a href="keys">test/keys</a></
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/test/keys.html
==============================================================================
--- websites/staging/thrift/trunk/content/test/keys.html (original)
+++ websites/staging/thrift/trunk/content/test/keys.html Sat Sep 26 12:56:10
2015
@@ -203,7 +203,7 @@ Primary use are unit test suites and cro
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/as3.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/as3.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/as3.html Sat Sep 26 12:56:10
2015
@@ -194,7 +194,7 @@ h2:hover > .headerlink, h3:hover >
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/c_glib.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/c_glib.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/c_glib.html Sat Sep 26
12:56:10 2015
@@ -844,7 +844,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/cpp.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/cpp.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/cpp.html Sat Sep 26 12:56:10
2015
@@ -393,7 +393,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/csharp.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/csharp.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/csharp.html Sat Sep 26
12:56:10 2015
@@ -350,7 +350,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/d.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/d.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/d.html Sat Sep 26 12:56:10
2015
@@ -307,7 +307,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/delphi.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/delphi.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/delphi.html Sat Sep 26
12:56:10 2015
@@ -422,7 +422,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/go.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/go.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/go.html Sat Sep 26 12:56:10
2015
@@ -288,7 +288,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/graphviz.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/graphviz.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/graphviz.html Sat Sep 26
12:56:10 2015
@@ -157,7 +157,7 @@ generator to render those exceptions arr
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/haxe.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/haxe.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/haxe.html Sat Sep 26
12:56:10 2015
@@ -527,7 +527,7 @@ there is currently no way to pass comman
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/hs.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/hs.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/hs.html Sat Sep 26 12:56:10
2015
@@ -305,7 +305,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/index.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/index.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/index.html Sat Sep 26
12:56:10 2015
@@ -182,7 +182,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/java.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/java.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/java.html Sat Sep 26
12:56:10 2015
@@ -345,7 +345,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/js.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/js.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/js.html Sat Sep 26 12:56:10
2015
@@ -251,7 +251,7 @@ function calc() {
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/nodejs.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/nodejs.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/nodejs.html Sat Sep 26
12:56:10 2015
@@ -293,7 +293,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/ocaml.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/ocaml.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/ocaml.html Sat Sep 26
12:56:10 2015
@@ -293,7 +293,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/perl.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/perl.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/perl.html Sat Sep 26
12:56:10 2015
@@ -293,7 +293,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/php.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/php.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/php.html Sat Sep 26 12:56:10
2015
@@ -387,7 +387,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/py.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/py.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/py.html Sat Sep 26 12:56:10
2015
@@ -306,7 +306,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>
Modified: websites/staging/thrift/trunk/content/tutorial/rb.html
==============================================================================
--- websites/staging/thrift/trunk/content/tutorial/rb.html (original)
+++ websites/staging/thrift/trunk/content/tutorial/rb.html Sat Sep 26 12:56:10
2015
@@ -296,7 +296,7 @@ h2:hover > .headerlink, h3:hover > .head
</ul>
</div>
<div class="span6">
- <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
+ <a href="http://www.apache.org/"><img
src="/static/images/favicon.ico" /></a> Copyright 2015 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache,
Apache Thrift, and the Apache feather logo are trademarks of The Apache
Software Foundation.
</div>
</div>