X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FPhpToPo.php;h=a6667048f432c375e969445d9bebc0d5b23716a1;hb=4c39faca95e6f8510c9ee9cbf7957855bc718ec7;hp=b88ef023eab600739fe1f9abe0a255a879193711;hpb=f0eea6f87590f10081f5bc61395bb7eca9e76ec5;p=friendica.git diff --git a/src/Console/PhpToPo.php b/src/Console/PhpToPo.php index b88ef023ea..a6667048f4 100644 --- a/src/Console/PhpToPo.php +++ b/src/Console/PhpToPo.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Console; @@ -6,8 +25,6 @@ use Friendica\App; /** * Read a strings.php file and create messages.po in the same directory - * - * @author Hypolite Petovan */ class PhpToPo extends \Asika\SimpleConsole\Console { @@ -82,7 +99,7 @@ HELP; $out = ''; $out .= "# FRIENDICA Distributed Social Network\n"; - $out .= "# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project\n"; + $out .= "# Copyright (C) 2010-2022, the Friendica project\n"; $out .= "# This file is distributed under the same license as the Friendica package.\n"; $out .= "# \n"; $out .= 'msgid ""' . "\n";