Skip to content

Commit

Permalink
Updated license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nromashchenko committed Nov 25, 2024
1 parent 8a43650 commit 0bbb6e9
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 1 deletion.
1 change: 1 addition & 0 deletions omamer/HOGParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
HOGPROP - Propagation of Gene Ontology (GO) annotations through
Hierarchical Orthologous Groups (HOGs) from the OMA project.
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2015-2023 Alex Warwick Vesztrocy <[email protected]>
This file is part of HOGPROP. It contains a module for parsing an
Expand Down
3 changes: 2 additions & 1 deletion omamer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OMAmer - tree-driven and alignment-free protein assignment to sub-families
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2022-2023 Alex Warwick Vesztrocy <[email protected]>
(C) 2019-2021 Victor Rossier <[email protected]> and
Alex Warwick Vesztrocy <[email protected]>
Expand All @@ -24,6 +25,6 @@

__packagename__ = "omamer"
__version__ = "2.0.5"
__copyright__ = "(C) 2019-{:d} Victor Rossier <[email protected]> and Alex Warwick Vesztrocy <[email protected]>".format(
__copyright__ = "(C) 2019-{:d} Victor Rossier <[email protected]> and Alex Warwick Vesztrocy <[email protected]> and Nikolai Romashchenko <[email protected]>".format(
date.today().year
)
24 changes: 24 additions & 0 deletions omamer/_clock.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
"""
OMAmer - tree-driven and alignment-free protein assignment to sub-families
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2022-2023 Alex Warwick Vesztrocy <[email protected]>
(C) 2019-2021 Victor Rossier <[email protected]> and
Alex Warwick Vesztrocy <[email protected]>
This file is part of OMAmer.
OMAmer is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
OMAmer is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with OMAmer. If not, see <http://www.gnu.org/licenses/>.
"""

import ctypes

# Access the _PyTime_AsSecondsDouble and _PyTime_GetSystemClock functions from pythonapi
Expand Down
1 change: 1 addition & 0 deletions omamer/_runners.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OMAmer - tree-driven and alignment-free protein assignment to sub-families
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2022-2023 Alex Warwick Vesztrocy <[email protected]>
(C) 2019-2021 Victor Rossier <[email protected]> and
Alex Warwick Vesztrocy <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions omamer/_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OMAmer - tree-driven and alignment-free protein assignment to sub-families
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2022-2023 Alex Warwick Vesztrocy <[email protected]>
(C) 2019-2021 Victor Rossier <[email protected]> and
Alex Warwick Vesztrocy <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions omamer/database.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OMAmer - tree-driven and alignment-free protein assignment to sub-families
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2022-2023 Alex Warwick Vesztrocy <[email protected]>
(C) 2019-2021 Victor Rossier <[email protected]> and
Alex Warwick Vesztrocy <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions omamer/hierarchy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OMAmer - tree-driven and alignment-free protein assignment to sub-families
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2022-2023 Alex Warwick Vesztrocy <[email protected]>
(C) 2019-2021 Victor Rossier <[email protected]> and
Alex Warwick Vesztrocy <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions omamer/index.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OMAmer - tree-driven and alignment-free protein assignment to sub-families
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2022-2023 Alex Warwick Vesztrocy <[email protected]>
(C) 2019-2021 Victor Rossier <[email protected]> and
Alex Warwick Vesztrocy <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions omamer/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OMAmer - tree-driven and alignment-free protein assignment to sub-families
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2022-2023 Alex Warwick Vesztrocy <[email protected]>
(C) 2019-2021 Victor Rossier <[email protected]> and
Alex Warwick Vesztrocy <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions omamer/merge_search.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OMAmer - tree-driven and alignment-free protein assignment to sub-families
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2022-2023 Alex Warwick Vesztrocy <[email protected]>
(C) 2019-2021 Victor Rossier <[email protected]> and
Alex Warwick Vesztrocy <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions omamer/results_reader.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OMAmer - tree-driven and alignment-free protein assignment to sub-families
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2022-2023 Alex Warwick Vesztrocy <[email protected]>
(C) 2019-2021 Victor Rossier <[email protected]> and
Alex Warwick Vesztrocy <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions omamer/sequence_buffer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OMAmer - tree-driven and alignment-free protein assignment to sub-families
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2022-2023 Alex Warwick Vesztrocy <[email protected]>
(C) 2019-2021 Victor Rossier <[email protected]> and
Alex Warwick Vesztrocy <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions omamer/sequence_reader.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OMAmer - tree-driven and alignment-free protein assignment to sub-families
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2022-2023 Alex Warwick Vesztrocy <[email protected]>
(C) 2019-2021 Victor Rossier <[email protected]> and
Alex Warwick Vesztrocy <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
OMAmer - tree-driven and alignment-free protein assignment to sub-families
(C) 2024 Nikolai Romashchenko <[email protected]>
(C) 2022-2023 Alex Warwick Vesztrocy <[email protected]>
(C) 2019-2021 Victor Rossier <[email protected]> and
Alex Warwick Vesztrocy <[email protected]>
Expand Down

0 comments on commit 0bbb6e9

Please sign in to comment.