diff --git a/LICENSE b/LICENSE index 2782d0c..6722082 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Michael Wiesendanger +Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index b032fff..b2928bb 100644 --- a/README.md +++ b/README.md @@ -392,7 +392,7 @@ This project has GitHub action profiles for different Devops related work such a MIT License -Copyright (c) 2022 Michael Wiesendanger +Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/build-resources/environment.lua.tpl b/build-resources/environment.lua.tpl index 1775c93..cce129f 100644 --- a/build-resources/environment.lua.tpl +++ b/build-resources/environment.lua.tpl @@ -3,7 +3,7 @@ ${addon.comment.generated.lua} --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_Cmd.lua b/code/GM_Cmd.lua index b929e5e..5acbe40 100644 --- a/code/GM_Cmd.lua +++ b/code/GM_Cmd.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/code/GM_CombatQueue.lua b/code/GM_CombatQueue.lua index 19b58cb..0149d69 100644 --- a/code/GM_CombatQueue.lua +++ b/code/GM_CombatQueue.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_Common.lua b/code/GM_Common.lua index 6bbcfed..3702ba3 100644 --- a/code/GM_Common.lua +++ b/code/GM_Common.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_Configuration.lua b/code/GM_Configuration.lua index b481353..842f08b 100644 --- a/code/GM_Configuration.lua +++ b/code/GM_Configuration.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_Constants.lua b/code/GM_Constants.lua index 9a64e43..37416b9 100644 --- a/code/GM_Constants.lua +++ b/code/GM_Constants.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_Core.lua b/code/GM_Core.lua index f2605aa..4af26c0 100644 --- a/code/GM_Core.lua +++ b/code/GM_Core.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_Debug.lua b/code/GM_Debug.lua index 016952d..4f795c4 100644 --- a/code/GM_Debug.lua +++ b/code/GM_Debug.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_Environment.lua b/code/GM_Environment.lua index 334888d..85a67f5 100644 --- a/code/GM_Environment.lua +++ b/code/GM_Environment.lua @@ -5,7 +5,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_Filter.lua b/code/GM_Filter.lua index 03029e1..05aa376 100644 --- a/code/GM_Filter.lua +++ b/code/GM_Filter.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_GearBarManager.lua b/code/GM_GearBarManager.lua index 0e48eef..47ddebb 100644 --- a/code/GM_GearBarManager.lua +++ b/code/GM_GearBarManager.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_GearManager.lua b/code/GM_GearManager.lua index f0e7c21..06d71d9 100644 --- a/code/GM_GearManager.lua +++ b/code/GM_GearManager.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_ItemManager.lua b/code/GM_ItemManager.lua index 51571b4..ca28dd2 100644 --- a/code/GM_ItemManager.lua +++ b/code/GM_ItemManager.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_Logger.lua b/code/GM_Logger.lua index bd21272..98e6048 100644 --- a/code/GM_Logger.lua +++ b/code/GM_Logger.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_Macro.lua b/code/GM_Macro.lua index 04769cc..dde099d 100644 --- a/code/GM_Macro.lua +++ b/code/GM_Macro.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_QuickChange.lua b/code/GM_QuickChange.lua index 695fe19..27e96ba 100644 --- a/code/GM_QuickChange.lua +++ b/code/GM_QuickChange.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_Target.lua b/code/GM_Target.lua index b1aa2b8..52b84ab 100644 --- a/code/GM_Target.lua +++ b/code/GM_Target.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_Ticker.lua b/code/GM_Ticker.lua index 04a91da..fab4c5f 100644 --- a/code/GM_Ticker.lua +++ b/code/GM_Ticker.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/code/GM_Tooltip.lua b/code/GM_Tooltip.lua index 3c1e945..4a41e1e 100644 --- a/code/GM_Tooltip.lua +++ b/code/GM_Tooltip.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_AboutContent.lua b/gui/GM_AboutContent.lua index 98318eb..34617e9 100644 --- a/gui/GM_AboutContent.lua +++ b/gui/GM_AboutContent.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_AddonConfiguration.lua b/gui/GM_AddonConfiguration.lua index 5497617..ec86091 100644 --- a/gui/GM_AddonConfiguration.lua +++ b/gui/GM_AddonConfiguration.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_Cooldown.lua b/gui/GM_Cooldown.lua index 602e11a..91fb2bd 100644 --- a/gui/GM_Cooldown.lua +++ b/gui/GM_Cooldown.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_GearBar.lua b/gui/GM_GearBar.lua index a50b610..31dad1c 100644 --- a/gui/GM_GearBar.lua +++ b/gui/GM_GearBar.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_GearBarChangeMenu.lua b/gui/GM_GearBarChangeMenu.lua index ea58c0e..5f7d4f5 100644 --- a/gui/GM_GearBarChangeMenu.lua +++ b/gui/GM_GearBarChangeMenu.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_GearBarConfigurationMenu.lua b/gui/GM_GearBarConfigurationMenu.lua index 316c470..ed1e0fd 100644 --- a/gui/GM_GearBarConfigurationMenu.lua +++ b/gui/GM_GearBarConfigurationMenu.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_GearBarConfigurationSubMenu.lua b/gui/GM_GearBarConfigurationSubMenu.lua index e9e03c1..7c741c8 100644 --- a/gui/GM_GearBarConfigurationSubMenu.lua +++ b/gui/GM_GearBarConfigurationSubMenu.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_GeneralMenu.lua b/gui/GM_GeneralMenu.lua index 436e70d..d676053 100644 --- a/gui/GM_GeneralMenu.lua +++ b/gui/GM_GeneralMenu.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/gui/GM_KeyBind.lua b/gui/GM_KeyBind.lua index 3480548..5ab4cd7 100644 --- a/gui/GM_KeyBind.lua +++ b/gui/GM_KeyBind.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_QuickChangeMenu.lua b/gui/GM_QuickChangeMenu.lua index 31811d5..304825a 100644 --- a/gui/GM_QuickChangeMenu.lua +++ b/gui/GM_QuickChangeMenu.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/gui/GM_ThemeClassic.lua b/gui/GM_ThemeClassic.lua index 218fbe9..11485a3 100644 --- a/gui/GM_ThemeClassic.lua +++ b/gui/GM_ThemeClassic.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_ThemeCoordinator.lua b/gui/GM_ThemeCoordinator.lua index 9e26269..aa53c63 100644 --- a/gui/GM_ThemeCoordinator.lua +++ b/gui/GM_ThemeCoordinator.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_ThemeCustom.lua b/gui/GM_ThemeCustom.lua index 8cb20e9..5431775 100644 --- a/gui/GM_ThemeCustom.lua +++ b/gui/GM_ThemeCustom.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_TrinketConfigurationMenu.lua b/gui/GM_TrinketConfigurationMenu.lua index 3229e09..d71dc4f 100644 --- a/gui/GM_TrinketConfigurationMenu.lua +++ b/gui/GM_TrinketConfigurationMenu.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_TrinketMenu.lua b/gui/GM_TrinketMenu.lua index 3ec2196..a49b4e2 100644 --- a/gui/GM_TrinketMenu.lua +++ b/gui/GM_TrinketMenu.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/GM_UiHelper.lua b/gui/GM_UiHelper.lua index 6206bb9..022fccc 100644 --- a/gui/GM_UiHelper.lua +++ b/gui/GM_UiHelper.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/gui/Gm_GearBarStorage.lua b/gui/Gm_GearBarStorage.lua index 4b03008..d6d5db9 100644 --- a/gui/Gm_GearBarStorage.lua +++ b/gui/Gm_GearBarStorage.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2023 Michael Wiesendanger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the