From 474425bf5129e0b5964699f159939aa334f21a0a Mon Sep 17 00:00:00 2001 From: cy384 Date: Tue, 10 Nov 2015 22:26:07 -0500 Subject: [PATCH] adding license headers to other files --- arduino_ppk_usb.ino | 4 +++- palm-III-adapter.scad | 12 +++++++++++- palm-V-adapter.scad | 12 +++++++++++- pro-micro-socket.scad | 12 +++++++++++- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/arduino_ppk_usb.ino b/arduino_ppk_usb.ino index 6c0232a..ea65074 100644 --- a/arduino_ppk_usb.ino +++ b/arduino_ppk_usb.ino @@ -1,5 +1,5 @@ /* - * Arduino USB HID adapter for the Palm Portable Keyboard + * ppk_usb * * Copyright (C) 2014 cy384 * All rights reserved. @@ -8,6 +8,8 @@ * of the BSD license. See the LICENSE file for details. */ +// Arduino USB HID adapter for the Palm Portable Keyboard + #include // set to 3 for III hardware, or 5 for V hardware diff --git a/palm-III-adapter.scad b/palm-III-adapter.scad index 81f9f9e..11d4070 100644 --- a/palm-III-adapter.scad +++ b/palm-III-adapter.scad @@ -1,4 +1,14 @@ -// a 3d printable adapter for palm-III era devices +/* + * ppk_usb + * + * Copyright (C) 2014 cy384 + * All rights reserved. + * + * This software may be modified and distributed under the terms + * of the BSD license. See the LICENSE file for details. + */ + +// 3d printable adapter for palm-III era devices module main_hull() { diff --git a/palm-V-adapter.scad b/palm-V-adapter.scad index 2588d67..30e84d3 100644 --- a/palm-V-adapter.scad +++ b/palm-V-adapter.scad @@ -1,4 +1,14 @@ -// a 3d printable adapter for palm-V era devices +/* + * ppk_usb + * + * Copyright (C) 2014 cy384 + * All rights reserved. + * + * This software may be modified and distributed under the terms + * of the BSD license. See the LICENSE file for details. + */ + +// 3d printable adapter for palm-V era devices module pin() { diff --git a/pro-micro-socket.scad b/pro-micro-socket.scad index 15e029b..5d60e0d 100644 --- a/pro-micro-socket.scad +++ b/pro-micro-socket.scad @@ -1,4 +1,14 @@ -// a 3d printable adapter for the pro micro board +/* + * ppk_usb + * + * Copyright (C) 2014 cy384 + * All rights reserved. + * + * This software may be modified and distributed under the terms + * of the BSD license. See the LICENSE file for details. + */ + +// 3d printable adapter for the pro micro board use use