diff --git a/LICENSE b/LICENSE index f4fa997..29d5c6d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018 thizzer.com +Copyright (c) 2018 - 2019 thizzer.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/main/java/com/thizzer/jtouchbar/JTouchBar.java b/src/main/java/com/thizzer/jtouchbar/JTouchBar.java index f7c412e..68846c4 100644 --- a/src/main/java/com/thizzer/jtouchbar/JTouchBar.java +++ b/src/main/java/com/thizzer/jtouchbar/JTouchBar.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/JTouchBarJNI.java b/src/main/java/com/thizzer/jtouchbar/JTouchBarJNI.java index 34e03d6..a81a209 100644 --- a/src/main/java/com/thizzer/jtouchbar/JTouchBarJNI.java +++ b/src/main/java/com/thizzer/jtouchbar/JTouchBarJNI.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/NativeLinkObject.java b/src/main/java/com/thizzer/jtouchbar/NativeLinkObject.java index e5385db..234b73f 100644 --- a/src/main/java/com/thizzer/jtouchbar/NativeLinkObject.java +++ b/src/main/java/com/thizzer/jtouchbar/NativeLinkObject.java @@ -1,3 +1,13 @@ +/** + * JTouchBar + * + * Copyright (c) 2018 - 2019 thizzer.com + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + * + * @author M. ten Veldhuis + */ package com.thizzer.jtouchbar; import java.util.Observable; diff --git a/src/main/java/com/thizzer/jtouchbar/awt/AWTUtils.java b/src/main/java/com/thizzer/jtouchbar/awt/AWTUtils.java index 71941a6..78827fa 100644 --- a/src/main/java/com/thizzer/jtouchbar/awt/AWTUtils.java +++ b/src/main/java/com/thizzer/jtouchbar/awt/AWTUtils.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/common/Color.java b/src/main/java/com/thizzer/jtouchbar/common/Color.java index bce14e7..312cce2 100644 --- a/src/main/java/com/thizzer/jtouchbar/common/Color.java +++ b/src/main/java/com/thizzer/jtouchbar/common/Color.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/common/ControlState.java b/src/main/java/com/thizzer/jtouchbar/common/ControlState.java index 7acf8cf..dcd8734 100644 --- a/src/main/java/com/thizzer/jtouchbar/common/ControlState.java +++ b/src/main/java/com/thizzer/jtouchbar/common/ControlState.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/common/Image.java b/src/main/java/com/thizzer/jtouchbar/common/Image.java index 4aa1548..63f4425 100644 --- a/src/main/java/com/thizzer/jtouchbar/common/Image.java +++ b/src/main/java/com/thizzer/jtouchbar/common/Image.java @@ -1,3 +1,13 @@ +/** + * JTouchBar + * + * Copyright (c) 2018 - 2019 thizzer.com + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + * + * @author M. ten Veldhuis + */ package com.thizzer.jtouchbar.common; import java.io.ByteArrayOutputStream; diff --git a/src/main/java/com/thizzer/jtouchbar/common/ImageAlignment.java b/src/main/java/com/thizzer/jtouchbar/common/ImageAlignment.java index 87dd24e..a6c0357 100644 --- a/src/main/java/com/thizzer/jtouchbar/common/ImageAlignment.java +++ b/src/main/java/com/thizzer/jtouchbar/common/ImageAlignment.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/common/ImageName.java b/src/main/java/com/thizzer/jtouchbar/common/ImageName.java index c827a0a..d3da5e0 100644 --- a/src/main/java/com/thizzer/jtouchbar/common/ImageName.java +++ b/src/main/java/com/thizzer/jtouchbar/common/ImageName.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/common/ImagePosition.java b/src/main/java/com/thizzer/jtouchbar/common/ImagePosition.java index c8fc02e..56ace9c 100644 --- a/src/main/java/com/thizzer/jtouchbar/common/ImagePosition.java +++ b/src/main/java/com/thizzer/jtouchbar/common/ImagePosition.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/item/GroupTouchBarItem.java b/src/main/java/com/thizzer/jtouchbar/item/GroupTouchBarItem.java index a71960a..a3fde4e 100644 --- a/src/main/java/com/thizzer/jtouchbar/item/GroupTouchBarItem.java +++ b/src/main/java/com/thizzer/jtouchbar/item/GroupTouchBarItem.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/item/PopoverTouchBarItem.java b/src/main/java/com/thizzer/jtouchbar/item/PopoverTouchBarItem.java index 2a5e268..e72df25 100644 --- a/src/main/java/com/thizzer/jtouchbar/item/PopoverTouchBarItem.java +++ b/src/main/java/com/thizzer/jtouchbar/item/PopoverTouchBarItem.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/item/TouchBarItem.java b/src/main/java/com/thizzer/jtouchbar/item/TouchBarItem.java index f6286e4..7960f85 100644 --- a/src/main/java/com/thizzer/jtouchbar/item/TouchBarItem.java +++ b/src/main/java/com/thizzer/jtouchbar/item/TouchBarItem.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarButton.java b/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarButton.java index b974ba5..ee1af16 100644 --- a/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarButton.java +++ b/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarButton.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarScrubber.java b/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarScrubber.java index 8753edd..08a452b 100644 --- a/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarScrubber.java +++ b/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarScrubber.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarSlider.java b/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarSlider.java index 3da730f..422c0a1 100644 --- a/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarSlider.java +++ b/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarSlider.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarTextField.java b/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarTextField.java index 0226e32..139fbde 100644 --- a/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarTextField.java +++ b/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarTextField.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarView.java b/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarView.java index cd53caa..435fa57 100644 --- a/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarView.java +++ b/src/main/java/com/thizzer/jtouchbar/item/view/TouchBarView.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/item/view/action/TouchBarViewAction.java b/src/main/java/com/thizzer/jtouchbar/item/view/action/TouchBarViewAction.java index 9669bdd..cc18469 100644 --- a/src/main/java/com/thizzer/jtouchbar/item/view/action/TouchBarViewAction.java +++ b/src/main/java/com/thizzer/jtouchbar/item/view/action/TouchBarViewAction.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/scrubber/ScrubberActionListener.java b/src/main/java/com/thizzer/jtouchbar/scrubber/ScrubberActionListener.java index 97e4371..9d58a02 100644 --- a/src/main/java/com/thizzer/jtouchbar/scrubber/ScrubberActionListener.java +++ b/src/main/java/com/thizzer/jtouchbar/scrubber/ScrubberActionListener.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/scrubber/ScrubberDataSource.java b/src/main/java/com/thizzer/jtouchbar/scrubber/ScrubberDataSource.java index 3a4540f..28ae6e4 100644 --- a/src/main/java/com/thizzer/jtouchbar/scrubber/ScrubberDataSource.java +++ b/src/main/java/com/thizzer/jtouchbar/scrubber/ScrubberDataSource.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/scrubber/ScrubberSelectionStyle.java b/src/main/java/com/thizzer/jtouchbar/scrubber/ScrubberSelectionStyle.java index 44c4162..bec1a19 100644 --- a/src/main/java/com/thizzer/jtouchbar/scrubber/ScrubberSelectionStyle.java +++ b/src/main/java/com/thizzer/jtouchbar/scrubber/ScrubberSelectionStyle.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/scrubber/view/ScrubberImageItemView.java b/src/main/java/com/thizzer/jtouchbar/scrubber/view/ScrubberImageItemView.java index 4cc1059..b6dadaa 100644 --- a/src/main/java/com/thizzer/jtouchbar/scrubber/view/ScrubberImageItemView.java +++ b/src/main/java/com/thizzer/jtouchbar/scrubber/view/ScrubberImageItemView.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/scrubber/view/ScrubberTextItemView.java b/src/main/java/com/thizzer/jtouchbar/scrubber/view/ScrubberTextItemView.java index dfb6d53..5d1ab02 100644 --- a/src/main/java/com/thizzer/jtouchbar/scrubber/view/ScrubberTextItemView.java +++ b/src/main/java/com/thizzer/jtouchbar/scrubber/view/ScrubberTextItemView.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/scrubber/view/ScrubberView.java b/src/main/java/com/thizzer/jtouchbar/scrubber/view/ScrubberView.java index d5b542f..37cc9e2 100644 --- a/src/main/java/com/thizzer/jtouchbar/scrubber/view/ScrubberView.java +++ b/src/main/java/com/thizzer/jtouchbar/scrubber/view/ScrubberView.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/slider/SliderActionListener.java b/src/main/java/com/thizzer/jtouchbar/slider/SliderActionListener.java index b1e1dc1..d931006 100644 --- a/src/main/java/com/thizzer/jtouchbar/slider/SliderActionListener.java +++ b/src/main/java/com/thizzer/jtouchbar/slider/SliderActionListener.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/java/com/thizzer/jtouchbar/swing/SwingTouchBarActionDelegate.java b/src/main/java/com/thizzer/jtouchbar/swing/SwingTouchBarActionDelegate.java index 0cf13eb..2b49ca5 100644 --- a/src/main/java/com/thizzer/jtouchbar/swing/SwingTouchBarActionDelegate.java +++ b/src/main/java/com/thizzer/jtouchbar/swing/SwingTouchBarActionDelegate.java @@ -1,3 +1,13 @@ +/** + * JTouchBar + * + * Copyright (c) 2018 - 2019 thizzer.com + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + * + * @author M. ten Veldhuis + */ package com.thizzer.jtouchbar.swing; import com.thizzer.jtouchbar.item.view.TouchBarButton; diff --git a/src/main/objective-c++/Bridged/JNI/JNIContext.h b/src/main/objective-c++/Bridged/JNI/JNIContext.h index 72e3304..05bc1ee 100644 --- a/src/main/objective-c++/Bridged/JNI/JNIContext.h +++ b/src/main/objective-c++/Bridged/JNI/JNIContext.h @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JNI/JNIContext.mm b/src/main/objective-c++/Bridged/JNI/JNIContext.mm index 8e7b28b..5d59f96 100644 --- a/src/main/objective-c++/Bridged/JNI/JNIContext.mm +++ b/src/main/objective-c++/Bridged/JNI/JNIContext.mm @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JNI/JTouchBarBridge.h b/src/main/objective-c++/Bridged/JNI/JTouchBarBridge.h index 458d527..63da0f0 100644 --- a/src/main/objective-c++/Bridged/JNI/JTouchBarBridge.h +++ b/src/main/objective-c++/Bridged/JNI/JTouchBarBridge.h @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JNI/JTouchBarBridge.mm b/src/main/objective-c++/Bridged/JNI/JTouchBarBridge.mm index 2d420b4..c77f063 100644 --- a/src/main/objective-c++/Bridged/JNI/JTouchBarBridge.mm +++ b/src/main/objective-c++/Bridged/JNI/JTouchBarBridge.mm @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JNI/JTouchBarJNI.cpp b/src/main/objective-c++/Bridged/JNI/JTouchBarJNI.cpp index fd8ba36..5aa282a 100644 --- a/src/main/objective-c++/Bridged/JNI/JTouchBarJNI.cpp +++ b/src/main/objective-c++/Bridged/JNI/JTouchBarJNI.cpp @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JNI/JTouchBarJNI.h b/src/main/objective-c++/Bridged/JNI/JTouchBarJNI.h index 78cb6dc..450599d 100644 --- a/src/main/objective-c++/Bridged/JNI/JTouchBarJNI.h +++ b/src/main/objective-c++/Bridged/JNI/JTouchBarJNI.h @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JTouchBarUtils.h b/src/main/objective-c++/Bridged/JTouchBarUtils.h index c212a16..3a2c375 100644 --- a/src/main/objective-c++/Bridged/JTouchBarUtils.h +++ b/src/main/objective-c++/Bridged/JTouchBarUtils.h @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JTouchBarUtils.mm b/src/main/objective-c++/Bridged/JTouchBarUtils.mm index a1c5f1b..00309c1 100644 --- a/src/main/objective-c++/Bridged/JTouchBarUtils.mm +++ b/src/main/objective-c++/Bridged/JTouchBarUtils.mm @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JavaGroupTouchBarItem.h b/src/main/objective-c++/Bridged/JavaGroupTouchBarItem.h index af2caba..587fbd7 100644 --- a/src/main/objective-c++/Bridged/JavaGroupTouchBarItem.h +++ b/src/main/objective-c++/Bridged/JavaGroupTouchBarItem.h @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JavaGroupTouchBarItem.mm b/src/main/objective-c++/Bridged/JavaGroupTouchBarItem.mm index 2623ac2..2e5a534 100644 --- a/src/main/objective-c++/Bridged/JavaGroupTouchBarItem.mm +++ b/src/main/objective-c++/Bridged/JavaGroupTouchBarItem.mm @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JavaPopoverTouchBarItem.h b/src/main/objective-c++/Bridged/JavaPopoverTouchBarItem.h index a0533f9..7664194 100644 --- a/src/main/objective-c++/Bridged/JavaPopoverTouchBarItem.h +++ b/src/main/objective-c++/Bridged/JavaPopoverTouchBarItem.h @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JavaPopoverTouchBarItem.mm b/src/main/objective-c++/Bridged/JavaPopoverTouchBarItem.mm index 25f6319..c4af741 100644 --- a/src/main/objective-c++/Bridged/JavaPopoverTouchBarItem.mm +++ b/src/main/objective-c++/Bridged/JavaPopoverTouchBarItem.mm @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JavaTouchBar.h b/src/main/objective-c++/Bridged/JavaTouchBar.h index 6d100c1..37a74ee 100644 --- a/src/main/objective-c++/Bridged/JavaTouchBar.h +++ b/src/main/objective-c++/Bridged/JavaTouchBar.h @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JavaTouchBar.mm b/src/main/objective-c++/Bridged/JavaTouchBar.mm index a67f6ba..2de987d 100644 --- a/src/main/objective-c++/Bridged/JavaTouchBar.mm +++ b/src/main/objective-c++/Bridged/JavaTouchBar.mm @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JavaTouchBarItem.h b/src/main/objective-c++/Bridged/JavaTouchBarItem.h index fed3e1e..08a0ed1 100644 --- a/src/main/objective-c++/Bridged/JavaTouchBarItem.h +++ b/src/main/objective-c++/Bridged/JavaTouchBarItem.h @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/Bridged/JavaTouchBarItem.mm b/src/main/objective-c++/Bridged/JavaTouchBarItem.mm index 6427084..0975bd5 100644 --- a/src/main/objective-c++/Bridged/JavaTouchBarItem.mm +++ b/src/main/objective-c++/Bridged/JavaTouchBarItem.mm @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/JavaTouchBarResponder.h b/src/main/objective-c++/JavaTouchBarResponder.h index bb4a1d0..1c1fe71 100644 --- a/src/main/objective-c++/JavaTouchBarResponder.h +++ b/src/main/objective-c++/JavaTouchBarResponder.h @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/main/objective-c++/JavaTouchBarResponder.mm b/src/main/objective-c++/JavaTouchBarResponder.mm index 55bffbd..4ad12a7 100644 --- a/src/main/objective-c++/JavaTouchBarResponder.mm +++ b/src/main/objective-c++/JavaTouchBarResponder.mm @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/test/java/com/thizzer/jtouchbar/JTouchBarTestUtils.java b/src/test/java/com/thizzer/jtouchbar/JTouchBarTestUtils.java index a9b4f48..b84f991 100644 --- a/src/test/java/com/thizzer/jtouchbar/JTouchBarTestUtils.java +++ b/src/test/java/com/thizzer/jtouchbar/JTouchBarTestUtils.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/test/java/com/thizzer/jtouchbar/awt/JTouchBarAWTTest.java b/src/test/java/com/thizzer/jtouchbar/awt/JTouchBarAWTTest.java index deb0e53..51c87e7 100644 --- a/src/test/java/com/thizzer/jtouchbar/awt/JTouchBarAWTTest.java +++ b/src/test/java/com/thizzer/jtouchbar/awt/JTouchBarAWTTest.java @@ -1,7 +1,7 @@ /** * JTouchBar * - * Copyright (c) 2018 thizzer.com + * Copyright (c) 2018 - 2019 thizzer.com * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/src/test/java/com/thizzer/jtouchbar/item/view/TouchBarButtonTest.java b/src/test/java/com/thizzer/jtouchbar/item/view/TouchBarButtonTest.java index 06c6d7b..9d8fdb7 100644 --- a/src/test/java/com/thizzer/jtouchbar/item/view/TouchBarButtonTest.java +++ b/src/test/java/com/thizzer/jtouchbar/item/view/TouchBarButtonTest.java @@ -1,3 +1,13 @@ +/** + * JTouchBar + * + * Copyright (c) 2018 - 2019 thizzer.com + * + * This software may be modified and distributed under the terms + * of the MIT license. See the LICENSE file for details. + * + * @author M. ten Veldhuis + */ package com.thizzer.jtouchbar.item.view; import com.thizzer.jtouchbar.item.view.action.TouchBarViewAction;