Relicense project under MIT

Permission obtained from @DDynamic. Contributions from other users were
removed since we did not obtain permission from them for the re-license.

From this point forward all contributors must have a signed Contributor
License Agreement on file.
This commit is contained in:
Dane Everitt 2016-01-20 15:56:40 -05:00
parent b0bcb879d0
commit 026df6a36f
122 changed files with 1904 additions and 1828 deletions

View file

@ -1,18 +0,0 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reminder Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'Senhas precisam ter ao menos 6 caracteres e combinar com a confirmação.',
'reset' => 'Sua senha foi resetada!',
'sent' => 'Nós te enviamos um email com o link para resetar sua senha!',
'token' => 'O token para resetar esta senha é inválido.',
'user' => "Nós não pudemos achar um usuário com este endereço de email.",
];