Skip to content

Commit

Permalink
docs: fix nodejs binding docs footer copyright (#4346)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1911star authored Mar 12, 2024
1 parent e79daa5 commit ae54594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/nodejs/theme/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export class FooterWithASFCopyright extends DefaultThemeRenderContext {
<>
<div class="tsd-generator">
<p>
Copyright © 2022-2024, The Apache Software Foundation. Apache OpenDAL, OpenDAL, and Apache are either
registered trademarks or trademarks of the Apache Software Foundation.
Copyright © 2022-{new Date().getFullYear()}, The Apache Software Foundation. Apache OpenDAL, OpenDAL, and
Apache are either registered trademarks or trademarks of the Apache Software Foundation.
</p>
</div>
</>
Expand Down

0 comments on commit ae54594

Please sign in to comment.