<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>README</filename>
    </added>
    <added>
      <filename>YAHOO-BUILDME.txt</filename>
    </added>
    <added>
      <filename>YAHOO-CHANGES.txt</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,2 +1,7 @@
 This product includes software developed by The Apache Software
 Foundation (http://www.apache.org/).
+
+This product includes software developed by Yahoo! Inc.,
+powering the largest Hadoop clusters in the Universe!
+(http://developer.yahoo.com/hadoop).
+</diff>
      <filename>NOTICE.txt</filename>
    </modified>
    <modified>
      <diff>@@ -25,9 +25,9 @@
   &lt;property file=&quot;${user.home}/build.properties&quot; /&gt;
   &lt;property file=&quot;${basedir}/build.properties&quot; /&gt;
  
-  &lt;property name=&quot;Name&quot; value=&quot;Hadoop&quot;/&gt;
+  &lt;property name=&quot;Name&quot; value=&quot;Yahoo! Distribution of Hadoop&quot;/&gt;
   &lt;property name=&quot;name&quot; value=&quot;hadoop&quot;/&gt;
-  &lt;property name=&quot;version&quot; value=&quot;0.20.1-dev&quot;/&gt;
+  &lt;property name=&quot;version&quot; value=&quot;0.20.0-2803650&quot;/&gt;
   &lt;property name=&quot;final.name&quot; value=&quot;${name}-${version}&quot;/&gt;
   &lt;property name=&quot;year&quot; value=&quot;2009&quot;/&gt;
 
@@ -538,7 +538,7 @@
         &lt;section name=&quot;org/apache/hadoop&quot;&gt;
           &lt;attribute name=&quot;Implementation-Title&quot; value=&quot;Hadoop&quot;/&gt;
           &lt;attribute name=&quot;Implementation-Version&quot; value=&quot;${version}&quot;/&gt;
-          &lt;attribute name=&quot;Implementation-Vendor&quot; value=&quot;Apache&quot;/&gt;
+          &lt;attribute name=&quot;Implementation-Vendor&quot; value=&quot;Yahoo!&quot;/&gt;
         &lt;/section&gt;
       &lt;/manifest&gt;
       &lt;fileset file=&quot;${conf.dir}/commons-logging.properties&quot;/&gt;
@@ -693,7 +693,7 @@
           &lt;section name=&quot;org/apache/hadoop&quot;&gt;
             &lt;attribute name=&quot;Implementation-Title&quot; value=&quot;Hadoop&quot;/&gt;
             &lt;attribute name=&quot;Implementation-Version&quot; value=&quot;${version}&quot;/&gt;
-            &lt;attribute name=&quot;Implementation-Vendor&quot; value=&quot;Apache&quot;/&gt;
+            &lt;attribute name=&quot;Implementation-Vendor&quot; value=&quot;Yahoo!&quot;/&gt;
           &lt;/section&gt;
          &lt;/manifest&gt;
     &lt;/jar&gt;
@@ -902,7 +902,7 @@
       use=&quot;true&quot;
       windowtitle=&quot;${Name} ${version} API&quot;
       doctitle=&quot;${Name} ${version} Developer API&quot;
-      bottom=&quot;Copyright &amp;amp;copy; ${year} The Apache Software Foundation&quot;
+      bottom=&quot;This release is based on the Yahoo! Distribution of Hadoop, powering the largest Hadoop clusters in the Universe!&amp;lt;br&gt;Copyright &amp;amp;copy; ${year} The Apache Software Foundation.&quot;
       &gt;
         &lt;packageset dir=&quot;${core.src.dir}&quot;/&gt;
         &lt;packageset dir=&quot;${mapred.src.dir}&quot;/&gt;
@@ -944,7 +944,7 @@
       use=&quot;true&quot;
       windowtitle=&quot;${Name} ${version} API&quot;
       doctitle=&quot;${Name} ${version} API&quot;
-      bottom=&quot;Copyright &amp;amp;copy; ${year} The Apache Software Foundation&quot;
+      bottom=&quot;This release is based on the Yahoo! Distribution of Hadoop, powering the largest Hadoop clusters in the Universe!&amp;lt;br&gt;Copyright &amp;amp;copy; ${year} The Apache Software Foundation.&quot;
       &gt;
         &lt;packageset dir=&quot;${core.src.dir}&quot;/&gt;
         &lt;packageset dir=&quot;${mapred.src.dir}&quot;/&gt;</diff>
      <filename>build.xml</filename>
    </modified>
    <modified>
      <diff>@@ -52,8 +52,8 @@ public class ServletUtil {
   }
 
   public static final String HTML_TAIL = &quot;&lt;hr /&gt;\n&quot;
-    + &quot;&lt;a href='http://hadoop.apache.org/core'&gt;Hadoop&lt;/a&gt;, &quot; 
-    + Calendar.getInstance().get(Calendar.YEAR) + &quot;.\n&quot;
+    + &quot;This release is based on the &lt;a href='http://developer.yahoo.com/hadoop/'&gt;Yahoo! Distribution of Hadoop&lt;/a&gt;, &quot; 
+    + &quot;powering the largest Hadoop clusters in the Universe!\n&quot;
     + &quot;&lt;/body&gt;&lt;/html&gt;&quot;;
   
   /**</diff>
      <filename>src/core/org/apache/hadoop/util/ServletUtil.java</filename>
    </modified>
    <modified>
      <diff>@@ -22,16 +22,6 @@ which will be used to configure the chosen Forrest skin.
 
 &lt;!DOCTYPE skinconfig PUBLIC &quot;-//APACHE//DTD Skin Configuration V0.6-3//EN&quot; &quot;http://forrest.apache.org/dtd/skinconfig-v06-3.dtd&quot;&gt;
 &lt;skinconfig&gt;
-  &lt;!-- To enable lucene search add provider=&quot;lucene&quot; (default is google).
-    Add box-location=&quot;alt&quot; to move the search box to an alternate location
-    (if the skin supports it) and box-location=&quot;all&quot; to show it in all
-    available locations on the page.  Remove the &lt;search&gt; element to show
-    no search box. @domain will enable sitesearch for the specific domain with google.
-    In other words google will search the @domain for the query string.
-
-  --&gt;
-  &lt;search name=&quot;Lucene&quot; domain=&quot;hadoop.apache.org&quot; provider=&quot;google&quot;/&gt;
-
   &lt;!-- Disable the print link? If enabled, invalid HTML 4.0.1 --&gt;
   &lt;disable-print-link&gt;true&lt;/disable-print-link&gt;  
   &lt;!-- Disable the PDF link? --&gt;
@@ -84,9 +74,8 @@ which will be used to configure the chosen Forrest skin.
   &lt;favicon-url&gt;images/favicon.ico&lt;/favicon-url&gt;
 
   &lt;!-- The following are used to construct a copyright statement --&gt;
-  &lt;year&gt;2008&lt;/year&gt;
-  &lt;vendor&gt;The Apache Software Foundation.&lt;/vendor&gt;
-  &lt;copyright-link&gt;http://www.apache.org/licenses/&lt;/copyright-link&gt;
+  &lt;year&gt;2009&lt;/year&gt;
+  &lt;vendor&gt;The Apache Software Foundation. This release is based on the Yahoo! Distribution of Hadoop, powering the largest Hadoop clusters in the Universe!&lt;/vendor&gt;
 
   &lt;!-- Some skins use this to form a 'breadcrumb trail' of links.
     Use location=&quot;alt&quot; to move the trail to an alternate location</diff>
      <filename>src/docs/src/documentation/skinconf.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cd9b770deb3880dfaae43ded747ef79a68bdf7f0</id>
    </parent>
  </parents>
  <author>
    <name>Lee Tucker</name>
    <email>ltucker@whatslowthis-lm.corp.yahoo.com</email>
  </author>
  <url>http://github.com/yahoo/hadoop/commit/a7a9f3b101744d876f870a5161c5dc1d83cca0b0</url>
  <id>a7a9f3b101744d876f870a5161c5dc1d83cca0b0</id>
  <committed-date>2009-06-08T15:04:15-07:00</committed-date>
  <authored-date>2009-06-08T15:04:15-07:00</authored-date>
  <message>Applying patch yahoobranding.patch</message>
  <tree>a0026053b7bacd6421d1dcbfede5ae25d70bf32b</tree>
  <committer>
    <name>Lee Tucker</name>
    <email>ltucker@whatslowthis-lm.corp.yahoo.com</email>
  </committer>
</commit>
