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.