Skip to content

Commit 79520cc

Browse files
committed
chore: update copyright years
--- 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: passed - 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 363aead commit 79520cc

2 files changed

Lines changed: 31 additions & 28 deletions

File tree

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2025 The Stdlib Authors.
1+
Copyright (c) 2016-2026 The Stdlib Authors.

README.md

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ limitations under the License.
2020

2121
<!-- lint disable first-heading-level -->
2222

23+
<!-- FIXME: the following two empty sections are merely to satisfy the linter for `expected-html-sections` which cannot, atm, be turned off -->
24+
25+
<section class="usage">
26+
27+
</section>
28+
29+
<!-- /.usage -->
30+
31+
<section class="examples">
32+
33+
</section>
34+
35+
<!-- /.examples -->
36+
2337
<!-- Section to include announcements. If section is included, add a horizontal rule *after* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
2438

2539
<section class="announcement">
@@ -31,17 +45,19 @@ limitations under the License.
3145
<!-- Section to include assets such as the project logo, etc. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
3246

3347
<section class="banner">
34-
<div class="image" align="center">
35-
<br>
36-
<br>
37-
<a href="https://stdlib.io/" />
38-
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@9f7d30f089ecc458a8b836a75afab75caf5c0b36/docs/assets/logo_banner.svg" alt="stdlib logo">
39-
</a>
40-
<br>
41-
<br>
42-
<br>
43-
<br>
44-
</div>
48+
49+
<div class="image" align="center">
50+
<br>
51+
<br>
52+
<a href="https://stdlib.io/" />
53+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@9f7d30f089ecc458a8b836a75afab75caf5c0b36/docs/assets/logo_banner.svg" alt="stdlib logo">
54+
</a>
55+
<br>
56+
<br>
57+
<br>
58+
<br>
59+
</div>
60+
4561
</section>
4662

4763
<!-- /.banner -->
@@ -669,7 +685,7 @@ See [LICENSE][stdlib-license].
669685
670686
## Copyright
671687
672-
Copyright © 2016-2025. The Stdlib [Authors][stdlib-authors].
688+
Copyright © 2016-2026. The Stdlib [Authors][stdlib-authors].
673689
674690
</section>
675691
@@ -722,26 +738,13 @@ You can also subscribe to our [project calendar][stdlib-public-calendar] to stay
722738
723739
</section>
724740
725-
<!-- /.badges> -->
741+
<!-- /.badges -->
726742
727743
<!-- Project acknowledgments. If section is included, add a horizontal rule *before* the section. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
728744
729-
<!-- * * *
730-
731745
<section class="acknowledgments">
732746
733-
## Acknowledgments
734-
735-
### Build Infrastructure
736-
737-
Test and build infrastructure is generously provided by the following services:
738-
739-
<div class="image" align="center">
740-
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@3de52540666d1635df046d7e5dd07a1fc5b87d85/docs/assets/misc/ci_logo_banner.svg" alt="Continuous Integration Service Logos">
741-
<br>
742-
</div>
743-
744-
</section> -->
747+
</section>
745748
746749
<!-- /.acknowledgments -->
747750

0 commit comments

Comments
 (0)