summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore32
-rw-r--r--LICENSE28
-rw-r--r--README.md2
3 files changed, 62 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..bbf313b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,32 @@
1# Object files
2*.o
3*.ko
4*.obj
5*.elf
6
7# Precompiled Headers
8*.gch
9*.pch
10
11# Libraries
12*.lib
13*.a
14*.la
15*.lo
16
17# Shared objects (inc. Windows DLLs)
18*.dll
19*.so
20*.so.*
21*.dylib
22
23# Executables
24*.exe
25*.out
26*.app
27*.i*86
28*.x86_64
29*.hex
30
31# Debug files
32*.dSYM/
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..85e66f1
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,28 @@
1Copyright (c) 2015, Dave Hodder
2All rights reserved.
3
4Redistribution and use in source and binary forms, with or without
5modification, are permitted provided that the following conditions are met:
6
7* Redistributions of source code must retain the above copyright notice, this
8 list of conditions and the following disclaimer.
9
10* Redistributions in binary form must reproduce the above copyright notice,
11 this list of conditions and the following disclaimer in the documentation
12 and/or other materials provided with the distribution.
13
14* Neither the name of launchpad-pro nor the names of its
15 contributors may be used to endorse or promote products derived from
16 this software without specific prior written permission.
17
18THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bf21e46
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
1# launchpad-pro
2Open source firmware for the Launchpad Pro grid controller