From eb9ad31b48f6047fafed6221e130ff715d6d5748 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 7 May 2019 01:09:25 +0200 Subject: [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. --- ext/bcmath/libbcmath/src/zero.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bcmath/libbcmath/src/zero.c') diff --git a/ext/bcmath/libbcmath/src/zero.c b/ext/bcmath/libbcmath/src/zero.c index 1e7f1ccdd4..2803820124 100644 --- a/ext/bcmath/libbcmath/src/zero.c +++ b/ext/bcmath/libbcmath/src/zero.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: -- cgit v1.2.1