diff --git a/PS2_To_AppleII/PS2_To_AppleII.ino b/PS2_To_AppleII/PS2_To_AppleII.ino index 859c611..5ee3624 100644 --- a/PS2_To_AppleII/PS2_To_AppleII.ino +++ b/PS2_To_AppleII/PS2_To_AppleII.ino @@ -1,3 +1,18 @@ +//----------------------------------------------------------------------------- +// +// Keyboard PS/2 to Apple II v1.00 +// +// Date: 2019-11-03 23:00am +// +// João Ricardo Pagotto +// https://github.com/joaopagotto +// +// This is free open-source software, distributed under a very liberal license +// (the well-known MIT license). It may be used for any purpose, including +// commercial purposes, at absolutely no cost. Just download it and use it. +// +//----------------------------------------------------------------------------- + #include PS2KeyAdvanced keyboard;