Added copyright notice

This commit is contained in:
Jordon Brooks 2024-01-09 20:54:04 +00:00
parent fb8a01915e
commit bfa9030c10
No known key found for this signature in database
GPG key ID: 83964894E5D98D57
14 changed files with 225 additions and 6 deletions

39
.gitattributes vendored Normal file
View file

@ -0,0 +1,39 @@
* text=auto
# Sources
*.c text diff=cpp
*.cc text diff=cpp
*.cxx text diff=cpp
*.cpp text diff=cpp
*.cpi text diff=cpp
*.c++ text diff=cpp
*.hpp text diff=cpp
*.h text diff=cpp
*.h++ text diff=cpp
*.hh text diff=cpp
# Compiled Object files
*.slo binary
*.lo binary
*.o binary
*.obj binary
# Precompiled Headers
*.gch binary
*.pch binary
# Compiled Dynamic libraries
*.so binary
*.dylib binary
*.dll binary
# Compiled Static libraries
*.lai binary
*.la binary
*.a binary
*.lib binary
# Executables
*.exe binary
*.out binary
*.app binary