Skip to content

Commit 86460bc

Browse files
committed
Updated License date and copy
1 parent 91e599f commit 86460bc

26 files changed

+287
-14
lines changed

HEADER.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# py-ard
3-
# Copyright (c) 2018 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
3+
# Copyright (c) 2023 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
44
#
55
# This library is free software; you can redistribute it and/or modify it
66
# under the terms of the GNU Lesser General Public License as published

pyard/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#
44
# py-ard
5-
# Copyright (c) 2018 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
5+
# Copyright (c) 2023 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
66
#
77
# This library is free software; you can redistribute it and/or modify it
88
# under the terms of the GNU Lesser General Public License as published

pyard/ard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# py-ard
4-
# Copyright (c) 2020 Be The Match operated by National Marrow Donor Program.
4+
# Copyright (c) 2023 Be The Match operated by National Marrow Donor Program.
55
# All Rights Reserved.
66
#
77
# This library is free software; you can redistribute it and/or modify it

pyard/blender.py

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
#
2+
# py-ard
3+
# Copyright (c) 2023 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
4+
#
5+
# This library is free software; you can redistribute it and/or modify it
6+
# under the terms of the GNU Lesser General Public License as published
7+
# by the Free Software Foundation; either version 3 of the License, or (at
8+
# your option) any later version.
9+
#
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
12+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
13+
# License for more details.
14+
#
15+
# You should have received a copy of the GNU Lesser General Public License
16+
# along with this library; if not, write to the Free Software Foundation,
17+
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
18+
#
19+
# > http://www.fsf.org/licensing/licenses/lgpl.html
20+
# > http://www.opensource.org/licenses/lgpl-license.php
21+
#
22+
123
# drbx blender
224

325

pyard/broad_splits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# py-ard
4-
# Copyright (c) 2020 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
4+
# Copyright (c) 2023 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
55
#
66
# This library is free software; you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published

pyard/constants.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
#
2+
# py-ard
3+
# Copyright (c) 2023 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
4+
#
5+
# This library is free software; you can redistribute it and/or modify it
6+
# under the terms of the GNU Lesser General Public License as published
7+
# by the Free Software Foundation; either version 3 of the License, or (at
8+
# your option) any later version.
9+
#
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
12+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
13+
# License for more details.
14+
#
15+
# You should have received a copy of the GNU Lesser General Public License
16+
# along with this library; if not, write to the Free Software Foundation,
17+
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
18+
#
19+
# > http://www.fsf.org/licensing/licenses/lgpl.html
20+
# > http://www.opensource.org/licenses/lgpl-license.php
21+
#
122
import re
223

324
DEFAULT_CACHE_SIZE = 1_000

pyard/data_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# py-ard
4-
# Copyright (c) 2020 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
4+
# Copyright (c) 2023 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
55
#
66
# This library is free software; you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published

pyard/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# py-ard
4-
# Copyright (c) 2020 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
4+
# Copyright (c) 2023 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
55
#
66
# This library is free software; you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published

pyard/drbx.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
#
2+
# py-ard
3+
# Copyright (c) 2023 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
4+
#
5+
# This library is free software; you can redistribute it and/or modify it
6+
# under the terms of the GNU Lesser General Public License as published
7+
# by the Free Software Foundation; either version 3 of the License, or (at
8+
# your option) any later version.
9+
#
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
12+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
13+
# License for more details.
14+
#
15+
# You should have received a copy of the GNU Lesser General Public License
16+
# along with this library; if not, write to the Free Software Foundation,
17+
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
18+
#
19+
# > http://www.fsf.org/licensing/licenses/lgpl.html
20+
# > http://www.opensource.org/licenses/lgpl-license.php
21+
#
122
from typing import Tuple, List
223

324

pyard/exceptions.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
#
2+
# py-ard
3+
# Copyright (c) 2023 Be The Match operated by National Marrow Donor Program. All Rights Reserved.
4+
#
5+
# This library is free software; you can redistribute it and/or modify it
6+
# under the terms of the GNU Lesser General Public License as published
7+
# by the Free Software Foundation; either version 3 of the License, or (at
8+
# your option) any later version.
9+
#
10+
# This library is distributed in the hope that it will be useful, but WITHOUT
11+
# ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
12+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
13+
# License for more details.
14+
#
15+
# You should have received a copy of the GNU Lesser General Public License
16+
# along with this library; if not, write to the Free Software Foundation,
17+
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
18+
#
19+
# > http://www.fsf.org/licensing/licenses/lgpl.html
20+
# > http://www.opensource.org/licenses/lgpl-license.php
21+
#
122
class PyArdError(Exception):
223
"""
324
Base Class for All py-ard Errors

0 commit comments

Comments
 (0)