Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
OpenTimelineIO
Copyright 2017 Pixar

Copyright Contributors to the OpenTimelineIO project.
All rights reserved.



This product includes software developed at:

Pixar (http://www.pixar.com/).
Pixar (http://www.pixar.com/).
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ with the pep8 style. We ask that before you submit a pull request, you:

PEP8: https://www.python.org/dev/peps/pep-0008/

License
-------
OpenTimelineIO is open source software. Please see ![LICENSE.txt](LICENSE.txt) for details.

Nothing in the license file or this project grants any right to use Pixar or any other contributor’s trade names, trademarks, service marks, or product names.

Contact
-------

Expand Down
2 changes: 1 addition & 1 deletion contrib/opentimelineio_contrib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2018 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2019 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down Expand Up @@ -124,7 +124,6 @@ def _find_timecode_mobs(item):
else:
# This could be 'EssenceGroup', 'Pulldown' or other segment
# subclasses
# See also: https://jira.pixar.com/browse/SE-3457
# For example:
# An EssenceGroup is a Segment that has one or more
# alternate choices, each of which represent different variations
Expand Down
2 changes: 1 addition & 1 deletion contrib/opentimelineio_contrib/adapters/ale.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion contrib/opentimelineio_contrib/adapters/burnins.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion contrib/opentimelineio_contrib/adapters/extern_rv.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion contrib/opentimelineio_contrib/adapters/fcpx_xml.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2018 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion contrib/opentimelineio_contrib/adapters/hls_playlist.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion contrib/opentimelineio_contrib/adapters/maya_sequencer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion contrib/opentimelineio_contrib/adapters/rv.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: Example OTIO Reader
author: Robyn Rindge
organization: Pixar Animation Studios
author: Contributors to the OpenTimelineIO project
organization: OpenTimelineIO project
contact: opentimelineio@pixar.com
version: 1.0
url: http://opentimeline.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Example plugin showing how otio files can be loaded into an RV context
"""
#
# Copyright 2019 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2019 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PACKAGE_TITLE = 'OpenTimelineIO'
PACKAGE_NAME = 'opentimelineio'
PACKAGE_DIR = 'src/py-opentimelineio/opentimelineio'
AUTHOR_NAME = 'Pixar Animation Studios'
AUTHOR_NAME = 'Contributors to the OpenTimelineIO project'

try:
RELEASE = opentimelineio.__version__
Expand Down Expand Up @@ -53,7 +53,7 @@

# General information about the project.
project = PACKAGE_TITLE
copyright = u"2018, Pixar Animation Studios"
copyright = u"Copyright Contributors to the OpenTimelineIO project"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Clone your fork to your local machine, like this:
git clone https://github.com/you/OpenTimelineIO.git
```

Add Pixar's OpenTimelineIO repo as upstream to make it easier to update your remote and local repos with the latest changes:
Add the primary OpenTimelineIO repo as upstream to make it easier to update your remote and local repos with the latest changes:

```
cd OpenTimelineIO
Expand Down
2 changes: 1 addition & 1 deletion examples/conform.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion examples/flatten_video_tracks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2018 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
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 @@ -35,7 +35,7 @@
version='1.0.0',
description='Adapter writes number of tracks to file.',
license='Modified Apache 2.0 License',
author='Pixar Animation Studios',
author='Contributors to the OpenTimelineIO project',
author_email='opentimelineio@pixar.com',
url='http://opentimeline.io',
)
2 changes: 1 addition & 1 deletion examples/shot_detect.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion examples/summarize_timing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def build(self):
# Metadata that gets stamped into the __init__ files during the build phase.
PROJECT_METADATA = {
"version": "0.12.0.dev1",
"author": 'Pixar Animation Studios',
"author": 'Contributors to the OpenTimelineIO project',
"author_email": 'opentimelineio@pixar.com',
"license": 'Modified Apache 2.0 License',
}
Expand Down
2 changes: 1 addition & 1 deletion src/opentimelineview/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion src/opentimelineview/console.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion src/opentimelineview/details_widget.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion src/opentimelineview/ruler_widget.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion src/opentimelineview/timeline_widget.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion src/opentimelineview/track_widgets.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
4 changes: 2 additions & 2 deletions src/py-opentimelineio/opentimelineio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand All @@ -26,7 +26,7 @@

see: http://opentimeline.io

.. moduleauthor:: Pixar Animation Studios <opentimelineio@pixar.com>
.. moduleauthor:: Contributors to the OpenTimelineIO project <opentimelineio@pixar.com>
"""

# flake8: noqa
Expand Down
2 changes: 1 addition & 1 deletion src/py-opentimelineio/opentimelineio/adapters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion src/py-opentimelineio/opentimelineio/adapters/adapter.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion src/py-opentimelineio/opentimelineio/adapters/cmx_3600.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion src/py-opentimelineio/opentimelineio/adapters/fcp_xml.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion src/py-opentimelineio/opentimelineio/adapters/otio_json.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
2 changes: 1 addition & 1 deletion src/py-opentimelineio/opentimelineio/algorithms/filter.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2018 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2019 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2017 Pixar Animation Studios
# Copyright Contributors to the OpenTimelineIO project
#
# Licensed under the Apache License, Version 2.0 (the "Apache License")
# with the following modification; you may not use this file except in
Expand Down
Loading