diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..2835367 --- /dev/null +++ b/COPYING @@ -0,0 +1,7 @@ +Copyright (c) 2022 Vergara Technologies LLC + +This package ("Original Work") is licensed under the terms of the Bootstrap +Open Source License, version 1.0, or at your option, any later version +("BOSL"). See the file ./LICENSE for the terms of the Bootstrap Open Source +Licence, version 1.0. + diff --git a/LICENSE b/LICENSE index 099f1aa..3c7592f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 Vergara Technologies +Copyright (c) 2022 Vergara Technologies LLC ======================================================= Bootstrap Open Source Licence ("BOSL") v. 1.0 diff --git a/package.yaml b/package.yaml index 6341f22..8933323 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ name: zgo-backend -version: 0.1.0.0 +version: 0.1.0.1 git: "https://gitlab.com/pitmutt/zgo-backend" -license: MIT +license: BOSL author: "Rene Vergara" maintainer: "rene@vergara.network" copyright: "Copyright (c) 2022 Vergara Technologies LLC" @@ -9,6 +9,7 @@ copyright: "Copyright (c) 2022 Vergara Technologies LLC" extra-source-files: - README.md - ChangeLog.md +- zgo.cfg # Metadata used when publishing your package synopsis: Haskell Back-end for the ZGo point-of-sale application diff --git a/zgo-backend.cabal b/zgo-backend.cabal index 3f2f324..9f2aa65 100644 --- a/zgo-backend.cabal +++ b/zgo-backend.cabal @@ -5,19 +5,20 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: zgo-backend -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Haskell Back-end for the ZGo point-of-sale application description: Please see the README on GitLab at category: Web author: Rene Vergara maintainer: rene@vergara.network copyright: Copyright (c) 2022 Vergara Technologies LLC -license: MIT +license: BOSL license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md + zgo.cfg source-repository head type: git