Skip to content

Commit acccc5e

Browse files
Update copyright dates for 2023. (#1191)
1 parent 8655680 commit acccc5e

File tree

791 files changed

+794
-794
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

791 files changed

+794
-794
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# General substitutions.
4343
project = 'pyface'
44-
copyright = '2008-2022, Enthought'
44+
copyright = '2008-2023, Enthought'
4545

4646
# The default replacements for |version| and |release|, also used in various
4747
# other places throughout the built documents.

docs/source/examples/data_model_indices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

docs/source/examples/dict_data_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

etstool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/application/hello_world/hello_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/application/python_editor/python_editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/application/python_editor/python_editor_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/application/python_editor/python_editor_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/application/python_shell/python_shell_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/application/python_shell/python_shell_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/application_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/chained_wizard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/data_view/array_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/data_view/column_data_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/data_view/column_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/data_view/example_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/data_view/row_table_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/dialogs/color_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/dialogs/dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/dialogs/directory_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/dialogs/file_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/dialogs/font_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/dock/dock_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/dock/dock_test2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/dock/dock_test3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/dock/drag_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/dock/envisage_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/expandable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/explorer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/file_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/file_node_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/file_sorters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/file_table_viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/file_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/file_tree_viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/hello_world.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/image_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/ipython_shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/mdi_application_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/menu_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/multi_toolbar_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/node_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/python_shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/tasks/advanced/example_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/tasks/advanced/i_python_editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/tasks/advanced/python_editor_qt4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/tasks/advanced/python_editor_wx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/tasks/basic/example_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/tool_palette.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/traitsui_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/tree_viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/undo/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2007-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2007-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/undo/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2008-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2008-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/undo/example_editor_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2007-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2007-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/undo/example_undo_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2008-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2008-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/undo/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2008-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2008-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

examples/wizard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

pyface/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

pyface/about_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

pyface/action/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

pyface/action/action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

pyface/action/action_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

pyface/action/action_event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

pyface/action/action_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright 2005-2022 Enthought, Inc., Austin, TX
1+
# (C) Copyright 2005-2023 Enthought, Inc., Austin, TX
22
# All rights reserved.
33
#
44
# This software is provided without warranty under the terms of the BSD

0 commit comments

Comments
 (0)