diff --git a/docs/recipes.rst b/docs/recipes.rst index c2cfcce..69b94a0 100644 --- a/docs/recipes.rst +++ b/docs/recipes.rst @@ -1,3 +1,9 @@ +.. tvrip: extract and transcode DVDs of TV series +.. +.. Copyright (c) 2024 Dave Jones +.. +.. SPDX-License-Identifier: GPL-3.0-or-later + ========== Recipes ========== diff --git a/tests/test_xml.py b/tests/test_xml.py index 18ed40a..eb05555 100644 --- a/tests/test_xml.py +++ b/tests/test_xml.py @@ -1,3 +1,9 @@ +# tvrip: extract and transcode DVDs of TV series +# +# Copyright (c) 2024 Dave Jones +# +# SPDX-License-Identifier: GPL-3.0-or-later + from unittest import mock import pytest diff --git a/tvrip/xml.py b/tvrip/xml.py index bb1082d..d912386 100644 --- a/tvrip/xml.py +++ b/tvrip/xml.py @@ -1,3 +1,9 @@ +# tvrip: extract and transcode DVDs of TV series +# +# Copyright (c) 2024 Dave Jones +# +# SPDX-License-Identifier: GPL-3.0-or-later + "Provides an XML element factory" import xml.etree.ElementTree as et