Skip to content

Commit 7d65640

Browse files
author
Ray Nicholus
committed
server-side examples are MIT licensed
1 parent 9f7b119 commit 7d65640

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.*
2+
*.iml
3+
Thumbs.db
4+
!.gitignore
5+
test/uploads/
6+
test/uploadsTemp/
7+
*.ipr
8+
*~
9+
.*.sw[a-z]
10+
build/*
11+
release/*

license.txt

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
MIT License
2+
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
10+
11+
The above copyright notice and this permission notice shall be
12+
included in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Server-Side Notes & Requirements - Version 3.1.1 #
1+
# Server-Side Notes & Requirements #
22

33
## Handling the request (defaults) ##
44
By default Fine Uploader will send the file in the body of a multipart encoded POST request. The filename will be encoded in
@@ -86,3 +86,5 @@ cors option documentation in the main readme.
8686
###### WARNING ######
8787
The examples in the server directory, with the exception of the Java & PHP examples, were not provided by the those associated
8888
with Fine Uploader. Use the examples at your own risk. They may or may not work correctly and are NOT supported!
89+
90+
All server-side examples are MIT licensed. Please see [license.txt](license.txt) for details.

0 commit comments

Comments
 (0)