From de7de284d59b1132ad82d7742136a322c291f69f Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Thu, 4 Jun 2020 15:11:18 +0100 Subject: [PATCH] Update footer license text --- src/nginxconfig/i18n/en/templates/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nginxconfig/i18n/en/templates/app.js b/src/nginxconfig/i18n/en/templates/app.js index dc4a75b..1decf60 100644 --- a/src/nginxconfig/i18n/en/templates/app.js +++ b/src/nginxconfig/i18n/en/templates/app.js @@ -36,5 +36,5 @@ export default { globalConfig: 'Global config', setup: 'Setup', configFiles: 'Config files', - oss: 'This tool is {link|open-source on GitHub|https://github.com/digitalocean/nginxconfig.io} under the {link|Apache-2.0|https://github.com/digitalocean/nginxconfig.io/blob/master/LICENSE} license! We welcome feedback and contributions.', + oss: 'This tool is {link|open-source on GitHub|https://github.com/digitalocean/nginxconfig.io} under the {link|MIT|https://github.com/digitalocean/nginxconfig.io/blob/master/LICENSE} license! We welcome feedback and contributions.', };