Skip to content

Commit

Permalink
Add Copyright headers; update email address.
Browse files Browse the repository at this point in the history
skip-checks: true
# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
#
# On branch main
# Your branch is up to date with 'origin/main'.
#
# Changes to be committed:
#	modified:   src/tartex/__about__.py
#	modified:   src/tartex/__init__.py
#	modified:   src/tartex/tartex.py
#	modified:   tests/conftest.py
#	modified:   tests/test_basic_latex.py
#	modified:   tests/test_bib.py
#	modified:   tests/test_latexmkopt.py
#
  • Loading branch information
badshah400 committed Feb 12, 2024
1 parent 5f56201 commit 972a818
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tartex/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present Atri Bhattacharya <[email protected]>
# SPDX-FileCopyrightText: 2024-present Atri Bhattacharya <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion src/tartex/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-FileCopyrightText: 2024-present Atri Bhattacharya <[email protected]>
# SPDX-FileCopyrightText: 2024-present Atri Bhattacharya <[email protected]>
#
# SPDX-License-Identifier: MIT
4 changes: 4 additions & 0 deletions src/tartex/tartex.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# vim: set ai et ts=4 sw=4 tw=80:
# SPDX-FileCopyrightText: 2024-present Atri Bhattacharya <[email protected]>
#
# SPDX-License-Identifier: MIT
#
"""tartex module"""

import argparse
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vim: set ai et ts=4 sw=4 tw=80:
# SPDX-FileCopyrightText: 2024-present Atri Bhattacharya <[email protected]>
# SPDX-FileCopyrightText: 2024-present Atri Bhattacharya <[email protected]>
#
# SPDX-License-Identifier: MIT

Expand Down
1 change: 1 addition & 0 deletions tests/test_basic_latex.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# vim: set ai et ts=4 sw=4 tw=80:
# SPDX-FileCopyrightText: 2024-present Atri Bhattacharya <[email protected]>
#
# SPDX-License-Identifier: MIT
Expand Down
4 changes: 4 additions & 0 deletions tests/test_bib.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# vim:set et sw=4 ts=4 tw=80:
# SPDX-FileCopyrightText: 2024-present Atri Bhattacharya <[email protected]>
#
# SPDX-License-Identifier: MIT
#
"""
Test inclusion and exclusion of .bib files
"""
Expand Down
4 changes: 4 additions & 0 deletions tests/test_latexmkopt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# vim:set et sw=4 ts=4 tw=80:
# SPDX-FileCopyrightText: 2024-present Atri Bhattacharya <[email protected]>
#
# SPDX-License-Identifier: MIT
#
"""
Tests for passing various TeX processors to latexmk
"""
Expand Down

0 comments on commit 972a818

Please sign in to comment.