From 9216b9cafb164ff6f2b61fe99f388e383a2d4233 Mon Sep 17 00:00:00 2001 From: James Devlin Date: Tue, 1 Sep 2015 01:03:58 -0400 Subject: [PATCH] Initial commit. --- .gitattributes | 17 +++++++++++++++++ .gitignore | 1 + LICENSE.md | 5 +++++ README.md | 7 +++++++ 4 files changed, 30 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 LICENSE.md create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bdb0cab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp + +# Standard to msysgit +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..d5df405 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,5 @@ +# License # + +All source code and IP in this repository is proprietary and confidential under US and international IP and copyright law. Where no explicit copyright notice is given, the following applies: + +**Copyright (c) 2014-2015 by James M. Devlin. All rights reserved.** diff --git a/README.md b/README.md new file mode 100644 index 0000000..0d3e5fa --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +scrappy +======= +Scrappy (code-name) is the HMR command-line application for OS X, Windows, and Linux. + +## License + +Proprietary and confidential. Copyright (c) 2015 by James M. Devlin. All rights reserved.