mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Changes: * Bump to 2018.02.11. * Add man page and bash/fish/zsh completion data. * Fix/update LICENSE & COPYRIGHT. * Drop "cmd:ffmpeg" from REQUIRES as ffmpeg is not required but just recommended. youtube-dl only needs ffmpeg if the user downloads DASH video+audio contents and wants these to be combined together. * Add _python and _python3 subpackages. Contents: * youtube_dl ships the main youtube-dl monolithic python2.7 script, as well as the man page and the bash/fish/zsh completion data. * youtube_dl_python ships the youtube-dl-python python2.7 script. * youtube_dl_python3 ships the youtube-dl-python3 python3.6 script. Remarks: * The base package, youtube_dl, does not depend on any of the python subpackages. * The youtube_dl_python and youtube_dl_python3 packages do not depend on the base package. * All packages may be installed together. * Each package works independently of the others.
25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
This is free and unencumbered software released into the public domain.
|
|
|
|
Anyone is free to copy, modify, publish, use, compile, sell, or
|
|
distribute this software, either in source code form or as a compiled
|
|
binary, for any purpose, commercial or non-commercial, and by any
|
|
means.
|
|
|
|
In jurisdictions that recognize copyright laws, the author or authors
|
|
of this software dedicate any and all copyright interest in the
|
|
software to the public domain. We make this dedication for the benefit
|
|
of the public at large and to the detriment of our heirs and
|
|
successors. We intend this dedication to be an overt act of
|
|
relinquishment in perpetuity of all present and future rights to this
|
|
software under copyright law.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
For more information, please refer to <http://unlicense.org/>
|