diff options
Diffstat (limited to 'vid-webpack-master')
-rw-r--r-- | vid-webpack-master/LICENSE | 2 | ||||
-rw-r--r-- | vid-webpack-master/README.md | 2 | ||||
-rw-r--r-- | vid-webpack-master/package.json | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/vid-webpack-master/LICENSE b/vid-webpack-master/LICENSE index ad6b74029..90ec86ce4 100644 --- a/vid-webpack-master/LICENSE +++ b/vid-webpack-master/LICENSE @@ -1,3 +1,5 @@ +The vid-webpack-master project is provided under the Apache License, version 2.0 (Apache-2.0). It includes code from the angular-webpack template files, which were originally provided under the following license: + The MIT License (MIT) Copyright (c) 2016 Preboot team diff --git a/vid-webpack-master/README.md b/vid-webpack-master/README.md index 5c37773bd..25a7588b4 100644 --- a/vid-webpack-master/README.md +++ b/vid-webpack-master/README.md @@ -145,5 +145,5 @@ We have good experience using these editors: * [Sublime Text](http://www.sublimetext.com/3) with [Typescript-Sublime-Plugin](https://github.com/Microsoft/Typescript-Sublime-plugin#installation) # License +The vid-webpack-master project is provided under the Apache License, version 2.0 (Apache-2.0). It includes code from the angular-webpack template files, which were originally provided under the MIT license. -[MIT](/LICENSE) diff --git a/vid-webpack-master/package.json b/vid-webpack-master/package.json index 8cb4b927d..168ad95e0 100644 --- a/vid-webpack-master/package.json +++ b/vid-webpack-master/package.json @@ -1,7 +1,7 @@ { "name": "vid-cli", "version": "0.0.0", - "license": "MIT", + "license": "Apache-2.0", "scripts": { "ng": "ng", "start": "ng serve --port 4201", |