Ohm-Management - Projektarbeit B-ME
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.

LICENSE 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
  2. Based on Underscore.js, copyright Jeremy Ashkenas,
  3. DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
  4. This software consists of voluntary contributions made by many
  5. individuals. For exact contribution history, see the revision history
  6. available at https://github.com/lodash/lodash
  7. The following license applies to all parts of this software except as
  8. documented below:
  9. ====
  10. Permission is hereby granted, free of charge, to any person obtaining
  11. a copy of this software and associated documentation files (the
  12. "Software"), to deal in the Software without restriction, including
  13. without limitation the rights to use, copy, modify, merge, publish,
  14. distribute, sublicense, and/or sell copies of the Software, and to
  15. permit persons to whom the Software is furnished to do so, subject to
  16. the following conditions:
  17. The above copyright notice and this permission notice shall be
  18. included in all copies or substantial portions of the Software.
  19. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  20. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  21. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  22. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  23. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  24. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  25. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  26. ====
  27. Copyright and related rights for sample code are waived via CC0. Sample
  28. code is defined as all source code displayed within the prose of the
  29. documentation.
  30. CC0: http://creativecommons.org/publicdomain/zero/1.0/
  31. ====
  32. Files located in the node_modules and vendor directories are externally
  33. maintained libraries used by this software which have their own
  34. licenses; we recommend you read them, as their terms may differ from the
  35. terms above.