From 5032b2c90ca3f6eaf7f624aa8d8d6eef859f1848 Mon Sep 17 00:00:00 2001 From: Mauro Leggieri Date: Mon, 8 Jan 2024 17:31:47 -0300 Subject: [PATCH] Updated file attributes --- .gitattributes | 2 ++ LICENSE.txt => LICENSE | 2 +- README.md | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) rename LICENSE.txt => LICENSE (99%) 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. +