Skip to content

Commit 308c61c

Browse files
committed
Update Copyright year
1 parent 6788bd7 commit 308c61c

212 files changed

Lines changed: 388 additions & 388 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 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016 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 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016 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 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016 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 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016 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/sharpe.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 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016 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/sqn.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 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016 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/timereturn.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 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016 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/tradeanalyzer.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 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016 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/broker.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 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016 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/btrun/__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 Daniel Rodriguez
5+
# Copyright (C) 2015, 2016 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)