From 10825c9a1d825366e3293697592dde48a159b587 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Thu, 28 Mar 2013 09:24:53 -0400 Subject: [PATCH] MAINT: Updates copyright year on finance module. --- zipline/finance/trading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/finance/trading.py b/zipline/finance/trading.py index 97c97c00..f282c378 100644 --- a/zipline/finance/trading.py +++ b/zipline/finance/trading.py @@ -1,5 +1,5 @@ # -# Copyright 2012 Quantopian, Inc. +# Copyright 2013 Quantopian, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.