diff --git a/LICENSE b/LICENSE index 6722082..ad4181d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Michael Wiesendanger +Copyright (c) 2024 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 76a0019..f5f609d 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ This project has GitHub action profiles for different Devops related work such a MIT License -Copyright (c) 2023 Michael Wiesendanger +Copyright (c) 2024 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 d3c8196..99993c9 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) 2024 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/P_Cmd.lua b/code/P_Cmd.lua index 2b70269..edf22b2 100644 --- a/code/P_Cmd.lua +++ b/code/P_Cmd.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2024 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/P_Configuration.lua b/code/P_Configuration.lua index 2485ce0..0db6bab 100644 --- a/code/P_Configuration.lua +++ b/code/P_Configuration.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2024 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/P_Constants.lua b/code/P_Constants.lua index 7b03b89..b474b74 100644 --- a/code/P_Constants.lua +++ b/code/P_Constants.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2024 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/P_Core.lua b/code/P_Core.lua index e32ca69..3482727 100644 --- a/code/P_Core.lua +++ b/code/P_Core.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2024 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/P_Environment.lua b/code/P_Environment.lua index bc61567..fd2d8de 100644 --- a/code/P_Environment.lua +++ b/code/P_Environment.lua @@ -5,7 +5,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2024 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/P_Filter.lua b/code/P_Filter.lua index 3525d4a..85935bc 100644 --- a/code/P_Filter.lua +++ b/code/P_Filter.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2024 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/P_Logger.lua b/code/P_Logger.lua index 54c7ce2..f05c07c 100644 --- a/code/P_Logger.lua +++ b/code/P_Logger.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2024 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/P_Ticker.lua b/code/P_Ticker.lua index 42b73c5..6101bc7 100644 --- a/code/P_Ticker.lua +++ b/code/P_Ticker.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2024 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/P_Tooltip.lua b/code/P_Tooltip.lua index c7c459a..46fc98c 100644 --- a/code/P_Tooltip.lua +++ b/code/P_Tooltip.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2024 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/P_AboutContent.lua b/gui/P_AboutContent.lua index 1abc993..625592d 100644 --- a/gui/P_AboutContent.lua +++ b/gui/P_AboutContent.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2024 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/P_AddonConfiguration.lua b/gui/P_AddonConfiguration.lua index 32079d0..0c879d4 100644 --- a/gui/P_AddonConfiguration.lua +++ b/gui/P_AddonConfiguration.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2024 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/P_EnergyBar.lua b/gui/P_EnergyBar.lua index 96597b2..fc20016 100644 --- a/gui/P_EnergyBar.lua +++ b/gui/P_EnergyBar.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2024 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/P_GeneralMenu.lua b/gui/P_GeneralMenu.lua index d761ecb..48f8699 100644 --- a/gui/P_GeneralMenu.lua +++ b/gui/P_GeneralMenu.lua @@ -1,7 +1,7 @@ --[[ MIT License - Copyright (c) 2022 Michael Wiesendanger + Copyright (c) 2024 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