diff options
Diffstat (limited to 'lib/msun/ld80/s_nanl.c')
-rw-r--r-- | lib/msun/ld80/s_nanl.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/msun/ld80/s_nanl.c b/lib/msun/ld80/s_nanl.c index ffc835a10e65..b8de12699669 100644 --- a/lib/msun/ld80/s_nanl.c +++ b/lib/msun/ld80/s_nanl.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2007 David Schultz * All rights reserved. @@ -24,8 +24,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include <math.h> |