Skip to content

Commit

Permalink
Replaced [email protected] email with [email protected]
Browse files Browse the repository at this point in the history
…wf.io
  • Loading branch information
jminor committed Dec 3, 2021
1 parent 02dda7c commit 58b8754
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(OTIO_VERSION_PATCH "0")
set(OTIO_VERSION ${OTIO_VERSION_MAJOR}.${OTIO_VERSION_MINOR}.${OTIO_VERSION_PATCH})

set(OTIO_AUTHOR "Contributors to the OpenTimelineIO project")
set(OTIO_AUTHOR_EMAIL "[email protected]")
set(OTIO_AUTHOR_EMAIL "[email protected]")
set(OTIO_LICENSE "Modified Apache 2.0 License")

project(OpenTimelineIO VERSION ${OTIO_VERSION} LANGUAGES C CXX)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package: Example OTIO Reader
author: Contributors to the OpenTimelineIO project
organization: OpenTimelineIO project
contact: [email protected]
contact: [email protected]
version: 1.0
url: http://opentimeline.io
rv: 4.0.8
Expand Down
2 changes: 1 addition & 1 deletion examples/sample_plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
description='Adapter writes number of tracks to file.',
license='Modified Apache 2.0 License',
author='Contributors to the OpenTimelineIO project',
author_email='[email protected]',
author_email='[email protected]',
url='http://opentimeline.io',
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def cmake_install(self):
PROJECT_METADATA = {
"version": "0.15.0.dev1",
"author": 'Contributors to the OpenTimelineIO project',
"author_email": '[email protected]',
"author_email": '[email protected]',
"license": 'Modified Apache 2.0 License',
}

Expand Down
2 changes: 1 addition & 1 deletion src/py-opentimelineio/opentimelineio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
see: http://opentimeline.io
.. moduleauthor:: Contributors to the OpenTimelineIO project <[email protected]>
.. moduleauthor:: Contributors to the OpenTimelineIO project <[email protected]>
"""

# flake8: noqa
Expand Down
2 changes: 1 addition & 1 deletion src/py-opentimelineio/opentimelineio/console/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

"""Console scripts for OpenTimelineIO
.. moduleauthor:: Contributors to the OpenTimelineIO project <[email protected]>
.. moduleauthor:: Contributors to the OpenTimelineIO project <[email protected]>
"""

# flake8: noqa
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: 1.0.0
Summary: Dummy plugin used for testing.
Home-page: http://opentimeline.io
Author: Contributors to the OpenTimelineIO project
Author-email: [email protected]
Author-email: [email protected]
License: Modified Apache 2.0 License
Description-Content-Type: UNKNOWN
Description: UNKNOWN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: 1.0.0
Summary: Dummy plugin used for testing.
Home-page: http://opentimeline.io
Author: Contributors to the OpenTimelineIO project
Author-email: [email protected]
Author-email: [email protected]
License: Modified Apache 2.0 License
Description-Content-Type: UNKNOWN
Description: UNKNOWN
Expand Down

0 comments on commit 58b8754

Please sign in to comment.