Skip to content

Commit

Permalink
copyright 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
maoschanz committed Jan 1, 2023
1 parent f7feaf4 commit f37a21f
Show file tree
Hide file tree
Showing 47 changed files with 49 additions and 48 deletions.
2 changes: 1 addition & 1 deletion data/com.github.maoschanz.drawing.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 Romain F. T. -->
<!-- Copyright 2018-2023 Romain F. T. -->
<component type="desktop">
<id>com.github.maoschanz.drawing</id>
<metadata_license>CC0-1.0</metadata_license>
Expand Down
2 changes: 1 addition & 1 deletion help/C/index.page
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<revision pkgversion="1.0.0" date="2022-01-09"/>
<credit type="author">
<name its:translate="no">Romain F. T.</name>
<years its:translate="no">2018-2022</years>
<years its:translate="no">2018-2023</years>
</credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# French translation of com.github.maoschanz.drawing
# This file is under the same GPLv3.
# Romain F. T. <[email protected]>, 2018-2022.
# Romain F. T. <[email protected]>, 2018-2023.
#
msgid ""
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion src/drawing.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# drawing.in
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/image.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# image.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
5 changes: 3 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# main.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -102,6 +102,7 @@ def _build_actions(self):
self.add_action_simple('help_whats_new', self.on_help_whats_new)

self.add_action_simple('report-issue', self.on_report)
# we don't need an action for the shortcuts because #563
self.add_action_simple('about', self.on_about, ['<Shift>F1'])
self.add_action_simple('quit', self.on_quit, ['<Ctrl>q'])

Expand Down Expand Up @@ -281,7 +282,7 @@ def on_help_whats_new(self, *args):
def on_about(self, *args):
"""Action callback, showing the "about" dialog."""
about_dialog = Gtk.AboutDialog(transient_for=self.props.active_window,
copyright="© 2018-2022 Romain F. T.",
copyright="© 2018-2023 Romain F. T.",
authors=["Romain F. T.", "Fábio Colacio", "Alexis Lozano"],
# To tranlators: "translate" this by a list of your names (one name
# per line), they will be displayed in the "about" dialog
Expand Down
2 changes: 1 addition & 1 deletion src/message_dialog.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# message_dialog.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/new_image_dialog.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# new_image_dialog.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/options_manager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# options_manager.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/optionsbars/abstract_optionsbar.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# abstract_optionsbar.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/optionsbars/classic/optionsbar_classic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# optionsbar_classic.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/optionsbars/classic/optionsbar_color_popover.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# optionsbar_color_popover.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/optionsbars/selection/optionsbar_selection.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# optionsbar_selection.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/optionsbars/transform/optionsbar_crop.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# optionsbar_crop.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/optionsbars/transform/optionsbar_filters.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# optionsbar_filters.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/optionsbars/transform/optionsbar_rotate.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# optionsbar_rotate.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/optionsbars/transform/optionsbar_scale.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# optionsbar_scale.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/optionsbars/transform/optionsbar_skew.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# optionsbar_skew.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/preferences.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# preferences.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/printing_manager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# printing_manager.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# properties.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/saving_manager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# saving_manager.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/selection_manager.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# selection_manager.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/abstract_tool.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# abstract_tool.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/classic_tools/abstract_classic_tool.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# abstract_classic_tool.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/classic_tools/tool_arc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_arc.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/classic_tools/tool_brush.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_brush.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/classic_tools/tool_eraser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_eraser.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/classic_tools/tool_highlight.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_highlight.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/classic_tools/tool_line.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_line.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/classic_tools/tool_paint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_paint.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/classic_tools/tool_pencil.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_pencil.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/classic_tools/tool_picker.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_picker.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/classic_tools/tool_points.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_points.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/classic_tools/tool_shape.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_shape.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/classic_tools/tool_text.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_text.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/selection_tools/abstract_select.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# abstract_select.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/selection_tools/select_color.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# select_color.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/selection_tools/select_free.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# select_free.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/selection_tools/select_rect.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# select_rect.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/transform_tools/abstract_transform_tool.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# abstract_transform_tool.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/transform_tools/tool_crop.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_crop.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/transform_tools/tool_filters.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_filters.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/transform_tools/tool_rotate.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_rotate.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/transform_tools/tool_scale.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_scale.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/tools/transform_tools/tool_skew.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tool_skew.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# window.py
#
# Copyright 2018-2022 Romain F. T.
# Copyright 2018-2023 Romain F. T.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit f37a21f

Please sign in to comment.