diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-05-07 01:09:25 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-05-07 01:09:25 +0200 |
commit | eb9ad31b48f6047fafed6221e130ff715d6d5748 (patch) | |
tree | 943d383aa4f0ff06f8fceca4833f30d4f859b3a6 /ext/bcmath/libbcmath/src/str2num.c | |
parent | 975cb57930facebb54a4cfa4ca9e1d0b751803b8 (diff) | |
download | php-git-eb9ad31b48f6047fafed6221e130ff715d6d5748.tar.gz |
[ci skip] Rename libbcmath license file to LICENSE
- More common filename accross the PHP repository
- Additionally, this patch replaces some legacy form feed (FF or ^L)
characters (for printers) to LF (\n) newline character.
Diffstat (limited to 'ext/bcmath/libbcmath/src/str2num.c')
-rw-r--r-- | ext/bcmath/libbcmath/src/str2num.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/str2num.c b/ext/bcmath/libbcmath/src/str2num.c index 9750c4720c..0ea37d855f 100644 --- a/ext/bcmath/libbcmath/src/str2num.c +++ b/ext/bcmath/libbcmath/src/str2num.c @@ -11,7 +11,7 @@ This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. (COPYING.LIB) + Lesser General Public License for more details. (LICENSE) You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to: |