We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7451f1f commit dadee74Copy full SHA for dadee74
src/reuse/copyright.py
@@ -160,7 +160,7 @@ def uppercase_name(name: str) -> str:
160
class YearRange:
161
"""Represents a year range, such as '2017-2025', or '2017'. This only
162
represents a single range; multiple separated ranges should be put in a
163
- collection.
+ collection (typically a tuple).
164
"""
165
166
#: The first year in the range. If it is only a single year, this is the
@@ -417,7 +417,7 @@ def _most_common_prefix(
417
418
@dataclass(frozen=True)
419
class CopyrightNotice:
420
- """Represents a single copyright statement."""
+ """Represents a single copyright notice."""
421
422
#: The copyright holder.
423
name: str
0 commit comments