-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change license to Apache 2.0 to confirm with Google cors-upload-sampl…
…e original source code
- Loading branch information
1 parent
18e5c76
commit 0a024df
Showing
7 changed files
with
24 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "vimeo-upload", | ||
"main": "vimeo-upload.js", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"homepage": "https://github.com/websemantics/vimeo-upload", | ||
"authors": [ | ||
"Adnan Sh. Sagar, PhD. <[email protected]>" | ||
|
@@ -14,7 +14,7 @@ | |
"node", | ||
"browser" | ||
], | ||
"license": "MIT", | ||
"license": "Apache 2.0", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ | |
| | ||
| _ ___ | ||
| | | / (_)___ ___ ___ ____ | ||
| | | / / / __ `__ \/ _ \/ __ \ ┌───────────────────────────────────────┐ | ||
| | |/ / / / / / / / __/ /_/ / | ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ %75 | | ||
| |___/_/_/ /_/ /_/\___/\____/ └───────────────────────────────────────┘ | ||
| Upload | ||
| | | / / / __ `__ \/ _ \/ __ \ ┌───────────────────────────┐ | ||
| | |/ / / / / / / / __/ /_/ / | ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ %75 | | ||
| |___/_/_/ /_/ /_/\___/\____/ └───────────────────────────┘ | ||
| Upload | ||
| | ||
| | ||
| This project was released under MIT license. | ||
| This project was released under Apache 2.0" license. | ||
| | ||
| @link http://websemantics.ca | ||
| @author Web Semantics, Inc. Dev Team <[email protected]> | ||
|