Skip to content

Commit ad11e53

Browse files
committed
v0.1.2 - add LICENSE file, use an Apache License
- Previously, in react-signature-pad MIT was listed in package.json and nowhere else - Prefer Apache over MIT as well (due to patent countersuit ability)
1 parent 6d0ea0b commit ad11e53

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright (c) 2016 Anton Gilgur
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-signature-canvas",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A signature pad implementation in React",
55
"main": "build/index.js",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/agilgur5/react-signature-canvas.git"
2626
},
2727
"author": "Anton Gilgur",
28-
"license": "MIT",
28+
"license": "Apache-2.0",
2929
"devDependencies": {
3030
"babel-core": "^6.0.14",
3131
"babel-loader": "^6.0.0",

0 commit comments

Comments
 (0)