Skip to content

Commit

Permalink
Merge pull request #89 from GrahamCampbell/license
Browse files Browse the repository at this point in the history
Updated License
  • Loading branch information
scottrobertson committed Jul 17, 2014
2 parents 516973a + 1cb5295 commit f3be634
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 14 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
The MIT License (MIT)

Copyright (c) 2013 Zizaco Zizuini <[email protected]>
Copyright (c) 2014 Scott Robertson <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 2 additions & 1 deletion src/Exception/NoDefinedFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
*
* @package League\FactoryMuffin\Exception
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
class NoDefinedFactory extends \Exception
{
Expand Down
3 changes: 2 additions & 1 deletion src/Exception/Save.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
*
* @package League\FactoryMuffin\Exception
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
class Save extends \Exception
{
Expand Down
3 changes: 2 additions & 1 deletion src/Facade/FactoryMuffin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
*
* @package League\FactoryMuffin\Facades
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
class FactoryMuffin
{
Expand Down
3 changes: 2 additions & 1 deletion src/FactoryMuffin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
*
* @package League\FactoryMuffin
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
class FactoryMuffin
{
Expand Down
3 changes: 2 additions & 1 deletion src/Kind.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
*
* @package League\FactoryMuffin
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
abstract class Kind
{
Expand Down
3 changes: 2 additions & 1 deletion src/Kind/Call.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
*
* @package League\FactoryMuffin\Kind
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
class Call extends Kind
{
Expand Down
3 changes: 2 additions & 1 deletion src/Kind/Closure.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
*
* @package League\FactoryMuffin\Kind
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
class Closure extends Kind
{
Expand Down
3 changes: 2 additions & 1 deletion src/Kind/Date.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
*
* @package League\FactoryMuffin\Kind
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
class Date extends Kind
{
Expand Down
3 changes: 2 additions & 1 deletion src/Kind/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
*
* @package League\FactoryMuffin\Kind
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
class Factory extends Kind
{
Expand Down
3 changes: 2 additions & 1 deletion src/Kind/Generic.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
*
* @package League\FactoryMuffin\Kind
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
class Generic extends Kind
{
Expand Down
3 changes: 2 additions & 1 deletion src/Kind/Integer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
*
* @package League\FactoryMuffin\Kind
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
class Integer extends Kind
{
Expand Down
3 changes: 2 additions & 1 deletion src/Kind/Name.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
*
* @package League\FactoryMuffin\Kind
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
class Name extends Kind
{
Expand Down
3 changes: 2 additions & 1 deletion src/Kind/String.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
*
* @package League\FactoryMuffin\Kind
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
class String extends Kind
{
Expand Down
3 changes: 2 additions & 1 deletion src/Kind/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
*
* @package League\FactoryMuffin\Kind
* @author Zizaco <[email protected]>
* @author Scott Robertson <[email protected]>
* @license MIT
* @link https://github.com/thephpleague/factory-muffin/
* @link https://github.com/thephpleague/factory-muffin
*/
class Text extends Kind
{
Expand Down

0 comments on commit f3be634

Please sign in to comment.