mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Add Apache-2.0 license
This commit is contained in:
parent
2abb4d5848
commit
325d2118ad
3 changed files with 20 additions and 0 deletions
13
LICENSE
Normal file
13
LICENSE
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
Copyright 2018 Sharetribe
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
|
@ -61,3 +61,9 @@ The `master` branch is automatically deployed to Heroku. If you want to deploy a
|
||||||
setup the `sharetribe-starter-app` Heroku app and push the feature branch:
|
setup the `sharetribe-starter-app` Heroku app and push the feature branch:
|
||||||
|
|
||||||
git push heroku my-feature-branch:master
|
git push heroku my-feature-branch:master
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This project is licensed under the terms of the Apache-2.0 license.
|
||||||
|
|
||||||
|
See [LICENSE](LICENSE)
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "app",
|
"name": "app",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"array-includes": "^3.0.3",
|
"array-includes": "^3.0.3",
|
||||||
"array.prototype.find": "^2.0.4",
|
"array.prototype.find": "^2.0.4",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue