Skip to content

Commit

Permalink
Run copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Sep 8, 2024
1 parent 3505192 commit e8ba0c5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/recipes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.. tvrip: extract and transcode DVDs of TV series
..
.. Copyright (c) 2024 Dave Jones <[email protected]>
..
.. SPDX-License-Identifier: GPL-3.0-or-later
==========
Recipes
==========
Expand Down
6 changes: 6 additions & 0 deletions tests/test_xml.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# tvrip: extract and transcode DVDs of TV series
#
# Copyright (c) 2024 Dave Jones <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later

from unittest import mock

import pytest
Expand Down
6 changes: 6 additions & 0 deletions tvrip/xml.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# tvrip: extract and transcode DVDs of TV series
#
# Copyright (c) 2024 Dave Jones <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later

"Provides an XML element factory"

import xml.etree.ElementTree as et
Expand Down

0 comments on commit e8ba0c5

Please sign in to comment.