Skip to content

Commit 81055bb

Browse files
committed
Update copyright years
1 parent b36cc06 commit 81055bb

29 files changed

Lines changed: 29 additions & 29 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2018, Stack contributors
1+
Copyright (c) 2015-2019, Stack contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

doc/yaml_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ templates:
794794
author-name: Your Name
795795
author-email: youremail@example.com
796796
category: Your Projects Category
797-
copyright: 'Copyright (c) 2018 Your Name'
797+
copyright: 'Copyright (c) 2019 Your Name'
798798
github-username: yourusername
799799
```
800800

etc/scripts/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2018, Stack contributors
1+
Copyright (c) 2015-2019, Stack contributors
22

33
All rights reserved.
44

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site_description: The Haskell Tool Stack
33
site_author: Stack contributors
44
repo_url: https://github.com/commercialhaskell/stack/
55
edit_uri: edit/stable/doc/
6-
copyright: Copyright (c) 2015-2018, Stack contributors
6+
copyright: Copyright (c) 2015-2019, Stack contributors
77
docs_dir: doc
88
site_dir: _site
99
theme: readthedocs

src/Stack/Sig.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{-|
33
Module : Stack.Sig
44
Description : GPG Signatures for Stack
5-
Copyright : (c) 2015-2018, Stack contributors
5+
Copyright : (c) 2015-2019, Stack contributors
66
License : BSD3
77
Maintainer : Tim Dysinger <tim@fpcomplete.com>
88
Stability : experimental

src/Stack/Sig/GPG.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{-|
66
Module : Stack.Sig.GPG
77
Description : GPG Functions
8-
Copyright : (c) 2015-2018, Stack contributors
8+
Copyright : (c) 2015-2019, Stack contributors
99
License : BSD3
1010
Maintainer : Tim Dysinger <tim@fpcomplete.com>
1111
Stability : experimental

src/Stack/Sig/Sign.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{-|
77
Module : Stack.Sig.Sign
88
Description : Signing Packages
9-
Copyright : (c) 2015-2018, Stack contributors
9+
Copyright : (c) 2015-2019, Stack contributors
1010
License : BSD3
1111
Maintainer : Tim Dysinger <tim@fpcomplete.com>
1212
Stability : experimental

src/Stack/Types/Sig.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{-|
77
Module : Stack.Types.Sig
88
Description : Signature Types
9-
Copyright : (c) 2015-2018, Stack contributors
9+
Copyright : (c) 2015-2019, Stack contributors
1010
License : BSD3
1111
Maintainer : Tim Dysinger <tim@fpcomplete.com>
1212
Stability : experimental

subs/pantry/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Please see the README and documentation at <https://www.stackage.or
55
category: Development
66
author: Michael Snoyman
77
maintainer: michael@snoyman.com
8-
copyright: 2018 FP Complete
8+
copyright: 2018-2019 FP Complete
99
license: MIT
1010
github: commercialhaskell/pantry # TODO move to this repo!
1111

subs/pantry/pantry.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ homepage: https://github.com/commercialhaskell/pantry#readme
1515
bug-reports: https://github.com/commercialhaskell/pantry/issues
1616
author: Michael Snoyman
1717
maintainer: michael@snoyman.com
18-
copyright: 2018 FP Complete
18+
copyright: 2018-2019 FP Complete
1919
license: MIT
2020
build-type: Simple
2121
extra-source-files:

0 commit comments

Comments
 (0)