Index: wp-includes/class-http.php
===================================================================
--- wp-includes/class-http.php	(revision 13374)
+++ wp-includes/class-http.php	(working copy)
@@ -9,7 +9,6 @@
  * @package WordPress
  * @subpackage HTTP
  * @since 2.7.0
- * @author Jacob Santos <wordpress@santosj.name>
  */
 
 /**
@@ -1641,7 +1640,6 @@
  * @package WordPress
  * @subpackage HTTP
  * @since 2.8.0
- * @author Beau Lebens
  */
 class WP_Http_Cookie {
 
Index: wp-includes/theme.php
===================================================================
--- wp-includes/theme.php	(revision 13374)
+++ wp-includes/theme.php	(working copy)
@@ -1434,7 +1434,6 @@
  *
  * Must be called in the themes functions.php file to work.
  *
- * @author Mark Jaquith
  * @since 2.9
  * @param string $feature the feature being added
  */
@@ -1450,7 +1449,6 @@
 /**
  * Checks a theme's support for a given feature
  *
- * @author Mark Jaquith
  * @since 2.9
  * @param string $feature the feature being checked
  * @return boolean
@@ -1490,7 +1488,6 @@
 /**
  * Checks a theme's support for a given feature before loading the functions which implement it.
  *
- * @author Peter Westwood
  * @since 2.9
  * @param string $feature the feature being checked
  * @param string $include the file containing the functions that implement the feature
Index: wp-includes/media.php
===================================================================
--- wp-includes/media.php	(revision 13374)
+++ wp-includes/media.php	(working copy)
@@ -602,7 +602,6 @@
  * Uses the begin_fetch_post_thumbnail_html and end_fetch_post_thumbnail_html action hooks to
  * dynamically add/remove itself so as to only filter post thumbnail thumbnails
  *
- * @author Mark Jaquith
  * @since 2.9.0
  * @param array $attr Attributes including src, class, alt, title
  * @return array
@@ -615,7 +614,6 @@
 /**
  * Adds _wp_post_thumbnail_class_filter to the wp_get_attachment_image_attributes filter
  *
- * @author Mark Jaquith
  * @since 2.9.0
  */
 function _wp_post_thumbnail_class_filter_add( $attr ) {
@@ -625,7 +623,6 @@
 /**
  * Removes _wp_post_thumbnail_class_filter from the wp_get_attachment_image_attributes filter
  *
- * @author Mark Jaquith
  * @since 2.9.0
  */
 function _wp_post_thumbnail_class_filter_remove( $attr ) {
Index: wp-includes/formatting.php
===================================================================
--- wp-includes/formatting.php	(revision 13374)
+++ wp-includes/formatting.php	(working copy)
@@ -249,7 +249,6 @@
  * NOTE: This function checks for 5-Byte sequences, UTF8
  *       has Bytes Sequences with a maximum length of 4.
  *
- * @author bmorel at ssi dot fr (modified)
  * @since 1.2.1
  *
  * @param string $str The string to be checked
Index: wp-includes/rewrite.php
===================================================================
--- wp-includes/rewrite.php	(revision 13374)
+++ wp-includes/rewrite.php	(working copy)
@@ -200,7 +200,6 @@
  *
  * @access private
  * @since 2.6.0
- * @author Mark Jaquith
  *
  * @param string $base The taxonomy base that we're going to filter
  * @return string
Index: wp-includes/general-template.php
===================================================================
--- wp-includes/general-template.php	(revision 13374)
+++ wp-includes/general-template.php	(working copy)
@@ -794,8 +794,6 @@
  * three values for the format are not used, then custom format is assumed.
  *
  * @since 1.0.0
- * @author Orien
- * @link http://icecode.com/ link navigation hack by Orien
  *
  * @param string $url URL to archive.
  * @param string $text Archive text description.
Index: wp-includes/canonical.php
===================================================================
--- wp-includes/canonical.php	(revision 13374)
+++ wp-includes/canonical.php	(working copy)
@@ -5,8 +5,6 @@
  * Based on "Permalink Redirect" from Scott Yang and "Enforce www. Preference"
  * by Mark Jaquith
  *
- * @author Scott Yang
- * @author Mark Jaquith
  * @package WordPress
  * @since 2.3.0
  */
Index: wp-includes/deprecated.php
===================================================================
--- wp-includes/deprecated.php	(revision 13374)
+++ wp-includes/deprecated.php	(working copy)
@@ -1032,7 +1032,6 @@
  * Output a list of all links, listed by category, using the settings in
  * $wpdb->linkcategories and output it as a nested HTML unordered list.
  *
- * @author Dougal
  * @since 1.0.1
  * @deprecated 2.1
  * @deprecated Use wp_list_bookmarks()
@@ -1076,9 +1075,6 @@
 /**
  * Show the link to the links popup and the number of links.
  *
- * @author Fullo
- * @link http://sprite.csr.unibo.it/fullo/
- *
  * @since 0.71
  * @deprecated 2.1
  * @deprecated {@internal Use function instead is unknown}}
Index: wp-includes/http.php
===================================================================
--- wp-includes/http.php	(revision 13374)
+++ wp-includes/http.php	(working copy)
@@ -9,7 +9,6 @@
  * @package WordPress
  * @subpackage HTTP
  * @since 2.7.0
- * @author Jacob Santos <wordpress@santosj.name>
  */
 
 /**
Index: wp-app.php
===================================================================
--- wp-app.php	(revision 13374)
+++ wp-app.php	(working copy)
@@ -2,8 +2,6 @@
 /**
  * Atom Publishing Protocol support for WordPress
  *
- * @author Original by Elias Torres <http://torrez.us/archives/2006/08/31/491/>
- * @author Modified by Dougal Campbell <http://dougal.gunters.org/>
  * @version 1.0.5-dc
  */
 
Index: wp-content/plugins/hello.php
===================================================================
--- wp-content/plugins/hello.php	(revision 13374)
+++ wp-content/plugins/hello.php	(working copy)
@@ -1,7 +1,6 @@
 <?php
 /**
  * @package Hello_Dolly
- * @author Matt Mullenweg
  * @version 1.5.1
  */
 /*
Index: wp-admin/includes/user.php
===================================================================
--- wp-admin/includes/user.php	(revision 13374)
+++ wp-admin/includes/user.php	(working copy)
@@ -484,7 +484,6 @@
  * WordPress User Search class.
  *
  * @since unknown
- * @author Mark Jaquith
  */
 class WP_User_Search {
 
Index: wp-admin/js/custom-navigation-dynamic-functions.dev.js
===================================================================
--- wp-admin/js/custom-navigation-dynamic-functions.dev.js	(revision 13375)
+++ wp-admin/js/custom-navigation-dynamic-functions.dev.js	(working copy)
@@ -2,7 +2,6 @@
  * WordPress Administration Custom Navigation
  * Interface JS functions
  *
- * @author Jeffikus <pearce.jp@gmail.com>
  * @version 1.1.0
  *
  * @package WordPress
Index: wp-admin/js/custom-navigation-default-items.dev.js
===================================================================
--- wp-admin/js/custom-navigation-default-items.dev.js	(revision 13374)
+++ wp-admin/js/custom-navigation-default-items.dev.js	(working copy)
@@ -2,7 +2,6 @@
  * WordPress Administration Custom Navigation
  * Interface JQuery functions
  *
- * @author Jeffikus <pearce.jp@gmail.com>
  * @version 1.1.0
  *
  * @package WordPress
Index: wp-admin/import/dotclear.php
===================================================================
--- wp-admin/import/dotclear.php	(revision 13374)
+++ wp-admin/import/dotclear.php	(working copy)
@@ -4,8 +4,6 @@
  *
  * @package WordPress
  * @subpackage Importer
- * @author Thomas Quinot
- * @link http://thomas.quinot.org/
  */
 
 /**
Index: wp-admin/import/blogware.php
===================================================================
--- wp-admin/import/blogware.php	(revision 13374)
+++ wp-admin/import/blogware.php	(working copy)
@@ -4,8 +4,6 @@
  *
  * @package WordPress
  * @subpackage Importer
- * @author Shayne Sweeney
- * @link http://www.theshayne.com/
  */
 
 /**
Index: wp-admin/import/opml.php
===================================================================
--- wp-admin/import/opml.php	(revision 13374)
+++ wp-admin/import/opml.php	(working copy)
@@ -2,8 +2,6 @@
 /**
  * Links Import Administration Panel.
  *
- * @copyright 2002 Mike Little <mike@zed1.com>
- * @author Mike Little <mike@zed1.com>
  * @package WordPress
  * @subpackage Administration
  */
Index: wp-admin/nav-menus.php
===================================================================
--- wp-admin/nav-menus.php	(revision 13375)
+++ wp-admin/nav-menus.php	(working copy)
@@ -3,7 +3,6 @@
  * WordPress Administration for Navigation Menus
  * Interface functions
  *
- * @author Jeffikus <pearce.jp@gmail.com>
  * @version 1.1.0
  *
  * @package WordPress
Index: wp-admin/css/custom-navigation.dev.css
===================================================================
--- wp-admin/css/custom-navigation.dev.css	(revision 13375)
+++ wp-admin/css/custom-navigation.dev.css	(working copy)
@@ -2,7 +2,6 @@
  * WordPress Administration Custom Navigation
  * Interface CSS
  *
- * @author Jeffikus <pearce.jp@gmail.com>
  * @version 1.1.0
  *
  * @package WordPress
