Skip to content

Commit 4965912

Browse files
update minimal bytecode version and copyright
1 parent cdeffff commit 4965912

File tree

395 files changed

+399
-398
lines changed

Some content is hidden

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

395 files changed

+399
-398
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Enaml is licensed under the terms of the Modified BSD License (also known as
55
New or Revised BSD), as follows:
66

7-
Copyright (c) 2013-2024, Nucleic Development Team
7+
Copyright (c) 2013-2025, Nucleic Development Team
88
Copyright (c) 2013, Enthought, Inc.
99

1010
All rights reserved.
@@ -88,7 +88,7 @@ With this in mind, the following banner should be used in any source code file
8888
to indicate the copyright and license terms:
8989

9090
#------------------------------------------------------------------------------
91-
# Copyright (c) 2013-2024, Nucleic Development Team.
91+
# Copyright (c) 2013-2025, Nucleic Development Team.
9292
#
9393
# Distributed under the terms of the Modified BSD License.
9494
#

docs/source/_sphinxext/enamldoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#------------------------------------------------------------------------------
2-
# Copyright (c) 2013-2024, Nucleic Development Team.
2+
# Copyright (c) 2013-2025, Nucleic Development Team.
33
#
44
# Distributed under the terms of the Modified BSD License.
55
#

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#------------------------------------------------------------------------------
2-
# Copyright (c) 2013-2024, Nucleic Development Team.
2+
# Copyright (c) 2013-2025, Nucleic Development Team.
33
#
44
# Distributed under the terms of the Modified BSD License.
55
#

docs/source/examples/example_doc_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#------------------------------------------------------------------------------
2-
# Copyright (c) 2013-2024, Nucleic Development Team.
2+
# Copyright (c) 2013-2025, Nucleic Development Team.
33
#
44
# Distributed under the terms of the Modified BSD License.
55
#

enaml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#------------------------------------------------------------------------------
2-
# Copyright (c) 2013-2024, Nucleic Development Team.
2+
# Copyright (c) 2013-2025, Nucleic Development Team.
33
#
44
# Distributed under the terms of the Modified BSD License.
55
#

enaml/applib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#------------------------------------------------------------------------------
2-
# Copyright (c) 2013-2024, Nucleic Development Team.
2+
# Copyright (c) 2013-2025, Nucleic Development Team.
33
#
44
# Distributed under the terms of the Modified BSD License.
55
#

enaml/applib/live_editor_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#------------------------------------------------------------------------------
2-
# Copyright (c) 2013-2024, Nucleic Development Team.
2+
# Copyright (c) 2013-2025, Nucleic Development Team.
33
#
44
# Distributed under the terms of the Modified BSD License.
55
#

enaml/applib/live_editor_view.enaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#------------------------------------------------------------------------------
2-
# Copyright (c) 2013-2024, Nucleic Development Team.
2+
# Copyright (c) 2013-2025, Nucleic Development Team.
33
#
44
# Distributed under the terms of the Modified BSD License.
55
#

enaml/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#------------------------------------------------------------------------------
2-
# Copyright (c) 2013-2024, Nucleic Development Team.
2+
# Copyright (c) 2013-2025, Nucleic Development Team.
33
#
44
# Distributed under the terms of the Modified BSD License.
55
#

enaml/compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#------------------------------------------------------------------------------
2-
# Copyright (c) 2013-2024, Nucleic Development Team.
2+
# Copyright (c) 2013-2025, Nucleic Development Team.
33
#
44
# Distributed under the terms of the Modified BSD License.
55
#

0 commit comments

Comments
 (0)