diff --git a/README.md b/README.md index c70ff03..d1ff32c 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,6 @@ Inspired by: ## License -Copyright © 2010-2013, 2017-2018, 2020, 2023 Jeffery To +Copyright © 2010-2013, 2017-2018, 2020, 2023-2024 Jeffery To Available under GNU General Public License version 3 diff --git a/controlyourtabs.plugin b/controlyourtabs.plugin index fb91eef..2deddb5 100644 --- a/controlyourtabs.plugin +++ b/controlyourtabs.plugin @@ -5,6 +5,6 @@ IAge=3 Name=Control Your Tabs Description=Switch between document tabs using Ctrl+Tab / Ctrl+Shift+Tab and Ctrl+PageUp / Ctrl+PageDown Authors=Jeffery To -Copyright=Copyright © 2010-2013, 2017-2018, 2020, 2023 Jeffery To +Copyright=Copyright © 2010-2013, 2017-2018, 2020, 2023-2024 Jeffery To Website=https://github.com/jefferyto/gedit-control-your-tabs Version=0.4.1-dev diff --git a/controlyourtabs/__init__.py b/controlyourtabs/__init__.py index b3db37d..155ace1 100644 --- a/controlyourtabs/__init__.py +++ b/controlyourtabs/__init__.py @@ -3,7 +3,7 @@ # __init__.py # This file is part of Control Your Tabs, a plugin for gedit # -# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 Jeffery To +# Copyright (C) 2010-2013, 2017-2018, 2020, 2023-2024 Jeffery To # https://github.com/jefferyto/gedit-control-your-tabs # # This program is free software: you can redistribute it and/or modify diff --git a/controlyourtabs/keyinfo.py b/controlyourtabs/keyinfo.py index eeebeda..23dcadc 100644 --- a/controlyourtabs/keyinfo.py +++ b/controlyourtabs/keyinfo.py @@ -3,7 +3,7 @@ # keyinfo.py # This file is part of Control Your Tabs, a plugin for gedit # -# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 Jeffery To +# Copyright (C) 2010-2013, 2017-2018, 2020, 2023-2024 Jeffery To # https://github.com/jefferyto/gedit-control-your-tabs # # This program is free software: you can redistribute it and/or modify diff --git a/controlyourtabs/log.py b/controlyourtabs/log.py index 43b0f44..3717ef7 100644 --- a/controlyourtabs/log.py +++ b/controlyourtabs/log.py @@ -3,7 +3,7 @@ # log.py # This file is part of Control Your Tabs, a plugin for gedit # -# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 Jeffery To +# Copyright (C) 2010-2013, 2017-2018, 2020, 2023-2024 Jeffery To # https://github.com/jefferyto/gedit-control-your-tabs # # This program is free software: you can redistribute it and/or modify diff --git a/controlyourtabs/tabinfo.py b/controlyourtabs/tabinfo.py index 1bea00e..2165ee8 100644 --- a/controlyourtabs/tabinfo.py +++ b/controlyourtabs/tabinfo.py @@ -3,7 +3,7 @@ # tabinfo.py # This file is part of Control Your Tabs, a plugin for gedit # -# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 Jeffery To +# Copyright (C) 2010-2013, 2017-2018, 2020, 2023-2024 Jeffery To # https://github.com/jefferyto/gedit-control-your-tabs # # This program is free software: you can redistribute it and/or modify