diff --git a/LICENSE b/LICENSE index 88ab8e15bb..9dd7377ce7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2016 Sander Dorigo +Copyright (C) 2016 thegrumpydictator@gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 7ce107879b..d077819913 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -3,7 +3,7 @@ declare(strict_types = 1); /** * Kernel.php - * Copyright (C) 2016 Sander Dorigo + * Copyright (C) 2016 thegrumpydictator@gmail.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/app/Events/ResendConfirmation.php b/app/Events/ResendConfirmation.php index f221d76141..368e82a530 100644 --- a/app/Events/ResendConfirmation.php +++ b/app/Events/ResendConfirmation.php @@ -1,7 +1,8 @@