mirror of https://github.com/MLXXXp/Arduboy2.git
Merge 310e602d91 into bc460a2cff
This commit is contained in:
commit
5e119824b8
|
|
@ -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:
|
Licensed under the BSD 3-clause license:
|
||||||
|
|
||||||
Arduboy2 library:
|
Arduboy2 library:
|
||||||
Copyright (c) 2016-2021, Scott Allen
|
Copyright (c) 2016-2023, Scott Allen
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
The Arduboy2 library was forked from the Arduboy library:
|
The Arduboy2 library was forked from the Arduboy library:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue