From 8eafaaa61ebfe31eb52eae7651422ea709eeaa3f Mon Sep 17 00:00:00 2001 From: Endolf Date: Mon, 30 Jul 2018 17:14:01 +0100 Subject: [PATCH 1/2] Added basic license information. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0fa03ea..442728d 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ [![Javadocs](http://www.javadoc.io/badge/net.java.jinput/coreapi.svg)](http://www.javadoc.io/doc/net.java.jinput/coreapi) Library for access to input devices. + +## License +Licensed under [BSD License](https://opensource.org/licenses/BSD-3-Clause), copyright is attributed in each source file committed. From b98ee86b13d14d5762fdab57750f6e3bffb48dd3 Mon Sep 17 00:00:00 2001 From: gearcats <7305gearcats@gmail.com> Date: Tue, 11 Dec 2018 14:03:28 -0500 Subject: [PATCH 2/2] Correct typo --- .../main/java/net/java/games/input/example/ReadAllEvents.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/src/main/java/net/java/games/input/example/ReadAllEvents.java b/examples/src/main/java/net/java/games/input/example/ReadAllEvents.java index f792e66..3d0fa6c 100644 --- a/examples/src/main/java/net/java/games/input/example/ReadAllEvents.java +++ b/examples/src/main/java/net/java/games/input/example/ReadAllEvents.java @@ -39,7 +39,7 @@ public class ReadAllEvents { while (queue.getNextEvent(event)) { /* - * Create a strug buffer and put in it, the controller name, + * Create a string buffer and put in it, the controller name, * the time stamp of the event, the name of the component * that changed and the new value. *