Skip to content

Commit de273f7

Browse files
committed
copyright year update
1 parent 47efaca commit de273f7

143 files changed

Lines changed: 143 additions & 144 deletions

File tree

Some content is hidden

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

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, 2016 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016, 2017 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, 2016 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016, 2017 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, 2016 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016, 2017 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, 2016 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016, 2017 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# -*- coding: utf-8; py-indent-offset:4 -*-
33
###############################################################################
44
#
5-
# Copyright (C) 2016 Daniel Rodriguez
6-
# Copyright (C) 2016 ab_trader - initial length and money calculations
5+
# Copyright (C) 2015, 2016, 2017 Daniel Rodriguez
76
#
87
# This program is free software: you can redistribute it and/or modify
98
# 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, 2016 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016, 2017 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, 2016 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016, 2017 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, 2016 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016, 2017 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/pyfolio.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, 2016 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016, 2017 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/returns.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, 2016 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016, 2017 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)