From 58b87544a627b88061c0148c15a1c4dae7313253 Mon Sep 17 00:00:00 2001 From: Joshua Minor Date: Tue, 6 Apr 2021 10:21:59 -0700 Subject: [PATCH] Replaced opentimelineio@pixar.com email with otio-discussion@lists.aswf.io --- CMakeLists.txt | 2 +- .../application_plugins/rv/example_otio_reader/PACKAGE | 2 +- examples/sample_plugin/setup.py | 2 +- setup.py | 2 +- src/py-opentimelineio/opentimelineio/__init__.py | 2 +- src/py-opentimelineio/opentimelineio/console/__init__.py | 2 +- tests/baselines/plugin_module/otio_jsonplugin.egg-info/PKG-INFO | 2 +- tests/baselines/plugin_module/otio_mockplugin.egg-info/PKG-INFO | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d9595759..acb26b2cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 "opentimelineio@pixar.com") +set(OTIO_AUTHOR_EMAIL "otio-discussion@lists.aswf.io") set(OTIO_LICENSE "Modified Apache 2.0 License") project(OpenTimelineIO VERSION ${OTIO_VERSION} LANGUAGES C CXX) diff --git a/contrib/opentimelineio_contrib/application_plugins/rv/example_otio_reader/PACKAGE b/contrib/opentimelineio_contrib/application_plugins/rv/example_otio_reader/PACKAGE index 69b1226f4..09ef4d7ed 100644 --- a/contrib/opentimelineio_contrib/application_plugins/rv/example_otio_reader/PACKAGE +++ b/contrib/opentimelineio_contrib/application_plugins/rv/example_otio_reader/PACKAGE @@ -1,7 +1,7 @@ package: Example OTIO Reader author: Contributors to the OpenTimelineIO project organization: OpenTimelineIO project -contact: opentimelineio@pixar.com +contact: otio-discussion@lists.aswf.io version: 1.0 url: http://opentimeline.io rv: 4.0.8 diff --git a/examples/sample_plugin/setup.py b/examples/sample_plugin/setup.py index f284e9017..25ee2ed4c 100644 --- a/examples/sample_plugin/setup.py +++ b/examples/sample_plugin/setup.py @@ -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='opentimelineio@pixar.com', + author_email='otio-discussion@lists.aswf.io', url='http://opentimeline.io', ) diff --git a/setup.py b/setup.py index 9a4454c83..b91b531cb 100755 --- a/setup.py +++ b/setup.py @@ -188,7 +188,7 @@ def cmake_install(self): PROJECT_METADATA = { "version": "0.15.0.dev1", "author": 'Contributors to the OpenTimelineIO project', - "author_email": 'opentimelineio@pixar.com', + "author_email": 'otio-discussion@lists.aswf.io', "license": 'Modified Apache 2.0 License', } diff --git a/src/py-opentimelineio/opentimelineio/__init__.py b/src/py-opentimelineio/opentimelineio/__init__.py index 275572714..a3762dd15 100644 --- a/src/py-opentimelineio/opentimelineio/__init__.py +++ b/src/py-opentimelineio/opentimelineio/__init__.py @@ -26,7 +26,7 @@ see: http://opentimeline.io -.. moduleauthor:: Contributors to the OpenTimelineIO project +.. moduleauthor:: Contributors to the OpenTimelineIO project """ # flake8: noqa diff --git a/src/py-opentimelineio/opentimelineio/console/__init__.py b/src/py-opentimelineio/opentimelineio/console/__init__.py index 1828fd3a9..e5032190e 100644 --- a/src/py-opentimelineio/opentimelineio/console/__init__.py +++ b/src/py-opentimelineio/opentimelineio/console/__init__.py @@ -24,7 +24,7 @@ """Console scripts for OpenTimelineIO -.. moduleauthor:: Contributors to the OpenTimelineIO project +.. moduleauthor:: Contributors to the OpenTimelineIO project """ # flake8: noqa diff --git a/tests/baselines/plugin_module/otio_jsonplugin.egg-info/PKG-INFO b/tests/baselines/plugin_module/otio_jsonplugin.egg-info/PKG-INFO index 64f84e80a..54e75696a 100644 --- a/tests/baselines/plugin_module/otio_jsonplugin.egg-info/PKG-INFO +++ b/tests/baselines/plugin_module/otio_jsonplugin.egg-info/PKG-INFO @@ -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: opentimelineio@pixar.com +Author-email: otio-discussion@lists.aswf.io License: Modified Apache 2.0 License Description-Content-Type: UNKNOWN Description: UNKNOWN diff --git a/tests/baselines/plugin_module/otio_mockplugin.egg-info/PKG-INFO b/tests/baselines/plugin_module/otio_mockplugin.egg-info/PKG-INFO index f31111448..405a1bd88 100644 --- a/tests/baselines/plugin_module/otio_mockplugin.egg-info/PKG-INFO +++ b/tests/baselines/plugin_module/otio_mockplugin.egg-info/PKG-INFO @@ -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: opentimelineio@pixar.com +Author-email: otio-discussion@lists.aswf.io License: Modified Apache 2.0 License Description-Content-Type: UNKNOWN Description: UNKNOWN