diff --git a/.gitignore b/.gitignore index 42ebb55..2fe801c 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ ROMSIMM8MB.4402B/Documentation/Thumbs.db ROMSIMM2MB.4401A/Documentation/Thumbs.db ROMSIMM8MB.4402A/Documentation/Thumbs.db Documentation/Thumbs.db +Documentation/~$4402AManual.docx diff --git a/Documentation/GW4402AManual.pdf b/Documentation/GW4402AManual.pdf index e528331..e7734a5 100644 Binary files a/Documentation/GW4402AManual.pdf and b/Documentation/GW4402AManual.pdf differ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a8b9ccd --- /dev/null +++ b/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) Garrett's Workshop + +Rationale +---------------------------------------- +We at Garrett's Workshop create our products and release their source in +hopes of encouraging others to contribute and build their own "clones," +even selling them and competing with us. One day, GW will be defunct, +and it would be a shame if our hardware and software die along with GW. +At the same time, however, we seek to protect our trademark and ensure +that clones and derivative products do not masquerade as genuine +Garrett's Workshop products. + +License Terms +---------------------------------------- +This project may be licensed under one of two licenses: + +1. You may elect to license this project under CC BY-NC-SA 4.0. + +2. You may elect to license this project under CC BY-SA 4.0 ONLY IF + you remove all "Garrett's Workshop" trademarks from the project. diff --git a/fp-lib-table b/fp-lib-table index 4c34ead..0d7b8e4 100644 --- a/fp-lib-table +++ b/fp-lib-table @@ -1,3 +1,3 @@ (fp_lib_table - (lib (name stdpads)(type KiCad)(uri "$(KIPRJMOD)/../../stdpads.pretty")(options "")(descr "")) + (lib (name stdpads)(type KiCad)(uri "$(KIPRJMOD)/../stdpads.pretty")(options "")(descr "")) ) diff --git a/sym-lib-table b/sym-lib-table index a069ed2..4a77b25 100644 --- a/sym-lib-table +++ b/sym-lib-table @@ -1,4 +1,4 @@ (sym_lib_table - (lib (name GW_RAM)(type Legacy)(uri "$(KIPRJMOD)/../../GW_Parts/GW_RAM.lib")(options "")(descr "")) - (lib (name GW_Logic)(type Legacy)(uri "$(KIPRJMOD)/../../GW_Parts/GW_Logic.lib")(options "")(descr "")) + (lib (name GW_RAM)(type Legacy)(uri "$(KIPRJMOD)/../GW_Parts/GW_RAM.lib")(options "")(descr "")) + (lib (name GW_Logic)(type Legacy)(uri "$(KIPRJMOD)/../GW_Parts/GW_Logic.lib")(options "")(descr "")) )