Skip to content

Commit 2571371

Browse files
committed
Update copyright year
1 parent 917508d commit 2571371

File tree

339 files changed

+342
-342
lines changed

Some content is hidden

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

339 files changed

+342
-342
lines changed

backtrader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015-2020 Daniel Rodriguez
5+
# Copyright (C) 2015-2023 Daniel Rodriguez
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

backtrader/analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015-2020 Daniel Rodriguez
5+
# Copyright (C) 2015-2023 Daniel Rodriguez
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

backtrader/analyzers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015-2020 Daniel Rodriguez
5+
# Copyright (C) 2015-2023 Daniel Rodriguez
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

backtrader/analyzers/annualreturn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015-2020 Daniel Rodriguez
5+
# Copyright (C) 2015-2023 Daniel Rodriguez
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

backtrader/analyzers/calmar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015-2020 Daniel Rodriguez
5+
# Copyright (C) 2015-2023 Daniel Rodriguez
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

backtrader/analyzers/drawdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015-2020 Daniel Rodriguez
5+
# Copyright (C) 2015-2023 Daniel Rodriguez
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

backtrader/analyzers/leverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015-2020 Daniel Rodriguez
5+
# Copyright (C) 2015-2023 Daniel Rodriguez
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

backtrader/analyzers/logreturnsrolling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015-2020 Daniel Rodriguez
5+
# Copyright (C) 2015-2023 Daniel Rodriguez
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

backtrader/analyzers/periodstats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015-2020 Daniel Rodriguez
5+
# Copyright (C) 2015-2023 Daniel Rodriguez
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

backtrader/analyzers/positions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2015-2020 Daniel Rodriguez
5+
# Copyright (C) 2015-2023 Daniel Rodriguez
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

0 commit comments

Comments
 (0)