mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
update license headers
This commit is contained in:
parent
70ea1f20ba
commit
b2d224ad9d
7 changed files with 14 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is part of the pycalver project
|
# 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
|
# SPDX-License-Identifier: MIT
|
||||||
"""Parse setup.cfg or pycalver.cfg files."""
|
"""Parse setup.cfg or pycalver.cfg files."""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is part of the pycalver project
|
# 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
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
"""A scheme for lexically ordered numerical ids.
|
"""A scheme for lexically ordered numerical ids.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is part of the pycalver project
|
# 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
|
# SPDX-License-Identifier: MIT
|
||||||
"""Parse PyCalVer strings from files."""
|
"""Parse PyCalVer strings from files."""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is part of the pycalver project
|
# 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
|
# SPDX-License-Identifier: MIT
|
||||||
"""Compose Regular Expressions from Patterns.
|
"""Compose Regular Expressions from Patterns.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is part of the pycalver project
|
# 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
|
# SPDX-License-Identifier: MIT
|
||||||
"""Rewrite files, updating occurences of version strings."""
|
"""Rewrite files, updating occurences of version strings."""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is part of the pycalver project
|
# 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
|
# SPDX-License-Identifier: MIT
|
||||||
#
|
#
|
||||||
# pycalver/vcs.py (this file) is based on code from the
|
# pycalver/vcs.py (this file) is based on code from the
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# This file is part of the pycalver project
|
# 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
|
# SPDX-License-Identifier: MIT
|
||||||
"""Functions related to version string manipulation."""
|
"""Functions related to version string manipulation."""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue