Skip to content

Commit

Permalink
Change license to Apache 2.0 to confirm with Google cors-upload-sampl…
Browse files Browse the repository at this point in the history
…e original source code
  • Loading branch information
websemantics committed Jun 23, 2016
1 parent 18e5c76 commit 0a024df
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 49 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Major code refactoring, support for node and bower packages, enhanced ui
0.1.5
date: 2016-06-22
changes:
- Change license to Apache 2.0 to confirm with Google cors-upload-sample original source code

0.1.4
date: 2016-06-22
Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
```
_ ___
| | / (_)___ ___ ___ ____
| | / / / __ `__ \/ _ \/ __ \ ┌───────────────────────────────────────
| |/ / / / / / / / __/ /_/ / | ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ %75 |
|___/_/_/ /_/ /_/\___/\____/ └───────────────────────────────────────
| | / / / __ `__ \/ _ \/ __ \ ┌───────────────────────────┐
| |/ / / / / / / / __/ /_/ / | ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ %75 |
|___/_/_/ /_/ /_/\___/\____/ └───────────────────────────┘
Upload
```
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/websemantics/vimeo-upload/master/LICENSE) [![GitHub forks](https://img.shields.io/github/forks/websemantics/vimeo-upload.svg)](https://github.com/websemantics/vimeo-upload/network) [![GitHub stars](https://img.shields.io/github/stars/websemantics/vimeo-upload.svg)](https://github.com/websemantics/vimeo-upload/stargazers)
[![Percentage of issues still open](http://isitmaintained.com/badge/open/websemantics/vimeo-upload.svg)](http://isitmaintained.com/project/websemantics/vimeo-upload "Percentage of issues still open") [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

[![Build Status](https://travis-ci.org/websemantics/vimeo-upload.svg?branch=master)](https://travis-ci.org/websemantics/vimeo-upload)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![npm version](https://badge.fury.io/js/vimeo-upload.svg)](https://badge.fury.io/js/vimeo-upload)
[![Bower version](https://badge.fury.io/bo/vimeo-upload.svg)](https://badge.fury.io/bo/vimeo-upload)
[![GitHub forks](https://img.shields.io/github/forks/websemantics/vimeo-upload.svg)](https://github.com/websemantics/vimeo-upload/network) [![GitHub stars](https://img.shields.io/github/stars/websemantics/vimeo-upload.svg)](https://github.com/websemantics/vimeo-upload/stargazers)
[![Percentage of issues still open](http://isitmaintained.com/badge/open/websemantics/vimeo-upload.svg)](http://isitmaintained.com/project/websemantics/vimeo-upload "Percentage of issues still open")
> Upload videos to your Vimeo account and update their metadata directly from a browser or a Node.js app.
Try it [LIVE](http://websemantics.github.io/vimeo-upload/)
Expand Down
4 changes: 2 additions & 2 deletions bower.json
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]>"
Expand All @@ -14,7 +14,7 @@
"node",
"browser"
],
"license": "MIT",
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
Expand Down
31 changes: 0 additions & 31 deletions deploy.sh

This file was deleted.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width,shrink-to-fit=no,user-scalable=no,initial-scale=1,minimum-scale=1,minimal-ui">
<title>Vimeo Upload</title>
<title>Vimeo Upload Demo</title>
<meta name="description" content="Uploading video files directly with vanilla Javascript to your Vimeo account" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<style>
Expand Down Expand Up @@ -201,7 +201,7 @@

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/websemantics/bragit/0.1.2/bragit.js"></script>
<script src="vimeo-upload.js"></script>
<script type="text/javascript" src="vimeo-upload.js"></script>
<script type="text/javascript">

/**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vimeo-upload",
"version": "0.1.4",
"version": "0.1.5",
"description": "Upload videos to your Vimeo account and update their metadata directly from a browser or a Node.js app.",
"main": "vimeo-upload.js",
"homepage": "https://github.com/websemantics/vimeo-upload#readme",
Expand Down Expand Up @@ -30,5 +30,5 @@
"copy": "cp -r ./img $npm_package_deploy_dist && cp ./index.html $npm_package_deploy_dist && cp ./vimeo-upload.js $npm_package_deploy_dist "
},
"author": "Adnan M.Sagar, PhD.",
"license": "MIT"
"license": "Apache 2.0"
}
10 changes: 5 additions & 5 deletions vimeo-upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]>
Expand Down

0 comments on commit 0a024df

Please sign in to comment.