Skip to content

Commit

Permalink
update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferyto committed May 3, 2023
1 parent 6d3ddba commit 07bc2a4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ Inspired by:

## License

Copyright &copy; 2010-2013, 2017-2018, 2020 Jeffery To <jeffery.to@gmail.com>
Copyright &copy; 2010-2013, 2017-2018, 2020, 2023 Jeffery To <jeffery.to@gmail.com>

Available under GNU General Public License version 3
2 changes: 1 addition & 1 deletion controlyourtabs.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jeffery.to@gmail.com>
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
2 changes: 1 addition & 1 deletion controlyourtabs.plugin.python2
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jeffery.to@gmail.com>
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
2 changes: 1 addition & 1 deletion controlyourtabs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jeffery.to@gmail.com>
# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 Jeffery To <jeffery.to@gmail.com>
# https://github.com/jefferyto/gedit-control-your-tabs
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion controlyourtabs/keyinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jeffery.to@gmail.com>
# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 Jeffery To <jeffery.to@gmail.com>
# https://github.com/jefferyto/gedit-control-your-tabs
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion controlyourtabs/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jeffery.to@gmail.com>
# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 Jeffery To <jeffery.to@gmail.com>
# https://github.com/jefferyto/gedit-control-your-tabs
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion controlyourtabs/tabinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jeffery.to@gmail.com>
# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 Jeffery To <jeffery.to@gmail.com>
# https://github.com/jefferyto/gedit-control-your-tabs
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion controlyourtabs/tabinfo_pre312.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <jeffery.to@gmail.com>
# Copyright (C) 2010-2013, 2017-2018, 2020, 2023 Jeffery To <jeffery.to@gmail.com>
# https://github.com/jefferyto/gedit-control-your-tabs
#
# This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 07bc2a4

Please sign in to comment.