Skip to content

Commit 9df1610

Browse files
authored
docs: remove long comment
PR-URL: #2634 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent d71d044 commit 9df1610

File tree

1 file changed

+0
-14
lines changed
  • lib/node_modules/@stdlib/math/base/special/coversin/src

1 file changed

+0
-14
lines changed

lib/node_modules/@stdlib/math/base/special/coversin/src/main.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,6 @@
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
17-
*
18-
*
19-
* ## Notice
20-
*
21-
* The following copyright, license, and long comment were part of the original implementation available as part of [FreeBSD]{@link https://svnweb.freebsd.org/base/release/12.2.0/lib/msun/src/s_cos.c}. The implementation follows the original, but has been modified for JavaScript.
22-
*
23-
* ```text
24-
* Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
25-
*
26-
* Developed at SunPro, a Sun Microsystems, Inc. business.
27-
* Permission to use, copy, modify, and distribute this
28-
* software is freely granted, provided that this notice
29-
* is preserved.
30-
* ```
3117
*/
3218

3319
#include "stdlib/math/base/special/coversin.h"

0 commit comments

Comments
 (0)