Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Like this project? Follow the repository on [GitHub](https://github.com/tedilabs

Provided under the terms of the [Apache License](LICENSE).

Copyright © 2021-2024, [Byungjin Park](https://www.posquit0.com).
Copyright © 2021-2025, [Byungjin Park](https://www.posquit0.com).

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

It's a good practice to end files with a single newline character. This ensures the file is compliant with POSIX standards and is handled correctly by various command-line tools and version control systems.1

Suggested change
Copyright © 2021-2025, [Byungjin Park](https://www.posquit0.com).
Copyright © 2021-2025, [Byungjin Park](https://www.posquit0.com).

Style Guide References

Footnotes

  1. POSIX standards define a 'line' as a sequence of characters ending with a newline. A 'text file' is a file containing characters organized into zero or more lines. Therefore, text files should end with a newline character to be properly formed and to avoid issues with tools that process them.