Skip to content

Commit bfc8c3a

Browse files
committed
chore: use one asterisk for license comment in TS files
We use one asterisk due to TSDoc not supporting the license tag and two asteriks breaking tooling. --- 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: na - 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: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 88f0620 commit bfc8c3a

File tree

34 files changed

+34
-34
lines changed

34 files changed

+34
-34
lines changed

lib/node_modules/@stdlib/array/base/mskbinary3d/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2024 The Stdlib Authors.

lib/node_modules/@stdlib/array/base/mskbinary3d/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2024 The Stdlib Authors.

lib/node_modules/@stdlib/array/base/take-map/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2024 The Stdlib Authors.

lib/node_modules/@stdlib/array/to-fancy/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2024 The Stdlib Authors.

lib/node_modules/@stdlib/assert/is-duration-string/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

lib/node_modules/@stdlib/assert/is-duration-string/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

lib/node_modules/@stdlib/assert/is-kebabcase/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

lib/node_modules/@stdlib/assert/is-kebabcase/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

lib/node_modules/@stdlib/assert/is-snakecase/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

lib/node_modules/@stdlib/assert/is-snakecase/docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* @license Apache-2.0
33
*
44
* Copyright (c) 2022 The Stdlib Authors.

0 commit comments

Comments
 (0)