Browse Source

Fix license header year ranges

jsvg
Jannis Weis 3 years ago
parent
commit
52d0d13282
  1. 3
      annotations-processor/src/main/java/com/github/weisj/darklaf/annotations/processor/SynthesiseLafProcessor.java
  2. 3
      annotations/src/main/java/com/github/weisj/darklaf/annotations/SynthesiseLaf.java
  3. 7
      compatibility/src/main/java/com/github/weisj/darklaf/compatibility/MenuItemLayoutHelper.java
  4. 3
      compatibility/src/main/java/com/github/weisj/darklaf/compatibility/SwingUtil.java
  5. 9
      compatibility/src/main/java/com/intellij/util/ui/MenuItemCheckIconFactory.java
  6. 7
      compatibility/src/main/java/com/intellij/util/ui/MenuItemLayoutHelper.java
  7. 9
      compatibility/src/main/java/com/intellij/util/ui/StringUIClientPropertyKey.java
  8. 9
      compatibility/src/main/java/com/intellij/util/ui/UIClientPropertyKey.java
  9. 1
      compatibility/src/main/java/com/intellij/util/ui/UIUtilities.java
  10. 3
      core/src/main/java/com/github/weisj/darklaf/DarkLaf.java
  11. 3
      core/src/main/java/com/github/weisj/darklaf/DarkLafInfo.java
  12. 1
      core/src/main/java/com/github/weisj/darklaf/LafInstaller.java
  13. 3
      core/src/main/java/com/github/weisj/darklaf/LafManager.java
  14. 1
      core/src/main/java/com/github/weisj/darklaf/LafTransition.java
  15. 3
      core/src/main/java/com/github/weisj/darklaf/components/ArrowButton.java
  16. 3
      core/src/main/java/com/github/weisj/darklaf/components/ClosableTabComponent.java
  17. 3
      core/src/main/java/com/github/weisj/darklaf/components/ClosableTabbedPane.java
  18. 3
      core/src/main/java/com/github/weisj/darklaf/components/CloseButton.java
  19. 3
      core/src/main/java/com/github/weisj/darklaf/components/ColorPipetteBase.java
  20. 3
      core/src/main/java/com/github/weisj/darklaf/components/ColoredRadioButton.java
  21. 3
      core/src/main/java/com/github/weisj/darklaf/components/ComponentHelper.java
  22. 3
      core/src/main/java/com/github/weisj/darklaf/components/DefaultButton.java
  23. 3
      core/src/main/java/com/github/weisj/darklaf/components/DefaultColorPipette.java
  24. 3
      core/src/main/java/com/github/weisj/darklaf/components/Disposable.java
  25. 3
      core/src/main/java/com/github/weisj/darklaf/components/DynamicUI.java
  26. 3
      core/src/main/java/com/github/weisj/darklaf/components/HoveringPanel.java
  27. 3
      core/src/main/java/com/github/weisj/darklaf/components/JXPopupMenu.java
  28. 3
      core/src/main/java/com/github/weisj/darklaf/components/OverlayScrollPane.java
  29. 3
      core/src/main/java/com/github/weisj/darklaf/components/PlainAction.java
  30. 3
      core/src/main/java/com/github/weisj/darklaf/components/RotatableIconAnimator.java
  31. 3
      core/src/main/java/com/github/weisj/darklaf/components/ScrollPopupMenu.java
  32. 3
      core/src/main/java/com/github/weisj/darklaf/components/SelectableTreeNode.java
  33. 3
      core/src/main/java/com/github/weisj/darklaf/components/TabEvent.java
  34. 3
      core/src/main/java/com/github/weisj/darklaf/components/TabListener.java
  35. 3
      core/src/main/java/com/github/weisj/darklaf/components/TabPropertyChangeEvent.java
  36. 3
      core/src/main/java/com/github/weisj/darklaf/components/VolumeSlider.java
  37. 3
      core/src/main/java/com/github/weisj/darklaf/components/alignment/AlignmentStrategy.java
  38. 3
      core/src/main/java/com/github/weisj/darklaf/components/border/BorderWrapper.java
  39. 3
      core/src/main/java/com/github/weisj/darklaf/components/border/BubbleBorder.java
  40. 3
      core/src/main/java/com/github/weisj/darklaf/components/border/DarkBorders.java
  41. 3
      core/src/main/java/com/github/weisj/darklaf/components/border/DarkLineBorder.java
  42. 3
      core/src/main/java/com/github/weisj/darklaf/components/border/DropShadowBorder.java
  43. 3
      core/src/main/java/com/github/weisj/darklaf/components/border/MarginBorderWrapper.java
  44. 3
      core/src/main/java/com/github/weisj/darklaf/components/border/MutableLineBorder.java
  45. 3
      core/src/main/java/com/github/weisj/darklaf/components/button/ButtonUIDelegate.java
  46. 3
      core/src/main/java/com/github/weisj/darklaf/components/button/JSplitButton.java
  47. 3
      core/src/main/java/com/github/weisj/darklaf/components/button/SplitButtonFallbackUI.java
  48. 3
      core/src/main/java/com/github/weisj/darklaf/components/chooser/ChooserComponent.java
  49. 3
      core/src/main/java/com/github/weisj/darklaf/components/chooser/ListChooser.java
  50. 3
      core/src/main/java/com/github/weisj/darklaf/components/color/PopupColorChooser.java
  51. 3
      core/src/main/java/com/github/weisj/darklaf/components/color/PopupColorSwatchChooser.java
  52. 3
      core/src/main/java/com/github/weisj/darklaf/components/color/QuickColorChooser.java
  53. 3
      core/src/main/java/com/github/weisj/darklaf/components/color/SmallColorChooser.java
  54. 3
      core/src/main/java/com/github/weisj/darklaf/components/help/HelpButton.java
  55. 3
      core/src/main/java/com/github/weisj/darklaf/components/help/HelpMenuItem.java
  56. 3
      core/src/main/java/com/github/weisj/darklaf/components/iconeditor/IconEditor.java
  57. 3
      core/src/main/java/com/github/weisj/darklaf/components/iconeditor/IconEditorPanel.java
  58. 3
      core/src/main/java/com/github/weisj/darklaf/components/iconeditor/Named.java
  59. 3
      core/src/main/java/com/github/weisj/darklaf/components/iconeditor/NamedColor.java
  60. 3
      core/src/main/java/com/github/weisj/darklaf/components/iconeditor/NamedInt.java
  61. 3
      core/src/main/java/com/github/weisj/darklaf/components/loading/LoadingIndicator.java
  62. 3
      core/src/main/java/com/github/weisj/darklaf/components/popup/AttachedPopupComponent.java
  63. 3
      core/src/main/java/com/github/weisj/darklaf/components/popup/SharedComponent.java
  64. 3
      core/src/main/java/com/github/weisj/darklaf/components/renderer/SimpleListCellRenderer.java
  65. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/JTabFrame.java
  66. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/PanelPopup.java
  67. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/PopupContainer.java
  68. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabArea.java
  69. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameContent.java
  70. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameContentPane.java
  71. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFramePopup.java
  72. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFramePopupUI.java
  73. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameTab.java
  74. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameTabContainer.java
  75. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameTabLabel.java
  76. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameTabbedPopupUI.java
  77. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameUI.java
  78. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabbedPopup.java
  79. 3
      core/src/main/java/com/github/weisj/darklaf/components/tabframe/ToggleSplitPane.java
  80. 3
      core/src/main/java/com/github/weisj/darklaf/components/text/IconListener.java
  81. 3
      core/src/main/java/com/github/weisj/darklaf/components/text/IndexListener.java
  82. 3
      core/src/main/java/com/github/weisj/darklaf/components/text/LineHighlighter.java
  83. 3
      core/src/main/java/com/github/weisj/darklaf/components/text/NonWrappingEditorPane.java
  84. 3
      core/src/main/java/com/github/weisj/darklaf/components/text/NonWrappingTextArea.java
  85. 3
      core/src/main/java/com/github/weisj/darklaf/components/text/NonWrappingTextPane.java
  86. 3
      core/src/main/java/com/github/weisj/darklaf/components/text/NumberedTextComponent.java
  87. 3
      core/src/main/java/com/github/weisj/darklaf/components/text/NumberingPane.java
  88. 3
      core/src/main/java/com/github/weisj/darklaf/components/text/SearchEvent.java
  89. 3
      core/src/main/java/com/github/weisj/darklaf/components/text/SearchListener.java
  90. 3
      core/src/main/java/com/github/weisj/darklaf/components/text/SearchTextField.java
  91. 3
      core/src/main/java/com/github/weisj/darklaf/components/text/SearchTextFieldWithHistory.java
  92. 3
      core/src/main/java/com/github/weisj/darklaf/components/text/TextFieldHistoryPopup.java
  93. 3
      core/src/main/java/com/github/weisj/darklaf/components/togglebuttonlist/CheckBoxListItem.java
  94. 3
      core/src/main/java/com/github/weisj/darklaf/components/togglebuttonlist/JToggleButtonList.java
  95. 3
      core/src/main/java/com/github/weisj/darklaf/components/togglebuttonlist/ToggleButtonListCellRenderer.java
  96. 3
      core/src/main/java/com/github/weisj/darklaf/components/tooltip/ToolTipAware.java
  97. 3
      core/src/main/java/com/github/weisj/darklaf/components/tooltip/ToolTipContext.java
  98. 3
      core/src/main/java/com/github/weisj/darklaf/components/tooltip/ToolTipStyle.java
  99. 3
      core/src/main/java/com/github/weisj/darklaf/components/tooltip/TooltipAwareButton.java
  100. 3
      core/src/main/java/com/github/weisj/darklaf/components/tooltip/TooltipAwareToggleButton.java
  101. Some files were not shown because too many files have changed in this diff Show More

