From 632cbf2e62ff1651e5954059cac3860702397044 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Mon, 18 Mar 2013 18:04:34 -0400 Subject: [PATCH] MAINT: Updates copyright for recently changed files. --- tests/finance/test_slippage.py | 2 +- zipline/gens/tradesimulation.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/finance/test_slippage.py b/tests/finance/test_slippage.py index a3183ab7..ed6d480f 100644 --- a/tests/finance/test_slippage.py +++ b/tests/finance/test_slippage.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. diff --git a/zipline/gens/tradesimulation.py b/zipline/gens/tradesimulation.py index 6dea9329..576de754 100644 --- a/zipline/gens/tradesimulation.py +++ b/zipline/gens/tradesimulation.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.