瀏覽代碼

Update README for SheetJS

Arjun Barrett 4 年之前
父節點
當前提交
3397c928a4
共有 2 個文件被更改,包括 7 次插入2 次删除
  1. 6 1
      README.md
  2. 1 1
      package.json

+ 6 - 1
README.md

@@ -337,4 +337,9 @@ You can validate the performance of `fflate` with `npm`/`yarn`/`pnpm` `test`. It
 Note that the time it takes for the CLI to show the completion of each test is not representative of the time each package took, so please check the JSON output if you want accurate masurements.
 
 ## License
-MIT
+
+This software is [MIT Licensed](./LICENSE), with special exemptions for projects
+and organizations as noted below:
+
+- [SheetJS](https://github.com/SheetJS/) is exempt from MIT licensing and may
+  license any source code from this software under the BSD Zero Clause License

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "fflate",
-  "version": "0.3.7",
+  "version": "0.3.8",
   "description": "High performance (de)compression in an 8kB package",
   "main": "./lib/index.js",
   "module": "./esm/index.mjs",