Skip to content

Commit

Permalink
v1.0.0-rc1
Browse files Browse the repository at this point in the history
- Update Licensing information
- Add CHANGELOG.md to track all changes
  • Loading branch information
App Generator committed Feb 6, 2021
1 parent 9f64b0e commit 20d31f6
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Change Log

## [1.0.0] 2021-02-06
### Initial Release

- Update Licensing information
- Add CHANGELOG.md to track all changes
31 changes: 31 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# MIT License

Copyright (c) 2019 - present [AppSeed](http://appseed.us/)

<br />

## Licensing Information

<br />

| Item | - |
| ---------------------------------- | --- |
| License Type | MIT |
| Use for print | **YES** |
| Create single personal website/app | **YES** |
| Create single website/app for client | **YES** |
| Create multiple website/apps for clients | **YES** |
| Create multiple SaaS applications | **YES** |
| End-product paying users | **YES** |
| Product sale | **YES** |
| Remove footer credits | **YES** |
| --- | --- |
| Remove copyright mentions from source code | NO |
| Create HTML/CSS template for sale | NO |
| Create Theme/Template for CMS for sale | NO |
| Separate sale of our UI Elements | NO |

<br />

---
For more information regarding licensing, please contact the AppSeed Service < *support@appseed.us* >
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "bulmaplay",
"mastertemplate": "boilerplate-code-jinja",
"version": "1.0.0",
"description": "Template project - Flask/Jinja2 Theme",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/app-generator/bulmaplay"
},
"bugs": {
"url": "https://github.com/app-generator/bulmaplay/issues",
"email": "support@appseed.us"
},
"author": "AppSeed App Generator <support@appseed.us> (https://appseed.us)",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {},
"devDependencies": {}
}

0 comments on commit 20d31f6

Please sign in to comment.