Skip to content

Commit 7c83e5b

Browse files
committed
Release 2.5.0 (240103)
1 parent db79728 commit 7c83e5b

File tree

726 files changed

+955
-715
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

726 files changed

+955
-715
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
2.5.0 (unreleased)
4+
2.5.0 (2024-01-03)
55
------------------
66

77
- #2459 Fix default landing page is not considered in clients listing

CONTRIBUTORS.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Translators
119119
- Fitra Purna, fitra_purna@yahoo.co.id, Indonesian (id)
120120
- Alessandro Ciai, a.ciai@btree.it, Italian (it)
121121
- Alberto De Boni, albertodeboni@gmail.com, Italian (it)
122+
- Gianluigi Tiesi, sherpya@gmail.com, Italian (it)
122123
- warfox, a.deboni@neobe.it, Italian (it)
123124
- Raffaele Filannino, raffaele.filannino@gmail.com, Italian (it)
124125
- Luca Salemmi, lusalemmi@gmail.com, Italian (it)
@@ -131,6 +132,7 @@ Translators
131132
- Piotr Turek, piotr.turek@borpol.com.pl, Polish (pl)
132133
- Ryszard Grodowski, ryszard@grodowski.com, Polish (pl)
133134
- Frederico Ribeiro, freddy.boc@gmail.com, Portuguese (pt)
135+
- diassuncao diassuncao, diassuncao@gmail.com, Portuguese (Brazil) (pt_BR)
134136
- Irapuan Coleto Bottosso, ibottosso@gmail.com, Portuguese (Brazil) (pt_BR)
135137
- Camila Barreto, kmila.barreto@gmail.com, Portuguese (Brazil) (pt_BR)
136138
- PabloBF, pablobusattof@gmail.com, Portuguese (Brazil) (pt_BR)
@@ -149,20 +151,21 @@ Translators
149151
- Pavel Shuper, shuper@bionixlab.com, Russian (ru)
150152
- Михаил Стручалин, m.struchalin@gmail.com, Russian (ru)
151153
- nchrom, nchrom@gmail.com, Russian (ru)
152-
- alex r, aa989190f363e46d@googlemail.com, Russian (ru)
154+
- alex r, transifex.com@rmpl.of.by, Russian (ru)
153155
- Suphachock Upalee, suphamew@gmail.com, Thai (th)
154156
- Burak ÇAM, burakcam@akdeniz.edu.tr, Turkish (Turkey) (tr_TR)
155157
- tekbaspinar, tekbaspinar@gmail.com, Turkish (Turkey) (tr_TR)
156158
- Yildiz Oezkan, perry@wysiwyg.ch, Turkish (Turkey) (tr_TR)
157159
- Dima Domin, dima.domin@gmail.com, Ukrainian (Ukraine) (uk_UA)
158160
- Misha Bychkov, mich.bychkov@gmail.com, Ukrainian (Ukraine) (uk_UA)
159161
- Pavel Shuper, shuper@bionixlab.com, Ukrainian (Ukraine) (uk_UA)
162+
- Roman Sobol, romansobolua@gmail.com, Ukrainian (Ukraine) (uk_UA)
160163
- Muzzammil Hussain, dexter.hussain@gmail.com, Urdu (ur)
161164
- Kevin Xu, 139526780@qq.com, Chinese (zh)
162165
- Rui Tang, bio.nanoparticle@gmail.com, Chinese (zh)
163166
- xuhaida76, xuhaida@gmail.com, Chinese (China) (zh_CN)
167+
- YD L., liangyuandong.1990@aliyun.com, Chinese (China) (zh_CN)
164168
- Raymond Yu, cl_yu@hotmail.com, Chinese (China) (zh_CN)
165-
- 道, liangyuandong.1990@aliyun.com, Chinese (China) (zh_CN)
166169
- lin chen, aling1472@163.com, Chinese (China) (zh_CN)
167170
- Rui Tang, bio.nanoparticle@gmail.com, Chinese (China) (zh_CN)
168171
- jincheng_li, 394428196@qq.com, Chinese (China) (zh_CN)

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Feedback and support
7979
License
8080
=======
8181

