http://www.mediawiki.org/wiki/Special:Code/MediaWiki/68353

Revision: 68353
Author:   hartman
Date:     2010-06-21 13:13:32 +0000 (Mon, 21 Jun 2010)

Log Message:
-----------
Correct the address of the FSF in some of the GPL headers
59 Temple Place -> 51 Franklin Street

Modified Paths:
--------------
    trunk/phase3/api.php
    trunk/phase3/includes/api/ApiBase.php
    trunk/phase3/includes/api/ApiBlock.php
    trunk/phase3/includes/api/ApiDelete.php
    trunk/phase3/includes/api/ApiDisabled.php
    trunk/phase3/includes/api/ApiEditPage.php
    trunk/phase3/includes/api/ApiEmailUser.php
    trunk/phase3/includes/api/ApiExpandTemplates.php
    trunk/phase3/includes/api/ApiFeedWatchlist.php
    trunk/phase3/includes/api/ApiFormatBase.php
    trunk/phase3/includes/api/ApiFormatDbg.php
    trunk/phase3/includes/api/ApiFormatJson.php
    trunk/phase3/includes/api/ApiFormatPhp.php
    trunk/phase3/includes/api/ApiFormatRaw.php
    trunk/phase3/includes/api/ApiFormatTxt.php
    trunk/phase3/includes/api/ApiFormatWddx.php
    trunk/phase3/includes/api/ApiFormatXml.php
    trunk/phase3/includes/api/ApiFormatYaml.php
    trunk/phase3/includes/api/ApiGo.php
    trunk/phase3/includes/api/ApiHelp.php
    trunk/phase3/includes/api/ApiImport.php
    trunk/phase3/includes/api/ApiLogin.php
    trunk/phase3/includes/api/ApiLogout.php
    trunk/phase3/includes/api/ApiMain.php
    trunk/phase3/includes/api/ApiMove.php
    trunk/phase3/includes/api/ApiOpenSearch.php
    trunk/phase3/includes/api/ApiPageSet.php
    trunk/phase3/includes/api/ApiParamInfo.php
    trunk/phase3/includes/api/ApiParse.php
    trunk/phase3/includes/api/ApiPatrol.php
    trunk/phase3/includes/api/ApiProtect.php
    trunk/phase3/includes/api/ApiPurge.php
    trunk/phase3/includes/api/ApiQuery.php
    trunk/phase3/includes/api/ApiQueryAllCategories.php
    trunk/phase3/includes/api/ApiQueryAllLinks.php
    trunk/phase3/includes/api/ApiQueryAllUsers.php
    trunk/phase3/includes/api/ApiQueryAllimages.php
    trunk/phase3/includes/api/ApiQueryAllmessages.php
    trunk/phase3/includes/api/ApiQueryAllpages.php
    trunk/phase3/includes/api/ApiQueryBacklinks.php
    trunk/phase3/includes/api/ApiQueryBase.php
    trunk/phase3/includes/api/ApiQueryBlocks.php
    trunk/phase3/includes/api/ApiQueryCategories.php
    trunk/phase3/includes/api/ApiQueryCategoryInfo.php
    trunk/phase3/includes/api/ApiQueryCategoryMembers.php
    trunk/phase3/includes/api/ApiQueryDeletedrevs.php
    trunk/phase3/includes/api/ApiQueryDisabled.php
    trunk/phase3/includes/api/ApiQueryDuplicateFiles.php
    trunk/phase3/includes/api/ApiQueryExtLinksUsage.php
    trunk/phase3/includes/api/ApiQueryExternalLinks.php
    trunk/phase3/includes/api/ApiQueryFilearchive.php
    trunk/phase3/includes/api/ApiQueryIWBacklinks.php
    trunk/phase3/includes/api/ApiQueryIWLinks.php
    trunk/phase3/includes/api/ApiQueryImageInfo.php
    trunk/phase3/includes/api/ApiQueryImages.php
    trunk/phase3/includes/api/ApiQueryInfo.php
    trunk/phase3/includes/api/ApiQueryLangLinks.php
    trunk/phase3/includes/api/ApiQueryLinks.php
    trunk/phase3/includes/api/ApiQueryLogEvents.php
    trunk/phase3/includes/api/ApiQueryProtectedTitles.php
    trunk/phase3/includes/api/ApiQueryRandom.php
    trunk/phase3/includes/api/ApiQueryRecentChanges.php
    trunk/phase3/includes/api/ApiQueryRevisions.php
    trunk/phase3/includes/api/ApiQuerySearch.php
    trunk/phase3/includes/api/ApiQuerySiteinfo.php
    trunk/phase3/includes/api/ApiQueryTags.php
    trunk/phase3/includes/api/ApiQueryUserContributions.php
    trunk/phase3/includes/api/ApiQueryUserInfo.php
    trunk/phase3/includes/api/ApiQueryUsers.php
    trunk/phase3/includes/api/ApiQueryWatchlist.php
    trunk/phase3/includes/api/ApiQueryWatchlistRaw.php
    trunk/phase3/includes/api/ApiResult.php
    trunk/phase3/includes/api/ApiRollback.php
    trunk/phase3/includes/api/ApiUnblock.php
    trunk/phase3/includes/api/ApiUndelete.php
    trunk/phase3/includes/api/ApiUpload.php
    trunk/phase3/includes/api/ApiUserrights.php
    trunk/phase3/includes/api/ApiWatch.php
    trunk/phase3/includes/diff/Diff.php

