From b2d224ad9d16212ec7f8f8acd87c02b811c8d3a0 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Fri, 22 Feb 2019 10:56:47 +0100 Subject: [PATCH] update license headers --- src/pycalver/config.py | 4 ++-- src/pycalver/lex_id.py | 4 ++-- src/pycalver/parse.py | 4 ++-- src/pycalver/patterns.py | 4 ++-- src/pycalver/rewrite.py | 4 ++-- src/pycalver/vcs.py | 4 ++-- src/pycalver/version.py | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/pycalver/config.py b/src/pycalver/config.py index e27161f..6af41a8 100644 --- a/src/pycalver/config.py +++ b/src/pycalver/config.py @@ -1,7 +1,7 @@ # This file is part of the pycalver project -# https://github.com/mbarkhau/pycalver +# https://gitlab.com/mbarkhau/pycalver # -# Copyright (c) 2018 Manuel Barkhau (@mbarkhau) - MIT License +# Copyright (c) 2019 Manuel Barkhau (mbarkhau@gmail.com) - MIT License # SPDX-License-Identifier: MIT """Parse setup.cfg or pycalver.cfg files.""" diff --git a/src/pycalver/lex_id.py b/src/pycalver/lex_id.py index 24a0b4f..5c6af28 100644 --- a/src/pycalver/lex_id.py +++ b/src/pycalver/lex_id.py @@ -1,7 +1,7 @@ # This file is part of the pycalver project -# https://github.com/mbarkhau/pycalver +# https://gitlab.com/mbarkhau/pycalver # -# Copyright (c) 2018 Manuel Barkhau (@mbarkhau) - MIT License +# Copyright (c) 2019 Manuel Barkhau (mbarkhau@gmail.com) - MIT License # SPDX-License-Identifier: MIT """A scheme for lexically ordered numerical ids. diff --git a/src/pycalver/parse.py b/src/pycalver/parse.py index 37ab352..491f15b 100644 --- a/src/pycalver/parse.py +++ b/src/pycalver/parse.py @@ -1,7 +1,7 @@ # This file is part of the pycalver project -# https://github.com/mbarkhau/pycalver +# https://gitlab.com/mbarkhau/pycalver # -# Copyright (c) 2018 Manuel Barkhau (@mbarkhau) - MIT License +# Copyright (c) 2019 Manuel Barkhau (mbarkhau@gmail.com) - MIT License # SPDX-License-Identifier: MIT """Parse PyCalVer strings from files.""" diff --git a/src/pycalver/patterns.py b/src/pycalver/patterns.py index a54a803..b7527c7 100644 --- a/src/pycalver/patterns.py +++ b/src/pycalver/patterns.py @@ -1,7 +1,7 @@ # This file is part of the pycalver project -# https://github.com/mbarkhau/pycalver +# https://gitlab.com/mbarkhau/pycalver # -# Copyright (c) 2018 Manuel Barkhau (mbarkhau@gmail.com) - MIT License +# Copyright (c) 2019 Manuel Barkhau (mbarkhau@gmail.com) - MIT License # SPDX-License-Identifier: MIT """Compose Regular Expressions from Patterns. diff --git a/src/pycalver/rewrite.py b/src/pycalver/rewrite.py index 771ea38..2f25535 100644 --- a/src/pycalver/rewrite.py +++ b/src/pycalver/rewrite.py @@ -1,7 +1,7 @@ # This file is part of the pycalver project -# https://github.com/mbarkhau/pycalver +# https://gitlab.com/mbarkhau/pycalver # -# (C) 2018 Manuel Barkhau (@mbarkhau) +# Copyright (c) 2019 Manuel Barkhau (mbarkhau@gmail.com) - MIT License # SPDX-License-Identifier: MIT """Rewrite files, updating occurences of version strings.""" diff --git a/src/pycalver/vcs.py b/src/pycalver/vcs.py index 9312845..8880252 100644 --- a/src/pycalver/vcs.py +++ b/src/pycalver/vcs.py @@ -1,7 +1,7 @@ # This file is part of the pycalver project -# https://github.com/mbarkhau/pycalver +# https://gitlab.com/mbarkhau/pycalver # -# Copyright (c) 2018 Manuel Barkhau (@mbarkhau) - MIT License +# Copyright (c) 2019 Manuel Barkhau (mbarkhau@gmail.com) - MIT License # SPDX-License-Identifier: MIT # # pycalver/vcs.py (this file) is based on code from the diff --git a/src/pycalver/version.py b/src/pycalver/version.py index 21dab6c..af9c3a7 100644 --- a/src/pycalver/version.py +++ b/src/pycalver/version.py @@ -1,7 +1,7 @@ # This file is part of the pycalver project -# https://github.com/mbarkhau/pycalver +# https://gitlab.com/mbarkhau/pycalver # -# Copyright (c) 2018 Manuel Barkhau (@mbarkhau) - MIT License +# Copyright (c) 2019 Manuel Barkhau (mbarkhau@gmail.com) - MIT License # SPDX-License-Identifier: MIT """Functions related to version string manipulation."""