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

0 commit comments

Comments
 (0)