From 2c239d4e51e0e9f3a5fd3ccadc0f4893482efd60 Mon Sep 17 00:00:00 2001 From: John Bond Date: Fri, 27 Jan 2023 16:48:11 +0100 Subject: [PATCH] fix licence: update metadata.json licence This PR removes updates the licence in the metadata.json file to match the LICENCE file in the repo --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 789ec21..e52eab3 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "version": "3.0.0", "author": "Erik Dalen ", "summary": "Query functions for DNS", - "license": "Expat License", + "license": "MIT", "source": "https://github.com/dalen/puppet-dnsquery.git", "project_page": "https://github.com/dalen/puppet-dnsquery", "issues_url": "https://github.com/dalen/puppet-dnsquery/issues",