From 3e65980bda02bb7359ddfe00cfe1e4129e7afccf Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Tue, 19 Mar 2013 19:06:54 -0400 Subject: [PATCH] MAINT: Updates copyright of algorithm module to current year. --- zipline/algorithm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/algorithm.py b/zipline/algorithm.py index 0c48c7e5..62b2d3f7 100644 --- a/zipline/algorithm.py +++ b/zipline/algorithm.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.