diff --git a/.gitattributes b/.gitattributes index b894d3d..293e69a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ # Force the following filetypes to have unix eols, so Windows does not break them *.* text eol=lf +LICENSE text eol=lf # Windows forced line-endings /.idea/* text eol=crlf @@ -30,6 +31,7 @@ *.ttf binary *.eot binary *.woff binary +*.woff2 binary *.pyc binary *.pdf binary *.ez binary diff --git a/LICENSE.txt b/LICENSE similarity index 99% rename from LICENSE.txt rename to LICENSE index d97c222..ea4df59 100644 --- a/LICENSE.txt +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (C) 2021-2023 RandLabs + Copyright (C) 2021-2024 RandLabs Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index b3faa39..6382a84 100644 --- a/README.md +++ b/README.md @@ -140,4 +140,6 @@ func main() { ``` ## License -See `LICENSE` file for details. + +See [LICENSE](/LICENSE) file for details. +