[PATCH 01/27] Typo in license terms for newlib/libm/common/log2.c
Keith Packard <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
The closing quotes were in the wrong place Signed-off-by: Keith Packard <[email protected]> --- newlib/libm/common/log2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libm/common/log2.c b/newlib/libm/common/log2.c index 2752f8ef4..e48c16cf8 100644 --- a/newlib/libm/common/log2.c +++ b/newlib/libm/common/log2.c @@ -15,7 +15,7 @@ products derived from this software without specific prior written permission. - THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS'' IS AND ANY EXPRESS OR IMPLIED + THIS SOFTWARE IS PROVIDED BY ARM LTD ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ARM LTD BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -- 2.25.0