diff --git a/README-zh-CN.md b/README-zh-CN.md index d6d1f3f..f070cbc 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -28,7 +28,7 @@ ``` Apache License Version 2.0 -Copyright (C) 2019-2023 HighCapable +Copyright (C) 2019-2024 HighCapable Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -43,4 +43,4 @@ See the License for the specific language governing permissions and limitations under the License. ``` -版权所有 © 2019-2023 HighCapable \ No newline at end of file +版权所有 © 2019-2024 HighCapable \ No newline at end of file diff --git a/README.md b/README.md index 33437b6..ef2aa4d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can always contribute your code to this branch (if possible) to improve the ``` Apache License Version 2.0 -Copyright (C) 2019-2023 HighCapable +Copyright (C) 2019-2024 HighCapable Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -43,4 +43,4 @@ See the License for the specific language governing permissions and limitations under the License. ``` -Copyright © 2019-2023 HighCapable \ No newline at end of file +Copyright © 2019-2024 HighCapable \ No newline at end of file diff --git a/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/Colors.android.kt b/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/Colors.android.kt index 71c7f3f..94ced89 100644 --- a/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/Colors.android.kt +++ b/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/Colors.android.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/FlexiTheme.android.kt b/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/FlexiTheme.android.kt index 3c2c9e6..8689390 100644 --- a/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/FlexiTheme.android.kt +++ b/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/FlexiTheme.android.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/component/Dropdown.android.kt b/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/component/Dropdown.android.kt index 145ee18..be0fe36 100644 --- a/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/component/Dropdown.android.kt +++ b/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/component/Dropdown.android.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/component/TextField.android.kt b/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/component/TextField.android.kt index fc16264..5952022 100644 --- a/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/component/TextField.android.kt +++ b/flexiui-core/src/androidMain/kotlin/com/highcapable/flexiui/component/TextField.android.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Colors.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Colors.kt index e158787..a521291 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Colors.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Colors.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/FlexiTheme.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/FlexiTheme.kt index a5a8c81..1a58535 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/FlexiTheme.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/FlexiTheme.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Shapes.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Shapes.kt index 0683ff5..a28d73b 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Shapes.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Shapes.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Sizes.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Sizes.kt index 6c9a530..354b808 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Sizes.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Sizes.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Typography.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Typography.kt index f6ff11e..69cdbbd 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Typography.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/Typography.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/ActionBar.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/ActionBar.kt index abbd23f..2aff24b 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/ActionBar.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/ActionBar.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/AreaBox.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/AreaBox.kt index 4fd8365..1865e51 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/AreaBox.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/AreaBox.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Button.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Button.kt index d32c306..c813c7d 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Button.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Button.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/CheckBox.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/CheckBox.kt index 88fbdc3..d432706 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/CheckBox.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/CheckBox.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Dropdown.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Dropdown.kt index 0632c7c..671dc89 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Dropdown.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Dropdown.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Icon.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Icon.kt index cf85ece..b14e7b6 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Icon.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Icon.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/ItemBox.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/ItemBox.kt index eb8521b..c40a28b 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/ItemBox.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/ItemBox.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Navigation.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Navigation.kt index d2b3bc9..c103987 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Navigation.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Navigation.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/ProgressIndicator.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/ProgressIndicator.kt index 93adcc1..a1ee325 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/ProgressIndicator.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/ProgressIndicator.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/RadioButton.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/RadioButton.kt index 699e72d..56f81b2 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/RadioButton.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/RadioButton.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Scaffold.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Scaffold.kt index 03eb74f..c752ce4 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Scaffold.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Scaffold.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Slider.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Slider.kt index 8f3b22b..be7dcc1 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Slider.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Slider.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Surface.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Surface.kt index e060141..3ed4117 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Surface.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Surface.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Switch.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Switch.kt index 2a040d1..eacda9b 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Switch.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Switch.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Tab.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Tab.kt index db2983b..e3c9e1e 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Tab.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Tab.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Text.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Text.kt index 3e97102..3538a3e 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Text.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/Text.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/TextField.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/TextField.kt index 651cde9..d39ea5d 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/TextField.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/component/TextField.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/interaction/Interaction.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/interaction/Interaction.kt index 1fcdcf6..fca4d6d 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/interaction/Interaction.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/interaction/Interaction.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/window/Dialog.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/window/Dialog.kt index 01dd8ba..284d1b8 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/window/Dialog.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/window/Dialog.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/window/Poptip.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/window/Poptip.kt index 01dd8ba..284d1b8 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/window/Poptip.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/window/Poptip.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/window/Tooltip.kt b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/window/Tooltip.kt index 6b8bb17..41e3231 100644 --- a/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/window/Tooltip.kt +++ b/flexiui-core/src/commonMain/kotlin/com/highcapable/flexiui/window/Tooltip.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/Colors.desktop.kt b/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/Colors.desktop.kt index bbfe264..064e3fd 100644 --- a/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/Colors.desktop.kt +++ b/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/Colors.desktop.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/FlexiTheme.desktop.kt b/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/FlexiTheme.desktop.kt index 517a907..6e97d5f 100644 --- a/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/FlexiTheme.desktop.kt +++ b/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/FlexiTheme.desktop.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/component/DesktopContextMenu.kt b/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/component/DesktopContextMenu.kt index 4f1f5a3..c557432 100644 --- a/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/component/DesktopContextMenu.kt +++ b/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/component/DesktopContextMenu.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/component/Dropdown.desktop.kt b/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/component/Dropdown.desktop.kt index 7f5c0b4..ca55361 100644 --- a/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/component/Dropdown.desktop.kt +++ b/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/component/Dropdown.desktop.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/component/TextField.desktop.kt b/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/component/TextField.desktop.kt index a72f08d..9fcad1e 100644 --- a/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/component/TextField.desktop.kt +++ b/flexiui-core/src/desktopMain/kotlin/com/highcapable/flexiui/component/TextField.desktop.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/Colors.ios.kt b/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/Colors.ios.kt index bbfe264..064e3fd 100644 --- a/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/Colors.ios.kt +++ b/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/Colors.ios.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/FlexiTheme.ios.kt b/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/FlexiTheme.ios.kt index 3c2c9e6..8689390 100644 --- a/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/FlexiTheme.ios.kt +++ b/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/FlexiTheme.ios.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/component/Dropdown.ios.kt b/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/component/Dropdown.ios.kt index 7f5c0b4..ca55361 100644 --- a/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/component/Dropdown.ios.kt +++ b/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/component/Dropdown.ios.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/component/TextField.ios.kt b/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/component/TextField.ios.kt index fc16264..5952022 100644 --- a/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/component/TextField.ios.kt +++ b/flexiui-core/src/iosMain/kotlin/com/highcapable/flexiui/component/TextField.ios.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/Icons.kt b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/Icons.kt index 7cdf6b5..2b49713 100644 --- a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/Icons.kt +++ b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/Icons.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ArrowForward.kt b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ArrowForward.kt index f8e17bd..e839986 100644 --- a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ArrowForward.kt +++ b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ArrowForward.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ArrowNaviUp.kt b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ArrowNaviUp.kt index 051e824..3be2d36 100644 --- a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ArrowNaviUp.kt +++ b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ArrowNaviUp.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/Backspace.kt b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/Backspace.kt index 6386754..a672174 100644 --- a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/Backspace.kt +++ b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/Backspace.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/CheckMark.kt b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/CheckMark.kt index 2848ecb..39e1292 100644 --- a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/CheckMark.kt +++ b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/CheckMark.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/Dropdown.kt b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/Dropdown.kt index 9cf37e3..b0ea1d2 100644 --- a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/Dropdown.kt +++ b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/Dropdown.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/FinishClose.kt b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/FinishClose.kt index b887eeb..9f8d930 100644 --- a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/FinishClose.kt +++ b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/FinishClose.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ViewerClose.kt b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ViewerClose.kt index b90c595..61517f3 100644 --- a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ViewerClose.kt +++ b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ViewerClose.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ViewerOpen.kt b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ViewerOpen.kt index 4ef39b6..3c438eb 100644 --- a/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ViewerOpen.kt +++ b/flexiui-resources/src/commonMain/kotlin/com/highcapable/flexiui/resources/icon/ViewerOpen.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/samples/androidApp/src/androidMain/kotlin/com/highcapable/flexiui/demo/MainActivity.kt b/samples/androidApp/src/androidMain/kotlin/com/highcapable/flexiui/demo/MainActivity.kt index ebf2790..f4d276e 100644 --- a/samples/androidApp/src/androidMain/kotlin/com/highcapable/flexiui/demo/MainActivity.kt +++ b/samples/androidApp/src/androidMain/kotlin/com/highcapable/flexiui/demo/MainActivity.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/samples/desktopApp/src/desktopMain/kotlin/com/highcapable/flexiui/demo/Main.kt b/samples/desktopApp/src/desktopMain/kotlin/com/highcapable/flexiui/demo/Main.kt index 41d091d..d042426 100644 --- a/samples/desktopApp/src/desktopMain/kotlin/com/highcapable/flexiui/demo/Main.kt +++ b/samples/desktopApp/src/desktopMain/kotlin/com/highcapable/flexiui/demo/Main.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/samples/shared/src/androidMain/kotlin/App.android.kt b/samples/shared/src/androidMain/kotlin/App.android.kt index 0569dd4..0865e6b 100644 --- a/samples/shared/src/androidMain/kotlin/App.android.kt +++ b/samples/shared/src/androidMain/kotlin/App.android.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/samples/shared/src/commonMain/kotlin/App.kt b/samples/shared/src/commonMain/kotlin/App.kt index 9ba8023..5e5b235 100644 --- a/samples/shared/src/commonMain/kotlin/App.kt +++ b/samples/shared/src/commonMain/kotlin/App.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/samples/shared/src/desktopMain/kotlin/App.desktop.kt b/samples/shared/src/desktopMain/kotlin/App.desktop.kt index 0569dd4..0865e6b 100644 --- a/samples/shared/src/desktopMain/kotlin/App.desktop.kt +++ b/samples/shared/src/desktopMain/kotlin/App.desktop.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0 diff --git a/samples/shared/src/iosMain/kotlin/App.ios.kt b/samples/shared/src/iosMain/kotlin/App.ios.kt index 815e32c..64ac5c5 100644 --- a/samples/shared/src/iosMain/kotlin/App.ios.kt +++ b/samples/shared/src/iosMain/kotlin/App.ios.kt @@ -1,6 +1,6 @@ /* * Flexi UI - A flexible and useful UI component library. - * Copyright (C) 2019-2023 HighCapable + * Copyright (C) 2019-2024 HighCapable * https://github.com/BetterAndroid/FlexiUI * * Apache License Version 2.0