diff --git a/README.md b/README.md index 37bd9cb..1659bbd 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,6 @@ Inspired by: ## License -Copyright © 2010-2013, 2017-2018, 2020 Jeffery To +Copyright © 2010-2013, 2017-2018, 2020, 2023 Jeffery To Available under GNU General Public License version 3 diff --git a/controlyourtabs.plugin b/controlyourtabs.plugin index 994ea28..1b9d215 100644 --- a/controlyourtabs.plugin +++ b/controlyourtabs.plugin @@ -6,6 +6,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 Jeffery To +Copyright=Copyright © 2010-2013, 2017-2018, 2020, 2023 Jeffery To Website=https://github.com/jefferyto/gedit-control-your-tabs Version=0.3.5-dev diff --git a/controlyourtabs.plugin.python2 b/controlyourtabs.plugin.python2 index 4b692f9..ba35292 100644 --- a/controlyourtabs.plugin.python2 +++ b/controlyourtabs.plugin.python2 @@ -6,6 +6,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 Jeffery To +Copyright=Copyright © 2010-2013, 2017-2018, 2020, 2023 Jeffery To Website=https://github.com/jefferyto/gedit-control-your-tabs Version=0.3.5-dev diff --git a/controlyourtabs/__init__.py b/controlyourtabs/__init__.py index 8ae1754..ded5ff4 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 Jeffery To +# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 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 8b0824f..36421d3 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 Jeffery To +# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 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 6087b87..43b0f44 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 Jeffery To +# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 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 8465081..71213b4 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 Jeffery To +# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 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_pre312.py b/controlyourtabs/tabinfo_pre312.py index 57f5fb6..157bde8 100644 --- a/controlyourtabs/tabinfo_pre312.py +++ b/controlyourtabs/tabinfo_pre312.py @@ -3,7 +3,7 @@ # tabinfo_pre312.py # This file is part of Control Your Tabs, a plugin for gedit # -# Copyright (C) 2010-2013, 2017-2018, 2020 Jeffery To +# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 Jeffery To # https://github.com/jefferyto/gedit-control-your-tabs # # This program is free software: you can redistribute it and/or modify