COPYRIGHT 1.5 KB

1234567891011121314151617181920212223242526272829303132
  1. SJCL used to be in the public domain. Now it's:
  2. Copyright 2009-2010 Emily Stark, Mike Hamburg, Dan Boneh, Stanford University.
  3. This is for liability reasons. (Speaking of which, SJCL comes with NO
  4. WARRANTY WHATSOEVER, express or implied, to the limit of applicable
  5. law.)
  6. SJCL is dual-licensed under the GNU GPL version 2.0 or higher, and a
  7. 2-clause BSD license. You may use SJCL under the terms of either of
  8. these licenses. For your convenience, the GPL versions 2.0 and 3.0
  9. and the 2-clause BSD license are included here. Additionally, you may
  10. serve "crunched" copies of sjcl (i.e. those with comments removed,
  11. and other transformations to reduce code size) without any copyright
  12. notice.
  13. SJCL includes JsDoc toolkit, YUI compressor, Closure compressor,
  14. JSLint and the CodeView template in its build system. These programs'
  15. copyrights are owned by other people. They are distributed here under
  16. the MPL, MIT, BSD, Apache and JSLint licenses. Codeview is "free for
  17. download" but has no license attached; it is Copyright 2010 Wouter Bos.
  18. The BSD license is (almost?) strictly more permissive, but the
  19. additionally licensing under the GPL allows us to use OCB 2.0 code
  20. royalty-free (at least, if OCB 2.0's creator Phil Rogaway has anything
  21. to say about it). Note that if you redistribute SJCL under a license
  22. other than the GPL, you or your users may need to pay patent licensing
  23. fees for OCB 2.0.
  24. There may be patents which apply to SJCL other than Phil Rogaway's OCB
  25. patents. We suggest that you consult legal counsel before using SJCL
  26. in a commercial project.