Skip to content

Commit 12a49f0

Browse files
committed
Updating documentation and copyright.
1 parent f93c53e commit 12a49f0

69 files changed

Lines changed: 139 additions & 97 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JNativeHook: Global keyboard and mouse hooking for Java.
1+
# JNativeHook: Global keyboard and mouse listeners for Java.
22
# Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
33
# https://github.com/kwhat/jnativehook/
44

README.md

Lines changed: 11 additions & 14 deletions

doc/Compiling.md

Lines changed: 39 additions & 0 deletions

doc/Swing.md

Lines changed: 6 additions & 1 deletion

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
JNativeHook: Global keyboard and mouse hooking for Java.
3+
JNativeHook: Global keyboard and mouse listeners for Java.
44
Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
55
https://github.com/kwhat/jnativehook/
66

src/main/java/com/github/kwhat/jnativehook/AbstractSwingInputAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* JNativeHook: Global keyboard and mouse hooking for Java.
1+
/* JNativeHook: Global keyboard and mouse listeners for Java.
22
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
33
* https://github.com/kwhat/jnativehook/
44
*

src/main/java/com/github/kwhat/jnativehook/DefaultLibraryLocator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* JNativeHook: Global keyboard and mouse hooking for Java.
1+
/* JNativeHook: Global keyboard and mouse listeners for Java.
22
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
33
* https://github.com/kwhat/jnativehook/
44
*

src/main/java/com/github/kwhat/jnativehook/GlobalScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* JNativeHook: Global keyboard and mouse hooking for Java.
1+
/* JNativeHook: Global keyboard and mouse listeners for Java.
22
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
33
* https://github.com/kwhat/jnativehook/
44
*

src/main/java/com/github/kwhat/jnativehook/NativeHookException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* JNativeHook: Global keyboard and mouse hooking for Java.
1+
/* JNativeHook: Global keyboard and mouse listeners for Java.
22
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
33
* http://code.google.com/p/jnativehook/
44
*

src/main/java/com/github/kwhat/jnativehook/NativeInputEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* JNativeHook: Global keyboard and mouse hooking for Java.
1+
/* JNativeHook: Global keyboard and mouse listeners for Java.
22
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
33
* https://github.com/kwhat/jnativehook/
44
*

0 commit comments

Comments
 (0)