diff options
Diffstat (limited to 'core/Command/User/Delete.php')
-rw-r--r-- | core/Command/User/Delete.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Command/User/Delete.php b/core/Command/User/Delete.php index 6406d4823ee..37099749d08 100644 --- a/core/Command/User/Delete.php +++ b/core/Command/User/Delete.php @@ -6,6 +6,7 @@ * @author Jens-Christian Fischer <jens-christian.fischer@switch.ch> * @author Joas Schilling <coding@schilljs.com> * @author Morris Jobke <hey@morrisjobke.de> + * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license AGPL-3.0 * @@ -19,7 +20,7 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> + * along with this program. If not, see <http://www.gnu.org/licenses/> * */ |