MIT.txt 1.7 KB

1234567891011121314151617181920212223242526272829
  1. videoIO: granting easy, flexible, and efficient read/write access to video
  2. files in Matlab on Windows and GNU/Linux platforms.
  3. Copyright (c) 2006 Gerald Dalley
  4. Permission is hereby granted, free of charge, to any person obtaining a copy of
  5. this software and associated documentation files (the "Software"), to deal in
  6. the Software without restriction, including without limitation the rights to
  7. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  8. the Software, and to permit persons to whom the Software is furnished to do so,
  9. subject to the following conditions:
  10. Portions of this software link to code licensed under the Gnu General
  11. Public License (GPL). As such, they must be licensed by the more
  12. restrictive GPL license rather than this MIT license. If you compile
  13. those files, this library and any code of yours that uses it automatically
  14. becomes subject to the GPL conditions. Any source files supplied by
  15. this library that bear this restriction are clearly marked with internal
  16. comments.
  17. The above copyright notice and this permission notice shall be included in all
  18. copies or substantial portions of the Software.
  19. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  20. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  21. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  22. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  23. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  24. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.