Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 30, 2013
1 parent c8fc2e6 commit 4a41495
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If your stuff is good, it will not take long to establish a reputation for yours
New BSD License
---------------

Copyright (c) 2004, 2013 David Grudl (http://davidgrudl.com)
Copyright (c) 2004, 2014 David Grudl (http://davidgrudl.com)
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
4 changes: 0 additions & 4 deletions src/ComponentModel/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

/**
* This file is part of the Nette Framework (http://nette.org)
*
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
*
* For the full copyright and license information, please view
* the file license.txt that was distributed with this source code.
*/

namespace Nette\ComponentModel;
Expand Down
4 changes: 0 additions & 4 deletions src/ComponentModel/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

/**
* This file is part of the Nette Framework (http://nette.org)
*
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
*
* For the full copyright and license information, please view
* the file license.txt that was distributed with this source code.
*/

namespace Nette\ComponentModel;
Expand Down
4 changes: 0 additions & 4 deletions src/ComponentModel/IComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

/**
* This file is part of the Nette Framework (http://nette.org)
*
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
*
* For the full copyright and license information, please view
* the file license.txt that was distributed with this source code.
*/

namespace Nette\ComponentModel;
Expand Down
4 changes: 0 additions & 4 deletions src/ComponentModel/IContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

/**
* This file is part of the Nette Framework (http://nette.org)
*
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
*
* For the full copyright and license information, please view
* the file license.txt that was distributed with this source code.
*/

namespace Nette\ComponentModel;
Expand Down
4 changes: 0 additions & 4 deletions src/ComponentModel/RecursiveComponentIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

/**
* This file is part of the Nette Framework (http://nette.org)
*
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
*
* For the full copyright and license information, please view
* the file license.txt that was distributed with this source code.
*/

namespace Nette\ComponentModel;
Expand Down
1 change: 0 additions & 1 deletion tests/ComponentModel/Container.attached.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Test: Nette\ComponentModel\Container::attached()
*
* @author David Grudl
* @package Nette\ComponentModel
*/

use Nette\ComponentModel\Container,
Expand Down
1 change: 0 additions & 1 deletion tests/ComponentModel/Container.clone.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Test: Nette\ComponentModel\Container cloning.
*
* @author David Grudl
* @package Nette\ComponentModel
*/

use Nette\ComponentModel\Container,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Test: Nette\ComponentModel\Container component factory 2.
*
* @author David Grudl
* @package Nette\ComponentModel
*/

use Nette\ComponentModel\Container,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Test: Nette\ComponentModel\Container component factory 3.
*
* @author David Grudl
* @package Nette\ComponentModel
*/

use Nette\ComponentModel\Container,
Expand Down
1 change: 0 additions & 1 deletion tests/ComponentModel/Container.commonFactory.return.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Test: Nette\ComponentModel\Container component factory 1.
*
* @author David Grudl
* @package Nette\ComponentModel
*/

use Nette\ComponentModel\Container,
Expand Down
1 change: 0 additions & 1 deletion tests/ComponentModel/Container.factory.addComponent.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Test: Nette\ComponentModel\Container component named factory 5.
*
* @author David Grudl
* @package Nette\ComponentModel
*/

use Nette\ComponentModel\Container,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Test: Nette\ComponentModel\Container component named factory 6.
*
* @author David Grudl
* @package Nette\ComponentModel
*/

use Nette\ComponentModel\Container,
Expand Down
1 change: 0 additions & 1 deletion tests/ComponentModel/Container.factory.remove.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Test: Nette\ComponentModel\Container component factory & remove inside.
*
* @author David Grudl
* @package Nette\ComponentModel
*/

use Nette\ComponentModel\Container,
Expand Down
1 change: 0 additions & 1 deletion tests/ComponentModel/Container.factory.return.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Test: Nette\ComponentModel\Container component named factory 4.
*
* @author David Grudl
* @package Nette\ComponentModel
*/

use Nette\ComponentModel\Container,
Expand Down
1 change: 0 additions & 1 deletion tests/ComponentModel/Container.iterator.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Test: Nette\ComponentModel\Container iterator.
*
* @author David Grudl
* @package Nette\ComponentModel
*/

use Nette\ComponentModel\Component,
Expand Down
1 change: 0 additions & 1 deletion tests/ComponentModel/Container.zeroname.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* Test: Nette\ComponentModel\Container and '0' name.
*
* @author David Grudl
* @package Nette\ComponentModel
*/

use Nette\ComponentModel\Container,
Expand Down

0 comments on commit 4a41495

Please sign in to comment.