diff --git a/case/mac.scad b/case/mac.scad index 31bca1f..014d815 100644 --- a/case/mac.scad +++ b/case/mac.scad @@ -1,3 +1,12 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ + //All measurements in mm $fa=8; //segments/360 degrees diff --git a/case/mouse.scad b/case/mouse.scad index 18481a8..d07d3b6 100644 --- a/case/mouse.scad +++ b/case/mouse.scad @@ -1,3 +1,12 @@ +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */ + $fa=8; //segments/360 degrees $fs=0.1; //min size of fragment $fn=32; //override amount of facets diff --git a/pcb/license.txt b/pcb/license.txt new file mode 100644 index 0000000..6ba6f0c --- /dev/null +++ b/pcb/license.txt @@ -0,0 +1,9 @@ +This PCB artwork is licensed under the Beer-Ware license: +/* + * ---------------------------------------------------------------------------- + * "THE BEER-WARE LICENSE" (Revision 42): + * Jeroen Domburg wrote this file. As long as you retain + * this notice you can do whatever you want with this stuff. If we meet some day, + * and you think this stuff is worth it, you can buy me a beer in return. + * ---------------------------------------------------------------------------- + */