Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
qorus
grafana
Commits
8ac5c910
Commit
8ac5c910
authored
Mar 22, 2019
by
Oleg Gaidarenko
Browse files
Link license corrections
Follow-up for
7316bdc9
parent
46a75099
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8ac5c910
...
...
@@ -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
)
.
scripts/grunt/options/compress.js
View file @
8ac5c910
...
...
@@ -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 %>/
'
,
}
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment