Skip to content

Commit 79b42a4

Browse files
committed
Bumped copyright year
1 parent cb55f26 commit 79b42a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (C) 2023 Miðeind ehf.
3+
Copyright (C) 2019-2024 Miðeind ehf.
44
Original author: Vilhjálmur Þorsteinsson
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Copyright and License
397397
:align: right
398398
:alt: Miðeind ehf.
399399

400-
**Copyright © 2023 Miðeind ehf.**
400+
**Copyright © 2019-2023 Miðeind ehf.**
401401

402402
GreynirCorrect's original author is *Vilhjálmur Þorsteinsson*.
403403

src/reynir_correct/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
from .wrappers import CorrectedSentence, CorrectionResult, GreynirCorrectAPI, ParseResultStats, check_errors
4848

4949
__author__ = "Miðeind ehf"
50-
__copyright__ = "(C) 2023 Miðeind ehf."
50+
__copyright__ = "(C) 2019-2024 Miðeind ehf."
5151
__version__ = importlib.metadata.version("reynir-correct")
5252

5353
__all__ = (

src/reynir_correct/readability.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Readability module
66
7-
Copyright (C) 2023 Miðeind ehf.
7+
Copyright (C) 2023-2024 Miðeind ehf.
88
99
This software is licensed under the MIT License:
1010

0 commit comments

Comments
 (0)