Skip to content

Commit f068a92

Browse files
authored
Merge pull request #6 from randlabs/updates
Updated file attributes
2 parents e108910 + 5032b2c commit f068a92

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# Force the following filetypes to have unix eols, so Windows does not break them
66
*.* text eol=lf
7+
LICENSE text eol=lf
78

89
# Windows forced line-endings
910
/.idea/* text eol=crlf
@@ -30,6 +31,7 @@
3031
*.ttf binary
3132
*.eot binary
3233
*.woff binary
34+
*.woff2 binary
3335
*.pyc binary
3436
*.pdf binary
3537
*.ez binary

LICENSE.txt renamed to LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright (C) 2021-2023 RandLabs
190+
Copyright (C) 2021-2024 RandLabs
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,6 @@ func main() {
140140
```
141141

142142
## License
143-
See `LICENSE` file for details.
143+
144+
See [LICENSE](/LICENSE) file for details.
145+

0 commit comments

Comments
 (0)