src/jdk.javadoc/share/legal/jszip.md
author alanb
Thu, 15 Mar 2018 11:02:22 +0000
changeset 49249 92cca24c8807
parent 47216 71c04702a3d5
child 50394 89dc31d7572b
permissions -rw-r--r--
8199329: Remove code that attempts to read bytes after connection reset reported Reviewed-by: redestad, clanger, chegar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
42813
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     1
## JSZip v2.5.0
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     2
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     3
### MIT License
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     4
<pre>
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     5
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     6
Copyright (c) 2009-2014 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     7
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     8
Permission is hereby granted, free of charge, to any person obtaining a
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
     9
copy of this software and associated documentation files (the "Software"),
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    10
to deal in the Software without restriction, including without limitation
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    11
the rights to use, copy, modify, merge, publish, distribute, sublicense,
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    12
and/or sell copies of the Software, and to permit persons to whom the
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    13
Software is furnished to do so, subject to the following conditions:
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    14
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    15
The above copyright notice and this permission notice shall be included
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    16
in all copies or substantial portions of the Software.
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    17
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    18
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    19
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    20
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    21
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    22
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    23
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    24
OTHER DEALINGS IN THE SOFTWARE.
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    25
5161872bab6b 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung
parents:
diff changeset
    26
</pre>