Modified: trunk/phase3/api.php
===================================================================
--- trunk/phase3/api.php        2010-06-21 13:01:43 UTC (rev 68352)
+++ trunk/phase3/api.php        2010-06-21 13:13:32 UTC (rev 68353)
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  *
  * @file

Modified: trunk/phase3/includes/api/ApiBase.php
===================================================================
--- trunk/phase3/includes/api/ApiBase.php       2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiBase.php       2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiBlock.php
===================================================================
--- trunk/phase3/includes/api/ApiBlock.php      2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiBlock.php      2010-06-21 13:13:32 UTC (rev 
68353)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiDelete.php
===================================================================
--- trunk/phase3/includes/api/ApiDelete.php     2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiDelete.php     2010-06-21 13:13:32 UTC (rev 
68353)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiDisabled.php
===================================================================
--- trunk/phase3/includes/api/ApiDisabled.php   2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiDisabled.php   2010-06-21 13:13:32 UTC (rev 
68353)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiEditPage.php
===================================================================
--- trunk/phase3/includes/api/ApiEditPage.php   2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiEditPage.php   2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiEmailUser.php
===================================================================
--- trunk/phase3/includes/api/ApiEmailUser.php  2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiEmailUser.php  2010-06-21 13:13:32 UTC (rev 
68353)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiExpandTemplates.php
===================================================================
--- trunk/phase3/includes/api/ApiExpandTemplates.php    2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiExpandTemplates.php    2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiFeedWatchlist.php
===================================================================
--- trunk/phase3/includes/api/ApiFeedWatchlist.php      2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiFeedWatchlist.php      2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiFormatBase.php
===================================================================
--- trunk/phase3/includes/api/ApiFormatBase.php 2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiFormatBase.php 2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiFormatDbg.php
===================================================================
--- trunk/phase3/includes/api/ApiFormatDbg.php  2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiFormatDbg.php  2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiFormatJson.php
===================================================================
--- trunk/phase3/includes/api/ApiFormatJson.php 2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiFormatJson.php 2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiFormatPhp.php
===================================================================
--- trunk/phase3/includes/api/ApiFormatPhp.php  2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiFormatPhp.php  2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiFormatRaw.php
===================================================================
--- trunk/phase3/includes/api/ApiFormatRaw.php  2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiFormatRaw.php  2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiFormatTxt.php
===================================================================
--- trunk/phase3/includes/api/ApiFormatTxt.php  2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiFormatTxt.php  2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiFormatWddx.php
===================================================================
--- trunk/phase3/includes/api/ApiFormatWddx.php 2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiFormatWddx.php 2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiFormatXml.php
===================================================================
--- trunk/phase3/includes/api/ApiFormatXml.php  2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiFormatXml.php  2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiFormatYaml.php
===================================================================
--- trunk/phase3/includes/api/ApiFormatYaml.php 2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiFormatYaml.php 2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiGo.php
===================================================================
--- trunk/phase3/includes/api/ApiGo.php 2010-06-21 13:01:43 UTC (rev 68352)
+++ trunk/phase3/includes/api/ApiGo.php 2010-06-21 13:13:32 UTC (rev 68353)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiHelp.php
===================================================================
--- trunk/phase3/includes/api/ApiHelp.php       2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiHelp.php       2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiImport.php
===================================================================
--- trunk/phase3/includes/api/ApiImport.php     2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiImport.php     2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiLogin.php
===================================================================
--- trunk/phase3/includes/api/ApiLogin.php      2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiLogin.php      2010-06-21 13:13:32 UTC (rev 
68353)
@@ -20,7 +20,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiLogout.php
===================================================================
--- trunk/phase3/includes/api/ApiLogout.php     2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiLogout.php     2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiMain.php
===================================================================
--- trunk/phase3/includes/api/ApiMain.php       2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiMain.php       2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiMove.php
===================================================================
--- trunk/phase3/includes/api/ApiMove.php       2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiMove.php       2010-06-21 13:13:32 UTC (rev 
68353)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiOpenSearch.php
===================================================================
--- trunk/phase3/includes/api/ApiOpenSearch.php 2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiOpenSearch.php 2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiPageSet.php
===================================================================
--- trunk/phase3/includes/api/ApiPageSet.php    2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiPageSet.php    2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiParamInfo.php
===================================================================
--- trunk/phase3/includes/api/ApiParamInfo.php  2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiParamInfo.php  2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiParse.php
===================================================================
--- trunk/phase3/includes/api/ApiParse.php      2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiParse.php      2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiPatrol.php
===================================================================
--- trunk/phase3/includes/api/ApiPatrol.php     2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiPatrol.php     2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiProtect.php
===================================================================
--- trunk/phase3/includes/api/ApiProtect.php    2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiProtect.php    2010-06-21 13:13:32 UTC (rev 
68353)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiPurge.php
===================================================================
--- trunk/phase3/includes/api/ApiPurge.php      2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiPurge.php      2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQuery.php
===================================================================
--- trunk/phase3/includes/api/ApiQuery.php      2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiQuery.php      2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryAllCategories.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryAllCategories.php 2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryAllCategories.php 2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryAllLinks.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryAllLinks.php      2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryAllLinks.php      2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryAllUsers.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryAllUsers.php      2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryAllUsers.php      2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryAllimages.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryAllimages.php     2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryAllimages.php     2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -20,7 +20,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryAllmessages.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryAllmessages.php   2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryAllmessages.php   2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryAllpages.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryAllpages.php      2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryAllpages.php      2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryBacklinks.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryBacklinks.php     2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryBacklinks.php     2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryBase.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryBase.php  2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiQueryBase.php  2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryBlocks.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryBlocks.php        2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryBlocks.php        2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryCategories.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryCategories.php    2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryCategories.php    2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryCategoryInfo.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryCategoryInfo.php  2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryCategoryInfo.php  2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryCategoryMembers.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryCategoryMembers.php       2010-06-21 
13:01:43 UTC (rev 68352)
+++ trunk/phase3/includes/api/ApiQueryCategoryMembers.php       2010-06-21 
13:13:32 UTC (rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryDeletedrevs.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryDeletedrevs.php   2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryDeletedrevs.php   2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryDisabled.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryDisabled.php      2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryDisabled.php      2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryDuplicateFiles.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryDuplicateFiles.php        2010-06-21 
13:01:43 UTC (rev 68352)
+++ trunk/phase3/includes/api/ApiQueryDuplicateFiles.php        2010-06-21 
13:13:32 UTC (rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryExtLinksUsage.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryExtLinksUsage.php 2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryExtLinksUsage.php 2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryExternalLinks.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryExternalLinks.php 2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryExternalLinks.php 2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryFilearchive.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryFilearchive.php   2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryFilearchive.php   2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -21,7 +21,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryIWBacklinks.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryIWBacklinks.php   2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryIWBacklinks.php   2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -20,7 +20,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryIWLinks.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryIWLinks.php       2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryIWLinks.php       2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -20,7 +20,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryImageInfo.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryImageInfo.php     2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryImageInfo.php     2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryImages.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryImages.php        2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryImages.php        2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryInfo.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryInfo.php  2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiQueryInfo.php  2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryLangLinks.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryLangLinks.php     2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryLangLinks.php     2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryLinks.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryLinks.php 2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiQueryLinks.php 2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryLogEvents.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryLogEvents.php     2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryLogEvents.php     2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryProtectedTitles.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryProtectedTitles.php       2010-06-21 
13:01:43 UTC (rev 68352)
+++ trunk/phase3/includes/api/ApiQueryProtectedTitles.php       2010-06-21 
13:13:32 UTC (rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryRandom.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryRandom.php        2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryRandom.php        2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryRecentChanges.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryRecentChanges.php 2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryRecentChanges.php 2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryRevisions.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryRevisions.php     2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryRevisions.php     2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQuerySearch.php
===================================================================
--- trunk/phase3/includes/api/ApiQuerySearch.php        2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQuerySearch.php        2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQuerySiteinfo.php
===================================================================
--- trunk/phase3/includes/api/ApiQuerySiteinfo.php      2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQuerySiteinfo.php      2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryTags.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryTags.php  2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiQueryTags.php  2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryUserContributions.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryUserContributions.php     2010-06-21 
13:01:43 UTC (rev 68352)
+++ trunk/phase3/includes/api/ApiQueryUserContributions.php     2010-06-21 
13:13:32 UTC (rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryUserInfo.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryUserInfo.php      2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryUserInfo.php      2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryUsers.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryUsers.php 2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiQueryUsers.php 2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryWatchlist.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryWatchlist.php     2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryWatchlist.php     2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiQueryWatchlistRaw.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryWatchlistRaw.php  2010-06-21 13:01:43 UTC 
(rev 68352)
+++ trunk/phase3/includes/api/ApiQueryWatchlistRaw.php  2010-06-21 13:13:32 UTC 
(rev 68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiResult.php
===================================================================
--- trunk/phase3/includes/api/ApiResult.php     2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiResult.php     2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiRollback.php
===================================================================
--- trunk/phase3/includes/api/ApiRollback.php   2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiRollback.php   2010-06-21 13:13:32 UTC (rev 
68353)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiUnblock.php
===================================================================
--- trunk/phase3/includes/api/ApiUnblock.php    2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiUnblock.php    2010-06-21 13:13:32 UTC (rev 
68353)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiUndelete.php
===================================================================
--- trunk/phase3/includes/api/ApiUndelete.php   2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiUndelete.php   2010-06-21 13:13:32 UTC (rev 
68353)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiUpload.php
===================================================================
--- trunk/phase3/includes/api/ApiUpload.php     2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiUpload.php     2010-06-21 13:13:32 UTC (rev 
68353)
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiUserrights.php
===================================================================
--- trunk/phase3/includes/api/ApiUserrights.php 2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiUserrights.php 2010-06-21 13:13:32 UTC (rev 
68353)
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/api/ApiWatch.php
===================================================================
--- trunk/phase3/includes/api/ApiWatch.php      2010-06-21 13:01:43 UTC (rev 
68352)
+++ trunk/phase3/includes/api/ApiWatch.php      2010-06-21 13:13:32 UTC (rev 
68353)
@@ -19,7 +19,7 @@
  *
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  * http://www.gnu.org/copyleft/gpl.html
  */
 

Modified: trunk/phase3/includes/diff/Diff.php
===================================================================
--- trunk/phase3/includes/diff/Diff.php 2010-06-21 13:01:43 UTC (rev 68352)
+++ trunk/phase3/includes/diff/Diff.php 2010-06-21 13:13:32 UTC (rev 68353)
@@ -13,8 +13,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- * or see http://www.gnu.org/
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
+ * http://www.gnu.org/copyleft/gpl.html
  */
 
 /**



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to