Skip to content

Commit dca66e9

Browse files
committed
docs: update license header
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: passed - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent e360ede commit dca66e9

File tree

1 file changed

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

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@
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://github.com/freebsd/freebsd-src/blob/main/lib/msun/src/s_sinpif.c}. The implementation follows the original, but has been modified according to stdlib conventions.
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+
* ```
1731
*/
1832

1933
#include "stdlib/math/base/special/sinpif.h"

0 commit comments

Comments
 (0)