Skip to content

Commit

Permalink
replaced symfony-project.org by symfony.com
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 6, 2011
1 parent 2602b2c commit 4953471
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Client.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
Expand All @@ -27,7 +27,7 @@
* If you want to be able to run requests in their own process (insulated flag), * If you want to be able to run requests in their own process (insulated flag),
* you need to also implement the getScript() method. * you need to also implement the getScript() method.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
*/ */
abstract class Client abstract class Client
{ {
Expand Down
4 changes: 2 additions & 2 deletions Cookie.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
Expand All @@ -14,7 +14,7 @@
/** /**
* Cookie represents an HTTP cookie. * Cookie represents an HTTP cookie.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
*/ */
class Cookie class Cookie
{ {
Expand Down
4 changes: 2 additions & 2 deletions CookieJar.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
Expand All @@ -14,7 +14,7 @@
/** /**
* CookieJar. * CookieJar.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
*/ */
class CookieJar class CookieJar
{ {
Expand Down
4 changes: 2 additions & 2 deletions History.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
Expand All @@ -14,7 +14,7 @@
/** /**
* History. * History.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
*/ */
class History class History
{ {
Expand Down
4 changes: 2 additions & 2 deletions Request.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
Expand All @@ -14,7 +14,7 @@
/** /**
* Request object. * Request object.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
*/ */
class Request class Request
{ {
Expand Down
4 changes: 2 additions & 2 deletions Response.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* /*
* This file is part of the Symfony package. * This file is part of the Symfony package.
* *
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> * (c) Fabien Potencier <fabien@symfony.com>
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
Expand All @@ -14,7 +14,7 @@
/** /**
* Response object. * Response object.
* *
* @author Fabien Potencier <fabien.potencier@symfony-project.com> * @author Fabien Potencier <fabien@symfony.com>
*/ */
class Response class Response
{ {
Expand Down

0 comments on commit 4953471

Please sign in to comment.