summaryrefslogtreecommitdiff
path: root/lib/acosl.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-06-04 20:55:53 +0200
committerBruno Haible <bruno@clisp.org>2021-06-04 20:55:53 +0200
commit0f9fb7c2598355f23117a257eae3e594afafc3cb (patch)
treeb22a1837b0032eba10e468f1e23776c342d75154 /lib/acosl.c
parent29943d46b6dbf44b256bdb08aece39f0d3131436 (diff)
downloadgnulib-0f9fb7c2598355f23117a257eae3e594afafc3cb.tar.gz
Put LGPLv3+ notices in source files where appropriate.
* lib/**.{h,c}: Use LGPLv3+ notice whenever the module description says so.
Diffstat (limited to 'lib/acosl.c')
-rw-r--r--lib/acosl.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/acosl.c b/lib/acosl.c
index 634c247dd6..7b4e7ca1d0 100644
--- a/lib/acosl.c
+++ b/lib/acosl.c
@@ -1,3 +1,20 @@
+/* arccos (inverse cosine) function with 'long double' argument.
+
+ Copyright (C) 2003-2021 Free Software Foundation, Inc.
+
+ This file is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 3 of the
+ License, or (at your option) any later version.
+
+ This file 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.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
+
/*
* ====================================================
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.