3
annotations-processor/src/main/java/com/github/weisj/darklaf/annotations/processor/SynthesiseLafProcessor.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.annotations.processor;

3
annotations/src/main/java/com/github/weisj/darklaf/annotations/SynthesiseLaf.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.annotations;

7
compatibility/src/main/java/com/github/weisj/darklaf/compatibility/MenuItemLayoutHelper.java

@ -17,14 +17,7 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
package com.github.weisj.darklaf.compatibility;
import java.awt.Dimension;

3
compatibility/src/main/java/com/github/weisj/darklaf/compatibility/SwingUtil.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.compatibility;

9
compatibility/src/main/java/com/intellij/util/ui/MenuItemCheckIconFactory.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,14 +17,7 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
package com.intellij.util.ui;
import javax.swing.Icon;

7
compatibility/src/main/java/com/intellij/util/ui/MenuItemLayoutHelper.java

@ -17,14 +17,7 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
package com.intellij.util.ui;
import java.awt.Container;

9
compatibility/src/main/java/com/intellij/util/ui/StringUIClientPropertyKey.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,14 +17,7 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
package com.intellij.util.ui;
public class StringUIClientPropertyKey implements UIClientPropertyKey {

9
compatibility/src/main/java/com/intellij/util/ui/UIClientPropertyKey.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,14 +17,7 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
package com.intellij.util.ui;
public interface UIClientPropertyKey {

1
compatibility/src/main/java/com/intellij/util/ui/UIUtilities.java

@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.intellij.util.ui;

3
core/src/main/java/com/github/weisj/darklaf/DarkLaf.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf;

3
core/src/main/java/com/github/weisj/darklaf/DarkLafInfo.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf;

1
core/src/main/java/com/github/weisj/darklaf/LafInstaller.java

@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf;

3
core/src/main/java/com/github/weisj/darklaf/LafManager.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf;

1
core/src/main/java/com/github/weisj/darklaf/LafTransition.java

@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf;

3
core/src/main/java/com/github/weisj/darklaf/components/ArrowButton.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/ClosableTabComponent.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/ClosableTabbedPane.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/CloseButton.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/ColorPipetteBase.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/ColoredRadioButton.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/ComponentHelper.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/DefaultButton.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/DefaultColorPipette.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/Disposable.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/DynamicUI.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/HoveringPanel.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/JXPopupMenu.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/OverlayScrollPane.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/PlainAction.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/RotatableIconAnimator.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/ScrollPopupMenu.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/SelectableTreeNode.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/TabEvent.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/TabListener.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/TabPropertyChangeEvent.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/VolumeSlider.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components;

3
core/src/main/java/com/github/weisj/darklaf/components/alignment/AlignmentStrategy.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.alignment;

3
core/src/main/java/com/github/weisj/darklaf/components/border/BorderWrapper.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.border;

3
core/src/main/java/com/github/weisj/darklaf/components/border/BubbleBorder.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.border;

3
core/src/main/java/com/github/weisj/darklaf/components/border/DarkBorders.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.border;

3
core/src/main/java/com/github/weisj/darklaf/components/border/DarkLineBorder.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.border;

3
core/src/main/java/com/github/weisj/darklaf/components/border/DropShadowBorder.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.border;

3
core/src/main/java/com/github/weisj/darklaf/components/border/MarginBorderWrapper.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.border;

3
core/src/main/java/com/github/weisj/darklaf/components/border/MutableLineBorder.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.border;

3
core/src/main/java/com/github/weisj/darklaf/components/button/ButtonUIDelegate.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.button;

3
core/src/main/java/com/github/weisj/darklaf/components/button/JSplitButton.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.button;

3
core/src/main/java/com/github/weisj/darklaf/components/button/SplitButtonFallbackUI.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.button;

3
core/src/main/java/com/github/weisj/darklaf/components/chooser/ChooserComponent.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.chooser;

3
core/src/main/java/com/github/weisj/darklaf/components/chooser/ListChooser.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.chooser;

3
core/src/main/java/com/github/weisj/darklaf/components/color/PopupColorChooser.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.color;

3
core/src/main/java/com/github/weisj/darklaf/components/color/PopupColorSwatchChooser.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.color;

3
core/src/main/java/com/github/weisj/darklaf/components/color/QuickColorChooser.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.color;

3
core/src/main/java/com/github/weisj/darklaf/components/color/SmallColorChooser.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.color;

3
core/src/main/java/com/github/weisj/darklaf/components/help/HelpButton.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.help;

3
core/src/main/java/com/github/weisj/darklaf/components/help/HelpMenuItem.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.help;

3
core/src/main/java/com/github/weisj/darklaf/components/iconeditor/IconEditor.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.iconeditor;

3
core/src/main/java/com/github/weisj/darklaf/components/iconeditor/IconEditorPanel.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.iconeditor;

3
core/src/main/java/com/github/weisj/darklaf/components/iconeditor/Named.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.iconeditor;

3
core/src/main/java/com/github/weisj/darklaf/components/iconeditor/NamedColor.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.iconeditor;

3
core/src/main/java/com/github/weisj/darklaf/components/iconeditor/NamedInt.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.iconeditor;

3
core/src/main/java/com/github/weisj/darklaf/components/loading/LoadingIndicator.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.loading;

3
core/src/main/java/com/github/weisj/darklaf/components/popup/AttachedPopupComponent.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.popup;

3
core/src/main/java/com/github/weisj/darklaf/components/popup/SharedComponent.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.popup;

3
core/src/main/java/com/github/weisj/darklaf/components/renderer/SimpleListCellRenderer.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.renderer;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/JTabFrame.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/PanelPopup.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/PopupContainer.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabArea.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameContent.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameContentPane.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFramePopup.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFramePopupUI.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameTab.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameTabContainer.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameTabLabel.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameTabbedPopupUI.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabFrameUI.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/TabbedPopup.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/tabframe/ToggleSplitPane.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tabframe;

3
core/src/main/java/com/github/weisj/darklaf/components/text/IconListener.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.text;

3
core/src/main/java/com/github/weisj/darklaf/components/text/IndexListener.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.text;

3
core/src/main/java/com/github/weisj/darklaf/components/text/LineHighlighter.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.text;

3
core/src/main/java/com/github/weisj/darklaf/components/text/NonWrappingEditorPane.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.text;

3
core/src/main/java/com/github/weisj/darklaf/components/text/NonWrappingTextArea.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.text;

3
core/src/main/java/com/github/weisj/darklaf/components/text/NonWrappingTextPane.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.text;

3
core/src/main/java/com/github/weisj/darklaf/components/text/NumberedTextComponent.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.text;

3
core/src/main/java/com/github/weisj/darklaf/components/text/NumberingPane.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.text;

3
core/src/main/java/com/github/weisj/darklaf/components/text/SearchEvent.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.text;

3
core/src/main/java/com/github/weisj/darklaf/components/text/SearchListener.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.text;

3
core/src/main/java/com/github/weisj/darklaf/components/text/SearchTextField.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.text;

3
core/src/main/java/com/github/weisj/darklaf/components/text/SearchTextFieldWithHistory.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.text;

3
core/src/main/java/com/github/weisj/darklaf/components/text/TextFieldHistoryPopup.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.text;

3
core/src/main/java/com/github/weisj/darklaf/components/togglebuttonlist/CheckBoxListItem.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.togglebuttonlist;

3
core/src/main/java/com/github/weisj/darklaf/components/togglebuttonlist/JToggleButtonList.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2020-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.togglebuttonlist;

3
core/src/main/java/com/github/weisj/darklaf/components/togglebuttonlist/ToggleButtonListCellRenderer.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.togglebuttonlist;

3
core/src/main/java/com/github/weisj/darklaf/components/tooltip/ToolTipAware.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tooltip;

3
core/src/main/java/com/github/weisj/darklaf/components/tooltip/ToolTipContext.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tooltip;

3
core/src/main/java/com/github/weisj/darklaf/components/tooltip/ToolTipStyle.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tooltip;

3
core/src/main/java/com/github/weisj/darklaf/components/tooltip/TooltipAwareButton.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tooltip;

3
core/src/main/java/com/github/weisj/darklaf/components/tooltip/TooltipAwareToggleButton.java

@ -1,7 +1,7 @@
/*
* MIT License
*
* Copyright (c) 2021 Jannis Weis
* Copyright (c) 2019-2021 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
@ -17,7 +17,6 @@
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*/
package com.github.weisj.darklaf.components.tooltip;

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save