Skip to content

Commit bfbdda5

Browse files
committed
cleanup & version bump to 2.4.0
1 parent a60c498 commit bfbdda5

Some content is hidden

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

67 files changed

+204
-216
lines changed

src/alignment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MetaCache - Meta-Genomic Classification Tool
44
*
5-
* Copyright (C) 2016-2021 André Müller ([email protected])
5+
* Copyright (C) 2016-2024 André Müller ([email protected])
66
* & Christian Hundt ([email protected])
77
*
88
* based on an alignment algorithms implementation by Christian Hundt

src/bitmanip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MetaCache - Meta-Genomic Classification Tool
44
*
5-
* Copyright (C) 2016-2021 André Müller ([email protected])
5+
* Copyright (C) 2016-2024 André Müller ([email protected])
66
* & Robin Kobus ([email protected])
77
*
88
* This program is free software: you can redistribute it and/or modify

src/building.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MetaCache - Meta-Genomic Classification Tool
44
*
5-
* Copyright (C) 2016-2021 André Müller ([email protected])
5+
* Copyright (C) 2016-2024 André Müller ([email protected])
66
* & Robin Kobus ([email protected])
77
*
88
* This program is free software: you can redistribute it and/or modify

src/building.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MetaCache - Meta-Genomic Classification Tool
44
*
5-
* Copyright (C) 2016-2021 André Müller ([email protected])
5+
* Copyright (C) 2016-2024 André Müller ([email protected])
66
* & Robin Kobus ([email protected])
77
*
88
* This program is free software: you can redistribute it and/or modify

src/candidate_generation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MetaCache - Meta-Genomic Classification Tool
44
*
5-
* Copyright (C) 2016-2021 André Müller ([email protected])
5+
* Copyright (C) 2016-2024 André Müller ([email protected])
66
* & Robin Kobus ([email protected])
77
*
88
* This program is free software: you can redistribute it and/or modify

src/candidate_structs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MetaCache - Meta-Genomic Classification Tool
44
*
5-
* Copyright (C) 2016-2021 André Müller ([email protected])
5+
* Copyright (C) 2016-2024 André Müller ([email protected])
66
* & Robin Kobus ([email protected])
77
*
88
* This program is free software: you can redistribute it and/or modify

src/chunk_allocator.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MetaCache - Meta-Genomic Classification Tool
44
*
5-
* Copyright (C) 2016-2021 André Müller ([email protected])
5+
* Copyright (C) 2016-2024 André Müller ([email protected])
66
*
77
* This program is free software: you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by
@@ -26,7 +26,6 @@
2626
#include <algorithm>
2727
#include <iostream>
2828
#include <memory>
29-
//#include <mutex>
3029
#include <vector>
3130

3231

src/classification.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MetaCache - Meta-Genomic Classification Tool
44
*
5-
* Copyright (C) 2016-2021 André Müller ([email protected])
5+
* Copyright (C) 2016-2024 André Müller ([email protected])
66
* & Robin Kobus ([email protected])
77
*
88
* This program is free software: you can redistribute it and/or modify

src/classification.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MetaCache - Meta-Genomic Classification Tool
44
*
5-
* Copyright (C) 2016-2021 André Müller ([email protected])
5+
* Copyright (C) 2016-2024 André Müller ([email protected])
66
* & Robin Kobus ([email protected])
77
*
88
* This program is free software: you can redistribute it and/or modify

src/classification_statistics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MetaCache - Meta-Genomic Classification Tool
44
*
5-
* Copyright (C) 2016-2021 André Müller ([email protected])
5+
* Copyright (C) 2016-2024 André Müller ([email protected])
66
* & Robin Kobus ([email protected])
77
*
88
* This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)