Skip to content

Commit 59138ea

Browse files
authored
Adopt license management via Reuse project/tool (#711)
* reuse-managed license/copyright headers reuse is a tool for compliance with the REUSE recommendations. See <https://reuse.software/> for more information, and <https://reuse.readthedocs.io/> for the online documentation. * Set jsoncpp license * Add MIT license for Decklink sources * Explicitly license examples/ - Add headers to source files - Change blanket licensing in .reuse/dep5 to only cover binary media - Import CC-BY-3.0 license and assign to sintel_trailer
1 parent 111026d commit 59138ea

File tree

268 files changed

+1154
-4954
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+1154
-4954
lines changed

.bzrignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
# © OpenShot Studios, LLC
2+
#
3+
# SPDX-License-Identifier: LGPL-3.0-or-later
4+
15
* text=auto
26

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# © OpenShot Studios, LLC
2+
#
3+
# SPDX-License-Identifier: LGPL-3.0-or-later
4+
15
# Set update schedule for GitHub Actions
26

37
version: 2

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# © OpenShot Studios, LLC
2+
#
3+
# SPDX-License-Identifier: LGPL-3.0-or-later
4+
15
# Add 'build' label to CMake changes
26
build:
37
- /**/CMakeList.txt

.github/stale.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# © OpenShot Studios, LLC
2+
#
3+
# SPDX-License-Identifier: LGPL-3.0-or-later
4+
15
# Number of days of inactivity before an issue becomes stale
26
daysUntilStale: 90
37
# Number of days of inactivity before a stale issue is closed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# © OpenShot Studios, LLC
2+
#
3+
# SPDX-License-Identifier: LGPL-3.0-or-later
4+
15
name: libopenshot CI Build
26
on: [push, pull_request]
37

.github/workflows/label-merge-conflicts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# © OpenShot Studios, LLC
2+
#
3+
# SPDX-License-Identifier: LGPL-3.0-or-later
14

25
name: Label merge conflicts
36

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# © OpenShot Studios, LLC
2+
#
3+
# SPDX-License-Identifier: LGPL-3.0-or-later
4+
15
/build*
26
*.DS_Store
37
.pydevproject

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# © OpenShot Studios, LLC
2+
#
3+
# SPDX-License-Identifier: LGPL-3.0-or-later
4+
15
stages:
26
- build-libopenshot
37
- trigger-openshot-qt

.reuse/dep5

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: libopenshot
3+
Upstream-Contact: Jonathan Thomas <jonathan@openshot.org>
4+
Source: https://github.com/OpenShot/libopenshot
5+
6+
Files: examples/*.png examples/*.svg examples/*.wav examples/*.mp4 examples/*.avi doc/images/*
7+
Copyright: OpenShot Studios, LLC
8+
License: LGPL-3.0-or-later
9+
10+
Files: examples/sintel_trailer-720p.mp4
11+
Copyright: © copyright Blender Foundation | durian.blender.org
12+
License: CC-BY-3.0
13+
14+
Files: thirdparty/jsoncpp/*
15+
Copyright: Copyright (c) 2007-2010 by Baptiste Lepilleur and
16+
The JsonCpp Authors
17+
License: CC0-1.0 or MIT

0 commit comments

Comments
 (0)