mirror of https://github.com/MLXXXp/Arduboy2.git
Add git maintenance file
- Add `.gitattributes` to normalize line endings. - Bonus: Update Copyright year.
This commit is contained in:
parent
ca1c3ae024
commit
310e602d91
|
@ -0,0 +1,9 @@
|
|||
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||
* text=auto
|
||||
|
||||
# Declare files that should be treated as text with explicit line endings
|
||||
*.cpp text eol=lf
|
||||
*.h text eol=lf
|
||||
|
||||
# Denote all files that are truly binary (binary is a macro for -text -diff)
|
||||
*.png binary
|
|
@ -8,7 +8,7 @@ Software License Agreements
|
|||
Licensed under the BSD 3-clause license:
|
||||
|
||||
Arduboy2 library:
|
||||
Copyright (c) 2016-2021, Scott Allen
|
||||
Copyright (c) 2016-2023, Scott Allen
|
||||
All rights reserved.
|
||||
|
||||
The Arduboy2 library was forked from the Arduboy library:
|
||||
|
|
Loading…
Reference in New Issue