Update copyright years

This commit is contained in:
Veronika Romashkina 2021-03-23 14:50:39 +00:00
parent d77b9d8510
commit 301695f88d
No known key found for this signature in database
GPG Key ID: BF0E51A63E7FEC72
3 changed files with 8 additions and 5 deletions

View File

@ -3,7 +3,7 @@
`shellmet` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].
## Unreleased
## 0.0.4.0 — Mar 23, 2021
* [#20](https://github.com/kowainik/shellmet/issues/20):
Add `isSuccess` function to show if the command succeded.

View File

@ -9,7 +9,7 @@ license: MPL-2.0
license-file: LICENSE
author: Dmitrii Kovanikov
maintainer: Kowainik <xrom.xkov@gmail.com>
copyright: 2019-2020 Kowainik
copyright: 2019-2021 Kowainik
category: Shell, Command Line
build-type: Simple
extra-doc-files: README.md

View File

@ -4,9 +4,12 @@
{-# LANGUAGE TypeFamilies #-}
{- |
Copyright: (c) 2019-2020 Kowainik
SPDX-License-Identifier: MPL-2.0
Maintainer: Kowainik <xrom.xkov@gmail.com>
Module : Shellmet
Copyright : (c) 2019-2021 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <xrom.xkov@gmail.com>
Stability : Stable
Portability : Portable
This module contains neat utilities to be able to work with
shell commands in generic and simple way using just string literals.