Преглед на файлове

Merge pull request #16144 from markelog/license-2

Link license corrections
Torkel Ödegaard преди 6 години
родител
ревизия
10d46bb61c
променени са 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 %>/',
         }
       ]