LICENSE 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. Copyright Brightcove, Inc.
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.
  11. The AES decryption implementation in this project is derived from the
  12. Stanford Javascript Cryptography Library
  13. (http://bitwiseshiftleft.github.io/sjcl/). That work is covered by the
  14. following copyright and permission notice:
  15. Copyright 2009-2010 Emily Stark, Mike Hamburg, Dan Boneh.
  16. All rights reserved.
  17. Redistribution and use in source and binary forms, with or without
  18. modification, are permitted provided that the following conditions are
  19. met:
  20. 1. Redistributions of source code must retain the above copyright
  21. notice, this list of conditions and the following disclaimer.
  22. 2. Redistributions in binary form must reproduce the above
  23. copyright notice, this list of conditions and the following
  24. disclaimer in the documentation and/or other materials provided
  25. with the distribution.
  26. THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
  27. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  28. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  29. DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> OR CONTRIBUTORS BE
  30. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  31. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  32. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  33. BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  34. WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  35. OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
  36. IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  37. The views and conclusions contained in the software and documentation
  38. are those of the authors and should not be interpreted as representing
  39. official policies, either expressed or implied, of the authors.