-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replaced [email protected] email with [email protected]…
…wf.io
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
2 changes: 1 addition & 1 deletion
2
contrib/opentimelineio_contrib/application_plugins/rv/example_otio_reader/PACKAGE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|