Skip to content

Commit b7cec10

Browse files
committed
remove copyright notices
1 parent 66093c4 commit b7cec10

79 files changed

Lines changed: 1 addition & 82 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/sprinkles/account/factories/Users.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* UserFrosting (http://www.userfrosting.com)
44
*
55
* @link https://github.com/userfrosting/UserFrosting
6-
* @copyright Copyright (c) 2013-2016 Alexander Weissman
76
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
87
*/
98

app/sprinkles/account/routes/routes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* UserFrosting (http://www.userfrosting.com)
44
*
55
* @link https://github.com/userfrosting/UserFrosting
6-
* @copyright Copyright (c) 2013-2016 Alexander Weissman
76
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
87
*/
98

app/sprinkles/account/src/Account.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* UserFrosting (http://www.userfrosting.com)
44
*
55
* @link https://github.com/userfrosting/UserFrosting
6-
* @copyright Copyright (c) 2013-2016 Alexander Weissman
76
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
87
*/
98
namespace UserFrosting\Sprinkle\Account;

app/sprinkles/account/src/Authenticate/AuthGuard.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* UserFrosting (http://www.userfrosting.com)
44
*
55
* @link https://github.com/userfrosting/UserFrosting
6-
* @copyright Copyright (c) 2013-2016 Alexander Weissman
76
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
87
*/
98
namespace UserFrosting\Sprinkle\Account\Authenticate;

app/sprinkles/account/src/Authenticate/Exception/AccountDisabledException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* UserFrosting (http://www.userfrosting.com)
44
*
55
* @link https://github.com/userfrosting/UserFrosting
6-
* @copyright Copyright (c) 2013-2016 Alexander Weissman
76
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
87
*/
98
namespace UserFrosting\Sprinkle\Account\Authenticate\Exception;

app/sprinkles/account/src/Authenticate/Exception/AccountInvalidException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* UserFrosting (http://www.userfrosting.com)
44
*
55
* @link https://github.com/userfrosting/UserFrosting
6-
* @copyright Copyright (c) 2013-2016 Alexander Weissman
76
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
87
*/
98
namespace UserFrosting\Sprinkle\Account\Authenticate\Exception;

app/sprinkles/account/src/Authenticate/Exception/AccountNotVerifiedException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* UserFrosting (http://www.userfrosting.com)
44
*
55
* @link https://github.com/userfrosting/UserFrosting
6-
* @copyright Copyright (c) 2013-2016 Alexander Weissman
76
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
87
*/
98
namespace UserFrosting\Sprinkle\Account\Authenticate\Exception;

app/sprinkles/account/src/Authenticate/Exception/AuthCompromisedException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* UserFrosting (http://www.userfrosting.com)
44
*
55
* @link https://github.com/userfrosting/UserFrosting
6-
* @copyright Copyright (c) 2013-2016 Alexander Weissman
76
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
87
*/
98
namespace UserFrosting\Sprinkle\Account\Authenticate\Exception;

app/sprinkles/account/src/Authenticate/Exception/AuthExpiredException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* UserFrosting (http://www.userfrosting.com)
44
*
55
* @link https://github.com/userfrosting/UserFrosting
6-
* @copyright Copyright (c) 2013-2016 Alexander Weissman
76
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
87
*/
98
namespace UserFrosting\Sprinkle\Account\Authenticate\Exception;

app/sprinkles/account/src/Authenticate/Exception/InvalidCredentialsException.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* UserFrosting (http://www.userfrosting.com)
44
*
55
* @link https://github.com/userfrosting/UserFrosting
6-
* @copyright Copyright (c) 2013-2016 Alexander Weissman
76
* @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
87
*/
98
namespace UserFrosting\Sprinkle\Account\Authenticate\Exception;

0 commit comments

Comments
 (0)