Skip to content

Commit

Permalink
License and CLA change (#30)
Browse files Browse the repository at this point in the history
* Change license and CLA.

* Updated contact email in CODE_OF_CONDUCT.md

* Added SPDX license header to all source files.
  • Loading branch information
jminor authored May 3, 2022
1 parent 78e52d9 commit 9745fe5
Show file tree
Hide file tree
Showing 122 changed files with 398 additions and 223 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at opentimelineio-[email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at opentimelineio-[email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Expand Down
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

39 changes: 32 additions & 7 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Modified Apache 2.0 License

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down Expand Up @@ -136,9 +136,9 @@
with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor
and its affiliates, except as required to comply with Section 4(c) of
the License and to reproduce the content of the NOTICE file.
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Expand Down Expand Up @@ -173,4 +173,29 @@
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

OpenTimelineIO bundles ffmpeg_burnins.py, which is available under the MIT License. For details contrib/adapters.
END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Binary file modified OTIO_CLA_Corporate.pdf
Binary file not shown.
Binary file modified OTIO_CLA_Individual.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions include/copentime/errorStatus.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#ifdef __cplusplus
Expand Down
3 changes: 3 additions & 0 deletions include/copentime/optionalOpenTime.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "rationalTime.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentime/rationalTime.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "copentime/errorStatus.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentime/timeRange.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "rationalTime.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentime/timeTransform.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "rationalTime.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentime/util.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "rationalTime.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentimelineio/any.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#ifdef __cplusplus
Expand Down
3 changes: 3 additions & 0 deletions include/copentimelineio/anyDictionary.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once
#include "any.h"
#include <stdbool.h>
Expand Down
3 changes: 3 additions & 0 deletions include/copentimelineio/anyVector.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "any.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentimelineio/clip.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "anyDictionary.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentimelineio/composable.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "anyDictionary.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentimelineio/composableRetainerVector.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "composable.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentimelineio/composableVector.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "composable.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentimelineio/composition.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "anyDictionary.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentimelineio/deserialization.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "any.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentimelineio/effect.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "anyDictionary.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentimelineio/effectRetainerVector.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "effect.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentimelineio/effectVector.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "effect.h"
Expand Down
3 changes: 3 additions & 0 deletions include/copentimelineio/errorStatus.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright Contributors to the OpenTimelineIO project

#pragma once

#include "serializableObject.h"
Expand Down
Loading

0 comments on commit 9745fe5

Please sign in to comment.