Skip to content

Commit

Permalink
adding license headers to other files
Browse files Browse the repository at this point in the history
  • Loading branch information
cy384 committed Nov 11, 2015
1 parent cc068cb commit 474425b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
4 changes: 3 additions & 1 deletion arduino_ppk_usb.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Arduino USB HID adapter for the Palm Portable Keyboard
* ppk_usb
*
* Copyright (C) 2014 cy384
* All rights reserved.
Expand All @@ -8,6 +8,8 @@
* of the BSD license. See the LICENSE file for details.
*/

// Arduino USB HID adapter for the Palm Portable Keyboard

#include <SoftwareSerial.h>

// set to 3 for III hardware, or 5 for V hardware
Expand Down
12 changes: 11 additions & 1 deletion palm-III-adapter.scad
Original file line number Diff line number Diff line change
@@ -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()
{
Expand Down
12 changes: 11 additions & 1 deletion palm-V-adapter.scad
Original file line number Diff line number Diff line change
@@ -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()
{
Expand Down
12 changes: 11 additions & 1 deletion pro-micro-socket.scad
Original file line number Diff line number Diff line change
@@ -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 <palm-III-adapter.scad>
use <palm-V-adapter.scad>
Expand Down

0 comments on commit 474425b

Please sign in to comment.