From f0902407a5f4e56e64c48bfe73e8344c18d3e8da Mon Sep 17 00:00:00 2001 From: Jacob Eva Date: Sat, 5 Aug 2023 20:52:08 +0100 Subject: [PATCH] Updated legal disclaimer --- Mechanical/OpenSCAD/Enclosure.scad | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/Mechanical/OpenSCAD/Enclosure.scad b/Mechanical/OpenSCAD/Enclosure.scad index 114b4fc..5aadb54 100644 --- a/Mechanical/OpenSCAD/Enclosure.scad +++ b/Mechanical/OpenSCAD/Enclosure.scad @@ -1,13 +1,17 @@ -// Parametric Expansion Card -// An OpenSCAD implementation of a basic enclosure of an Expansion Card for -// use with Framework products like the Framework Laptop. -// -// See https://frame.work for more information about Framework products and -// additional documentation around Expansion Cards. +// openCom LTE Expansion Card +// An implementation of an enclosure for the openCom LTE, which features holes +// for the antenna SMA connectors and transluscent columns for the indicator +// LEDs. -// Parametric Expansion Card © 2021 by Nirav Patel at Framework Computer LLC -// is licensed under Attribution 4.0 International. -// To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ +// Original design - Parametric Expansion Card © 2021 by Nirav Patel at +// Framework Computer LLC. To view a copy of this license, visit +// http://creativecommons.org/licenses/by/4.0/ + +// See https://frame.work for more information about Framework products and +// additional documentation around Expansion Cards. + +// Modified by Jacob Owen Eva at Liberated Embedded Systems Ltd, licensed under +// Attribution-ShareAlike 4.0 International. // The basic dimensions of an Expansion Card base = [30.0, 32.0, 6.8];