diff options
author | Michael Lustfield <MTecknology@users.noreply.github.com> | 2017-08-24 21:01:17 -0500 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-08-25 10:01:17 +0800 |
commit | 9df0eafa2560e5c65bf38421178fee4a6e3a93d0 (patch) | |
tree | 9b293744a432a78e1e5b3714d2a30683885a9ee7 /public/vendor/plugins/jquery.areyousure/LICENSE | |
parent | e13eef8cfe2620c93b38e74cb8c7a07bd622537d (diff) | |
download | gitea-9df0eafa2560e5c65bf38421178fee4a6e3a93d0.tar.gz gitea-9df0eafa2560e5c65bf38421178fee4a6e3a93d0.zip |
Move 3rd party js/css into `public/vendor` and document sources (#2383)
This commit cherry picks the following commits (master -> v1.2):
a915a09
874f9be
233bbcf
Ref: https://github.com/go-gitea/gitea/issues/1484
Signed-off-by: Michael Lustfield <michael@lustfield.net>
Diffstat (limited to 'public/vendor/plugins/jquery.areyousure/LICENSE')
-rw-r--r-- | public/vendor/plugins/jquery.areyousure/LICENSE | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/public/vendor/plugins/jquery.areyousure/LICENSE b/public/vendor/plugins/jquery.areyousure/LICENSE new file mode 100644 index 0000000000..0374ebc839 --- /dev/null +++ b/public/vendor/plugins/jquery.areyousure/LICENSE @@ -0,0 +1,18 @@ +The MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the 'Software'), to deal in the +Software without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the +Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |