Merge pull request #16144 from markelog/license-2

Link license corrections
This commit is contained in:
Torkel Ödegaard
2019-03-22 13:00:22 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -163,5 +163,5 @@ plugin development.
## License
Grafana is distributed under [Apache 2.0 License](https://github.com/grafana/grafana/blob/master/LICENSE.md).
Grafana is distributed under [Apache 2.0 License](https://github.com/grafana/grafana/blob/master/LICENSE).

View File

@@ -15,7 +15,7 @@ module.exports = function(config) {
},
{
expand: true,
src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
src: ['LICENSE', 'README.md', 'NOTICE.md'],
dest: '<%= pkg.name %>-<%= pkg.version %>/',
}
]