82-
**SENAITE.CORE** Copyright (C) 2018-2023 RIDING BYTES & NARALABS
82+
**SENAITE.CORE** Copyright (C) 2018-2024 RIDING BYTES & NARALABS
8383

8484
This software, henceforth "SENAITE.CORE" is an add-on for the
8585
`Plone CMS <https://plone.org/>`_ and a derivative work of BIKA LIMS.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121

@@ -54,7 +54,7 @@
5454

5555
# General information about the project.
5656
project = u'senaite.core'
57-
copyright = u'2018-2020, Riding Bytes & Naralabs'
57+
copyright = u'2018-2024, Riding Bytes & Naralabs'
5858

5959
# The version info for the project you're documenting, acts as replacement for
6060
# |version| and |release|, also used in various other places throughout the

docs/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
License
22
=======
33

4-
**SENAITE.CORE** Copyright (C) 2018-2020 RIDING BYTES & NARALABS
4+
**SENAITE.CORE** Copyright (C) 2018-2024 RIDING BYTES & NARALABS
55

66
`SENAITE.CORE`_ is available under the terms of the `GNU General Public
77
License, version 2`_ as published by the `Free Software Foundation`_.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2020 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from setuptools import setup

src/bika/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
try:

src/bika/lims/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import logging

src/bika/lims/adapters/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.

src/bika/lims/adapters/addsample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from zope.component import adapts

src/bika/lims/adapters/dynamicresultsrange.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

src/bika/lims/adapters/referencewidgetvocabulary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
# flake8:noqa

src/bika/lims/adapters/stickers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from zope.interface import implements

src/bika/lims/adapters/widgetvisibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

src/bika/lims/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import copy

src/bika/lims/api/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from collections import Mapping

src/bika/lims/api/analysisservice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import re

src/bika/lims/api/mail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import io

src/bika/lims/api/security.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import six

src/bika/lims/api/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import json

src/bika/lims/api/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import six

src/bika/lims/browser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121

src/bika/lims/browser/accreditation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from Products.CMFPlone.utils import safe_unicode

src/bika/lims/browser/analyses/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from .view import AnalysesView

src/bika/lims/browser/analyses/qc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from collections import OrderedDict

src/bika/lims/browser/analyses/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import json

src/bika/lims/browser/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims.interfaces import IAnalysis, IJSONReadExtender

src/bika/lims/browser/analysisprofile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims.interfaces import IJSONReadExtender, IAnalysisProfile

src/bika/lims/browser/analysisreport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

src/bika/lims/browser/analysisrequest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims.interfaces import IAnalysisRequest

src/bika/lims/browser/analysisrequest/add2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from collections import OrderedDict

src/bika/lims/browser/analysisrequest/analysisrequests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from senaite.core.browser.samples.view import SamplesView as AnalysisRequestsView

src/bika/lims/browser/analysisrequest/invoice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import _

src/bika/lims/browser/analysisrequest/manage_analyses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import collections

src/bika/lims/browser/analysisrequest/published_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

src/bika/lims/browser/analysisrequest/reject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims.browser import BrowserView

src/bika/lims/browser/analysisrequest/reject_samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import six

src/bika/lims/browser/analysisrequest/tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

src/bika/lims/browser/analysisrequest/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
from bika.lims import api

src/bika/lims/browser/analysisservice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this program; if not, write to the Free Software Foundation, Inc., 51
1616
# Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717
#
18-
# Copyright 2018-2021 by it's authors.
18+
# Copyright 2018-2024 by it's authors.
1919
# Some rights reserved, see README and LICENSE.
2020

2121
import json

0 commit comments

Comments
 (0)