Skip to content

Commit 4e4ad49

Browse files
committed
Change the license value to a valid SPDX identifier
1 parent 043d5a0 commit 4e4ad49

File tree

37 files changed

+37
-37
lines changed

37 files changed

+37
-37
lines changed

doc/cookbook/basic-auth/basic-auth.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cookbook-basic-auth
22
version: 0.1
33
synopsis: Basic Authentication cookbook example
44
homepage: http://docs.servant.dev/
5-
license: BSD3
5+
license: BSD-3-Clause
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors
88
maintainer: [email protected]

doc/cookbook/basic-streaming/basic-streaming.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cookbook-basic-streaming
22
version: 2.1
33
synopsis: Streaming in servant without streaming libs
44
homepage: http://docs.servant.dev/
5-
license: BSD3
5+
license: BSD-3-Clause
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors
88
maintainer: [email protected]

doc/cookbook/curl-mock/curl-mock.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cookbook-curl-mock
22
version: 0.1
33
synopsis: Generate curl mock requests cookbook example
44
homepage: http://docs.servant.dev
5-
license: BSD3
5+
license: BSD-3-Clause
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors
88
maintainer: [email protected]

doc/cookbook/custom-errors/custom-errors.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cookbook-custom-errors
22
version: 0.1
33
synopsis: Return custom error messages from combinators
44
homepage: http://docs.servant.dev
5-
license: BSD3
5+
license: BSD-3-Clause
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors
88
maintainer: [email protected]

doc/cookbook/db-mysql-basics/mysql-basics.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: mysql-basics
22
version: 0.1.0.0
33
synopsis: Simple MySQL API cookbook example
44
homepage: http://docs.servant.dev/
5-
license: BSD3
5+
license: BSD-3-Clause
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors
88
maintainer: [email protected]

doc/cookbook/db-postgres-pool/db-postgres-pool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cookbook-db-postgres-pool
22
version: 0.1
33
synopsis: Simple PostgreSQL connection pool cookbook example
44
homepage: http://docs.servant.dev/
5-
license: BSD3
5+
license: BSD-3-Clause
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors
88
maintainer: [email protected]

doc/cookbook/db-sqlite-simple/db-sqlite-simple.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cookbook-db-sqlite-simple
22
version: 0.1
33
synopsis: Simple SQLite DB cookbook example
44
homepage: http://docs.servant.dev/
5-
license: BSD3
5+
license: BSD-3-Clause
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors
88
maintainer: [email protected]

doc/cookbook/file-upload/file-upload.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cookbook-file-upload
22
version: 0.1
33
synopsis: File upload cookbook example
44
homepage: http://docs.servant.dev/
5-
license: BSD3
5+
license: BSD-3-Clause
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors
88
maintainer: [email protected]

doc/cookbook/generic/generic.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: cookbook-generic
22
version: 0.1
33
synopsis: Using custom monad to pass a state between handlers
44
homepage: http://docs.servant.dev/
5-
license: BSD3
5+
license: BSD-3-Clause
66
license-file: ../../../servant/LICENSE
77
author: Servant Contributors
88
maintainer: [email protected]

doc/cookbook/hoist-server-with-context/hoist-server-with-context.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ synopsis: JWT and basic access authentication with a Custom Monad coo
44
description: Using servant-auth to support both JWT-based and basic
55
authentication.
66
homepage: http://docs.servant.dev/
7-
license: BSD3
7+
license: BSD-3-Clause
88
license-file: ../../../servant/LICENSE
99
author: Servant Contributors
1010
maintainer: [email protected]

0 commit comments

Comments
 (0)