README.txt 1.6 KB

12345678910111213141516171819202122232425262728
  1. smaa.h is the concatenation of two header files (AreaTex.h and SearchTex.h)
  2. for use with the SMAA shader (https://github.com/iryoku/smaa), distributed
  3. under the following license:
  4. Copyright (C) 2013 Jorge Jimenez ([email protected])
  5. Copyright (C) 2013 Jose I. Echevarria ([email protected])
  6. Copyright (C) 2013 Belen Masia ([email protected])
  7. Copyright (C) 2013 Fernando Navarro ([email protected])
  8. Copyright (C) 2013 Diego Gutierrez ([email protected])
  9. Permission is hereby granted, free of charge, to any person obtaining a copy
  10. this software and associated documentation files (the "Software"), to deal in
  11. the Software without restriction, including without limitation the rights to
  12. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  13. the Software, and to permit persons to whom the Software is furnished to do so,
  14. subject to the following conditions:
  15. The above copyright notice and this permission notice shall be included in all
  16. copies or substantial portions of the Software. As clarification, there is no
  17. requirement that the copyright notice and permission be included in binary
  18. distributions 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.