Logo
Explore Help
Sign In
openshot/libopenshot
0
0
Fork 0
You've already forked libopenshot
mirror of https://github.com/OpenShot/libopenshot.git synced 2026-03-02 08:53:52 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
develop
libopenshot/version.sh

10 lines
195 B
Bash
Raw Permalink Normal View History

Add version.sh script (#500)
2020-05-07 18:24:59 -04:00
#!/bin/sh
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
2021-10-16 01:26:26 -04:00
# © OpenShot Studios, LLC
#
# SPDX-License-Identifier: LGPL-3.0-or-later
Add version.sh script (#500)
2020-05-07 18:24:59 -04:00
grep 'set.*(.*PROJECT_VERSION_FULL' CMakeLists.txt\
|sed -e 's#set(PROJECT_VERSION_FULL.*"\(.*\)\")#\1#;q'
Reference in New Issue Copy Permalink
Powered by Gitea Page: 43ms Template: 4ms
English
English
Licenses API