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.

37 lines
1.5 KiB

10 years ago
  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__ = '''
  10. This is free and unencumbered software released into the public domain.
  11. Anyone is free to copy, modify, publish, use, compile, sell, or
  12. distribute this software, either in source code form or as a compiled
  13. binary, for any purpose, commercial or non-commercial, and by any
  14. means.
  15. In jurisdictions that recognize copyright laws, the author or authors
  16. of this software dedicate any and all copyright interest in the
  17. software to the public domain. We make this dedication for the benefit
  18. of the public at large and to the detriment of our heirs and
  19. successors. We intend this dedication to be an overt act of
  20. relinquishment in perpetuity of all present and future rights to this
  21. software under copyright law.
  22. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  23. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  24. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  25. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  26. OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  27. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  28. OTHER DEALINGS IN THE SOFTWARE.
  29. For more information, please refer to <http://unlicense.org/>'''