Просмотр исходного кода

Link license corrections

Follow-up for 7316bdc99f24fb37363e3945fa01a74c9baad862
Oleg Gaidarenko 6 лет назад
Родитель
Сommit
8ac5c91004
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      README.md
  2. 1 1
      scripts/grunt/options/compress.js

+ 1 - 1
README.md

@@ -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).
 

+ 1 - 1
scripts/grunt/options/compress.js

@@ -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 %>/',
         }
       ]