From 20d31f60336e2016144ffa9320964f0abb2fcb45 Mon Sep 17 00:00:00 2001 From: App Generator Date: Sat, 6 Feb 2021 08:58:23 +0200 Subject: [PATCH] v1.0.0-rc1 - Update Licensing information - Add CHANGELOG.md to track all changes --- CHANGELOG.md | 7 +++++++ LICENSE.md | 31 +++++++++++++++++++++++++++++++ package.json | 21 +++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 LICENSE.md create mode 100644 package.json diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a973e58 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Change Log + +## [1.0.0] 2021-02-06 +### Initial Release + +- Update Licensing information +- Add CHANGELOG.md to track all changes diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..c8132fd --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,31 @@ +# MIT License + +Copyright (c) 2019 - present [AppSeed](http://appseed.us/) + +
+ +## Licensing Information + +
+ +| 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 | + +
+ +--- +For more information regarding licensing, please contact the AppSeed Service < *support@appseed.us* > diff --git a/package.json b/package.json new file mode 100644 index 0000000..87d1178 --- /dev/null +++ b/package.json @@ -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 (https://appseed.us)", + "engines": { + "node": ">=10.0.0" + }, + "dependencies": {}, + "devDependencies": {} +} \ No newline at end of file