From 351d5e868626c4fff20e42f924ba3e450ddaa1b9 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Tue, 19 Mar 2013 17:14:01 -0400 Subject: [PATCH] MAINT: Updates copyright to current year for returns module. --- zipline/transforms/returns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/transforms/returns.py b/zipline/transforms/returns.py index e4754de2..15e8664f 100644 --- a/zipline/transforms/returns.py +++ b/zipline/transforms/returns.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.