commit ec51de38250fde62dbbb628435ab61f19f5357f9
parent 48b8e4d3f8bd5fca0e848ce586844a1547701ca0
Author: Brian Swetland <swetland@frotz.net>
Date: Mon, 31 Jul 2023 22:03:58 -0700
add gitignore and LICENSE files
Diffstat:
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -0,0 +1,6 @@
+fp-info-cache
+fp-lib-table
+sym-lib-table
+*.kicad_prl
+*-backups/
+
diff --git a/LICENSE b/LICENSE
@@ -0,0 +1,18 @@
+MIT No Attribution License (MIT-0)
+
+Copyright 2023, Brian Swetland <swetland@frotz.net>
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.