Remove default license from app templates
Open
bug
- Dominant language
- JavaScript
- Stars
- 95
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
What does it mean to add the yaml 'license: Apache-2.0' to ext.config.yaml?
This is the default that gets added to every new dx-excshell extension:
```
runtimeManifest:
packages:
dx-excshell-1:
license: Apache-2.0
```
I have no idea what this even means? My manifest is open-source? What about the rest of my project? I don't get a default license in package.json ... This just looks sloppy and should be removed.
Contributor guide
Assessment
This issue has not been assessed yet.