X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FConsole%2FPhpToPo.php;h=a6667048f432c375e969445d9bebc0d5b23716a1;hb=77906627c5bb57d404d40702f89c205d1faa9542;hp=b88ef023eab600739fe1f9abe0a255a879193711;hpb=c8a322baf0b95ea15bfa8031d77a555b2a13f0bf;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";