summaryrefslogtreecommitdiff
path: root/ps2.c
diff options
context:
space:
mode:
Diffstat (limited to 'ps2.c')
-rw-r--r--ps2.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ps2.c b/ps2.c
index d5c3d4d4e..8a0591621 100644
--- a/ps2.c
+++ b/ps2.c
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2010,2011 Jun WAKO <wakojun@gmail.com>
+Copyright 2010,2011 Jun WAKO <wakojun@gmail.com>
This software is licensed with a Modified BSD License.
All of this is supposed to be Free Software, Open Source, DFSG-free,
@@ -34,6 +34,7 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
+
#include <stdbool.h>
#include <avr/io.h>
#include <avr/interrupt.h>