From 789dd734546041d7d8ef15088f1864b5f2e39e41 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 16 Nov 2021 21:12:48 -0500 Subject: [PATCH] Fix license identifiers --- bower.json | 2 +- package.json | 2 +- spago.dhall | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 8bd1428..4a478dc 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "purescript-ps-cst", "license": [ - "Apache-2.0" + "BSD-3-Clause" ], "repository": { "type": "git", diff --git a/package.json b/package.json index 6ac0d27..83df2c7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "purescript-ps-cst", "version": "1.0.0", "repository": "https://github.com/purescript-codegen/purescript-ps-cst", - "license": "BSD", + "license": "BSD-3-Clause", "devDependencies": { "disparity": "^3.0.0" } diff --git a/spago.dhall b/spago.dhall index 7136384..a01a0c6 100644 --- a/spago.dhall +++ b/spago.dhall @@ -25,6 +25,6 @@ ] , packages = ./packages.dhall , sources = [ "src/**/*.purs", "test/**/*.purs" ] -, license = "Apache-2.0" +, license = "BSD-3-Clause" , repository = "https://github.com/purescript-codegen/purescript-ps-cst" }