You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.5 KiB

  1. __author__ = 'Sotiris Papadopoulos'
  2. __contact__ = 'ytubedlg@gmail.com'
  3. __projecturl__ = 'http://mrs0m30n3.github.io/youtube-dl-gui/'
  4. __appname__ = 'Youtube-DLG'
  5. __license__ = 'UNLICENSE'
  6. __description__ = 'Youtube-dl GUI'
  7. __descriptionfull__ = '''A cross platform front-end GUI of the popular
  8. youtube-dl written in wxPython'''
  9. __licensefull__ = '''This is free and unencumbered software released into the public domain.
  10. Anyone is free to copy, modify, publish, use, compile, sell, or
  11. distribute this software, either in source code form or as a compiled
  12. binary, for any purpose, commercial or non-commercial, and by any
  13. means.
  14. In jurisdictions that recognize copyright laws, the author or authors
  15. of this software dedicate any and all copyright interest in the
  16. software to the public domain. We make this dedication for the benefit
  17. of the public at large and to the detriment of our heirs and
  18. successors. We intend this dedication to be an overt act of
  19. relinquishment in perpetuity of all present and future rights to this
  20. software under copyright law.
  21. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  22. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  23. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  24. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  25. OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  26. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  27. OTHER DEALINGS IN THE SOFTWARE.
  28. For more information, please refer to <http://unlicense.org/>'''