Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copyright and maintainer #59

Merged
merged 4 commits into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020 Stack Builders Inc.
Copyright 2020-present Stack Builders Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions rollbar-cli/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.0
github: "stackbuilders/rollbar-haskell"
license: MIT
author: "Stack Builders Inc."
maintainer: "Sebastián Estrella <sestrella@stackbuilders.com>"
copyright: "2020 Stack Builders Inc."
maintainer: "David Mazarro <dmunuera@stackbuilders.com>"
copyright: "2020-present Stack Builders Inc."
tested-with: GHC ==8.8.4, GHC ==8.10.2

extra-source-files:
Expand Down
6 changes: 3 additions & 3 deletions rollbar-cli/rollbar-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: ae36db535e7a21e309f48e4c857393a81da222f654b304404a35074924504299
-- hash: c07bf1af31c5b866267fc85ec670e4af1162374603593d10d1d509c0fb6dbc92

name: rollbar-cli
version: 1.0.0
Expand All @@ -15,8 +15,8 @@ category: Network
homepage: https://github.com/stackbuilders/rollbar-haskell#readme
bug-reports: https://github.com/stackbuilders/rollbar-haskell/issues
author: Stack Builders Inc.
maintainer: Sebastián Estrella <sestrella@stackbuilders.com>
copyright: 2020 Stack Builders Inc.
maintainer: David Mazarro <dmunuera@stackbuilders.com>
copyright: 2020-present Stack Builders Inc.
license: MIT
license-file: LICENSE
tested-with:
Expand Down
2 changes: 1 addition & 1 deletion rollbar-cli/src/Rollbar/CLI.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- |
-- Module: Rollbar.CLI
-- Copyright: (c) 2020 Stack Builders Inc.
-- Copyright: (c) 2020-present Stack Builders Inc.
-- License: MIT
-- Maintainer: Sebastián Estrella <sestrella@stackbuilders.com>
module Rollbar.CLI
Expand Down
4 changes: 2 additions & 2 deletions rollbar-client/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.0
github: "stackbuilders/rollbar-haskell"
license: MIT
author: "Stack Builders Inc."
maintainer: "Sebastián Estrella <sestrella@stackbuilders.com>"
copyright: "2020 Stack Builders Inc."
maintainer: "David Mazarro <dmunuera@stackbuilders.com>"
copyright: "2020-present Stack Builders Inc."
tested-with: GHC ==8.8.4, GHC ==8.10.2

extra-source-files:
Expand Down
6 changes: 3 additions & 3 deletions rollbar-client/rollbar-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 125ccbaa8f8a1b3dab026c05c979880711d5f61ef9cf7323bfe23bda09bb3743
-- hash: 7da5a5954a90f46d394e2473225be065b9af60f16debf983e5f517d50dd7dce7

name: rollbar-client
version: 1.0.0
Expand All @@ -15,8 +15,8 @@ category: Network
homepage: https://github.com/stackbuilders/rollbar-haskell#readme
bug-reports: https://github.com/stackbuilders/rollbar-haskell/issues
author: Stack Builders Inc.
maintainer: Sebastián Estrella <sestrella@stackbuilders.com>
copyright: 2020 Stack Builders Inc.
maintainer: David Mazarro <dmunuera@stackbuilders.com>
copyright: 2020-present Stack Builders Inc.
license: MIT
license-file: LICENSE
tested-with:
Expand Down
2 changes: 1 addition & 1 deletion rollbar-client/src/Rollbar/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

-- |
-- Module: Rollbar.Client
-- Copyright: (c) 2020 Stack Builders Inc.
-- Copyright: (c) 2020-present Stack Builders Inc.
-- License: MIT
-- Maintainer: Sebastián Estrella <sestrella@stackbuilders.com>
module Rollbar.Client
Expand Down
4 changes: 2 additions & 2 deletions rollbar-wai/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.0
github: "stackbuilders/rollbar-haskell"
license: MIT
author: "Stack Builders Inc."
maintainer: "Sebastián Estrella <sestrella@stackbuilders.com>"
copyright: "2020 Stack Builders Inc."
maintainer: "David Mazarro <dmunuera@stackbuilders.com>"
copyright: "2020-present Stack Builders Inc."
tested-with: GHC ==8.8.4, GHC ==8.10.2

extra-source-files:
Expand Down
6 changes: 3 additions & 3 deletions rollbar-wai/rollbar-wai.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: ac188cecfff7139de33d798a8f28d9b0f071045ece47e95a25890f89a77b00c4
-- hash: 22fc7c0ac87561c87ece5a7fc5e7488798240e33a8e5f664ddb1359452f6e042

name: rollbar-wai
version: 1.0.0
Expand All @@ -16,8 +16,8 @@ category: Network
homepage: https://github.com/stackbuilders/rollbar-haskell#readme
bug-reports: https://github.com/stackbuilders/rollbar-haskell/issues
author: Stack Builders Inc.
maintainer: Sebastián Estrella <sestrella@stackbuilders.com>
copyright: 2020 Stack Builders Inc.
maintainer: David Mazarro <dmunuera@stackbuilders.com>
copyright: 2020-present Stack Builders Inc.
license: MIT
license-file: LICENSE
tested-with:
Expand Down
2 changes: 1 addition & 1 deletion rollbar-wai/src/Rollbar/Wai.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

-- |
-- Module: Rollbar.Wai
-- Copyright: (c) 2020 Stack Builders Inc.
-- Copyright: (c) 2020-present Stack Builders Inc.
-- License: MIT
-- Maintainer: Sebastián Estrella <sestrella@stackbuilders.com>
--
Expand Down
4 changes: 2 additions & 2 deletions rollbar-yesod/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.0
github: "stackbuilders/rollbar-haskell"
license: MIT
author: "Stack Builders Inc."
maintainer: "Sebastián Estrella <sestrella@stackbuilders.com>"
copyright: "2020 Stack Builders Inc."
maintainer: "David Mazarro <dmunuera@stackbuilders.com>"
copyright: "2020-present Stack Builders Inc."
tested-with: GHC ==8.8.4, GHC ==8.10.2

extra-source-files:
Expand Down
6 changes: 3 additions & 3 deletions rollbar-yesod/rollbar-yesod.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 2e5d6eb77f4bc9ff223f3a16bc8b92ced7f6ab18eedf7405d9978b8520be8de7
-- hash: 07ec6f4e4497c06c6b37555f1514fdd3b8751a689ac2dc6e254a71a79879a00e

name: rollbar-yesod
version: 1.0.0
Expand All @@ -16,8 +16,8 @@ category: Network
homepage: https://github.com/stackbuilders/rollbar-haskell#readme
bug-reports: https://github.com/stackbuilders/rollbar-haskell/issues
author: Stack Builders Inc.
maintainer: Sebastián Estrella <sestrella@stackbuilders.com>
copyright: 2020 Stack Builders Inc.
maintainer: David Mazarro <dmunuera@stackbuilders.com>
copyright: 2020-present Stack Builders Inc.
license: MIT
license-file: LICENSE
tested-with:
Expand Down
2 changes: 1 addition & 1 deletion rollbar-yesod/src/Rollbar/Yesod.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

-- |
-- Module: Rollbar.Yesod
-- Copyright: (c) 2020 Stack Builders Inc.
-- Copyright: (c) 2020-present Stack Builders Inc.
-- License: MIT
-- Maintainer: Sebastián Estrella <sestrella@stackbuilders.com>
--
Expand Down
Loading