diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1fe6b81 --- /dev/null +++ b/.gitattributes @@ -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 \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index b65d51a..d2b04db 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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: