Skip to content

Commit 3423992

Browse files
committed
Updating copyright.
1 parent efcee1c commit 3423992

File tree

66 files changed

+67
-67
lines changed

Some content is hidden

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

66 files changed

+67
-67
lines changed

CMakeLists.txt

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

55
# JNativeHook is free software: you can redistribute it and/or modify

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
JNativeHook: Global keyboard and mouse listeners for Java.
4-
Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
4+
Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
55
https://github.com/kwhat/jnativehook/
66
77
JNativeHook is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* http://code.google.com/p/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/dispatcher/DefaultDispatchService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/dispatcher/SwingDispatchService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/dispatcher/VoidDispatchService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/dispatcher/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/example/NativeHookDemo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify
@@ -436,7 +436,7 @@ public void windowClosed(WindowEvent e) {
436436
public static void main(String[] args) {
437437
String copyright = "\n"
438438
+ "JNativeHook: Global keyboard and mouse listeners for Java.\n"
439-
+ "Copyright (C) 2006-2020 Alexander Barker. All Rights Received.\n"
439+
+ "Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.\n"
440440
+ "https://github.com/kwhat/jnativehook/\n"
441441
+ "\n"
442442
+ "JNativeHook is free software: you can redistribute it and/or modify\n"

src/main/java/com/github/kwhat/jnativehook/example/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/keyboard/NativeKeyAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/keyboard/NativeKeyEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/keyboard/NativeKeyListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/keyboard/SwingKeyAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/keyboard/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/mouse/NativeMouseAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/mouse/NativeMouseEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/mouse/NativeMouseInputAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/mouse/NativeMouseInputListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/mouse/NativeMouseListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/mouse/NativeMouseMotionAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/mouse/NativeMouseMotionListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/mouse/NativeMouseWheelAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/mouse/NativeMouseWheelEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/mouse/NativeMouseWheelListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/mouse/SwingMouseAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/mouse/SwingMouseWheelAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/com/github/kwhat/jnativehook/mouse/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/com_github_kwhat_jnativehook_GlobalScreen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/include/com_github_kwhat_jnativehook_NativeInputEvent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/include/com_github_kwhat_jnativehook_keyboard_NativeKeyEvent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/include/com_github_kwhat_jnativehook_mouse_NativeMouseEvent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/include/com_github_kwhat_jnativehook_mouse_NativeMouseWheelEvent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/jni_Converter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/jni_Converter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/jni_Errors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/jni_Errors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/jni_EventDispatcher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/jni_EventDispathcer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/jni_Globals.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/jni_Globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/jni_Load.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/jni_Logger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/main/jni/jni_Logger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/test/java/com/github/kwhat/jnativehook/NativeHookExceptionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2018 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/test/java/com/github/kwhat/jnativehook/NativeInputEventTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2018 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/test/java/com/github/kwhat/jnativehook/NativeMonitorInfoTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2020 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

src/test/java/com/github/kwhat/jnativehook/NativeSystemTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* JNativeHook: Global keyboard and mouse listeners for Java.
2-
* Copyright (C) 2006-2018 Alexander Barker. All Rights Received.
2+
* Copyright (C) 2006-2021 Alexander Barker. All Rights Reserved.
33
* https://github.com/kwhat/jnativehook/
44
*
55
* JNativeHook is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)