Skip to content

Commit

Permalink
Changing more php version strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 3, 2010
1 parent 3ab7701 commit f847080
Show file tree
Hide file tree
Showing 186 changed files with 195 additions and 195 deletions.
2 changes: 1 addition & 1 deletion app/config/acl.ini.php
Expand Up @@ -4,7 +4,7 @@
; * ACL configuration
; *
; *
; * PHP versions 4 and 5
; * PHP 5
; *
; * CakePHP(tm) : Rapid Development Framework http://cakephp.org
; * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion app/config/bootstrap.php
Expand Up @@ -5,7 +5,7 @@
* This is an application wide file to load any function that is not used within a class
* define. You can also use this to include or require any files in your application.
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion app/config/core.php
Expand Up @@ -4,7 +4,7 @@
*
* Use it to configure core behavior of Cake.
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion app/config/database.php.default
Expand Up @@ -4,7 +4,7 @@
*
* Use it to configure core behaviour ofCake.
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion app/config/routes.php
Expand Up @@ -6,7 +6,7 @@
* Routes are very important mechanism that allows you to freely connect
* different urls to chosen controllers and their actions (functions).
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion app/config/schema/db_acl.php
Expand Up @@ -5,7 +5,7 @@
*
* Use it to configure database for ACL
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion app/config/schema/i18n.php
Expand Up @@ -5,7 +5,7 @@
*
* Use it to configure database for i18n
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion app/config/schema/sessions.php
Expand Up @@ -5,7 +5,7 @@
*
* Use it to configure database for Sessions
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion app/index.php
@@ -1,6 +1,6 @@
<?php
/**
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion app/webroot/css.php
Expand Up @@ -2,7 +2,7 @@
/**
* CSS helping functions
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion app/webroot/index.php
Expand Up @@ -4,7 +4,7 @@
*
* The Front Controller for handling every request
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
8 changes: 4 additions & 4 deletions app/webroot/test.php
Expand Up @@ -2,20 +2,20 @@
/**
* Web Access Frontend for TestSuite
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) Tests <http://book.cakephp.org/view/1196/Testing>
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
*
* Licensed under The Open Group Test Suite License
* Redistributions of files must retain the above copyright notice.
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice
*
* @copyright Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://book.cakephp.org/view/1196/Testing
* @package cake
* @subpackage cake.app.webroot
* @since CakePHP(tm) v 1.2.0.4433
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
set_time_limit(0);
ini_set('display_errors', 1);
Expand Down
2 changes: 1 addition & 1 deletion cake/basics.php
Expand Up @@ -4,7 +4,7 @@
*
* Core functions for including other source files, loading models and so forth.
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/bootstrap.php
Expand Up @@ -4,7 +4,7 @@
*
* Handles loading of core files needed on every request
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/config.php
Expand Up @@ -2,7 +2,7 @@
/**
* Core Configurations.
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/paths.php
Expand Up @@ -4,7 +4,7 @@
*
* In this file you set paths to different directories used by Cake.
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/0080_00ff.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/0100_017f.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/0180_024F.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/0250_02af.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/0370_03ff.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/0400_04ff.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/0500_052f.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/0530_058f.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/1e00_1eff.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/1f00_1fff.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/2100_214f.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/2150_218f.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/2460_24ff.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/2c00_2c5f.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/2c60_2c7f.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/2c80_2cff.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/config/unicode/casefolding/ff00_ffef.php
Expand Up @@ -8,7 +8,7 @@
* @see http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
* @see http://www.unicode.org/reports/tr21/tr21-5.html
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/console/cake
Expand Up @@ -2,7 +2,7 @@
################################################################################
#
# Bake is a shell script for running CakePHP bake script
# PHP versions 4 and 5
# PHP 5
#
# CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
# Copyright 2005-2010, Cake Software Foundation, Inc.
Expand Down
2 changes: 1 addition & 1 deletion cake/console/cake.bat
@@ -1,7 +1,7 @@
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Bake is a shell script for running CakePHP bake script
:: PHP versions 4 and 5
:: PHP 5
::
:: CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
:: Copyright 2005-2010, Cake Software Foundation, Inc.
Expand Down
2 changes: 1 addition & 1 deletion cake/console/cake.php
Expand Up @@ -5,7 +5,7 @@
*
* Shell dispatcher class
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc.
Expand Down
2 changes: 1 addition & 1 deletion cake/console/console_error_handler.php
Expand Up @@ -2,7 +2,7 @@
/**
* ErrorHandler for Console Shells
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/console/libs/acl.php
Expand Up @@ -2,7 +2,7 @@
/**
* Acl Shell provides Acl access in the CLI environment
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/console/libs/api.php
Expand Up @@ -4,7 +4,7 @@
*
* Implementation of a Cake Shell to show CakePHP core method signatures.
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/console/libs/bake.php
Expand Up @@ -6,7 +6,7 @@
* application development by writing fully functional skeleton controllers,
* models, and views. Going further, Bake can also write Unit Tests for you.
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/console/libs/console.php
Expand Up @@ -2,7 +2,7 @@
/**
* CakePHP Console Shell
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down
2 changes: 1 addition & 1 deletion cake/console/libs/i18n.php
Expand Up @@ -2,7 +2,7 @@
/**
* Internationalization Management Shell
*
* PHP versions 4 and 5
* PHP 5
*
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
* Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
Expand Down

0 comments on commit f847080

Please sign in to comment.