diff --git a/LICENSE b/LICENSE index cb3b5f1bf..f75688cf9 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016-2017 yutiansut/QUANTAXIS +Copyright (c) 2016-2018 yutiansut/QUANTAXIS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAARP/QAAccount.py b/QUANTAXIS/QAARP/QAAccount.py index a4f9dca32..2d8361b2d 100755 --- a/QUANTAXIS/QAARP/QAAccount.py +++ b/QUANTAXIS/QAARP/QAAccount.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAARP/QAPortfolio.py b/QUANTAXIS/QAARP/QAPortfolio.py index f63cee9f8..d8cb724cc 100755 --- a/QUANTAXIS/QAARP/QAPortfolio.py +++ b/QUANTAXIS/QAARP/QAPortfolio.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAARP/QARisk.py b/QUANTAXIS/QAARP/QARisk.py index 76995e10e..46f49644a 100755 --- a/QUANTAXIS/QAARP/QARisk.py +++ b/QUANTAXIS/QAARP/QARisk.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAARP/QAStrategy.py b/QUANTAXIS/QAARP/QAStrategy.py index 85642f2cc..95f70f728 100644 --- a/QUANTAXIS/QAARP/QAStrategy.py +++ b/QUANTAXIS/QAARP/QAStrategy.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAARP/QAUser.py b/QUANTAXIS/QAARP/QAUser.py index cf23b7f22..8b282ff27 100755 --- a/QUANTAXIS/QAARP/QAUser.py +++ b/QUANTAXIS/QAARP/QAUser.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAARP/__init__.py b/QUANTAXIS/QAARP/__init__.py index a0551950a..da61f6ab6 100755 --- a/QUANTAXIS/QAARP/__init__.py +++ b/QUANTAXIS/QAARP/__init__.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAAnalysis/QAAnalysis_dataframe.py b/QUANTAXIS/QAAnalysis/QAAnalysis_dataframe.py index ba21de953..d19ed00cb 100755 --- a/QUANTAXIS/QAAnalysis/QAAnalysis_dataframe.py +++ b/QUANTAXIS/QAAnalysis/QAAnalysis_dataframe.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAAnalysis/QAAnalysis_machinelearning.py b/QUANTAXIS/QAAnalysis/QAAnalysis_machinelearning.py index 573faa61c..f083ec831 100755 --- a/QUANTAXIS/QAAnalysis/QAAnalysis_machinelearning.py +++ b/QUANTAXIS/QAAnalysis/QAAnalysis_machinelearning.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAAnalysis/QAAnalysis_series.py b/QUANTAXIS/QAAnalysis/QAAnalysis_series.py index d93993039..60e6e8b31 100755 --- a/QUANTAXIS/QAAnalysis/QAAnalysis_series.py +++ b/QUANTAXIS/QAAnalysis/QAAnalysis_series.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAAnalysis/__init__.py b/QUANTAXIS/QAAnalysis/__init__.py index c328c48ad..a626f5fa2 100755 --- a/QUANTAXIS/QAAnalysis/__init__.py +++ b/QUANTAXIS/QAAnalysis/__init__.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QABacktest/QAAnalysis.py b/QUANTAXIS/QABacktest/QAAnalysis.py index 42c9ce29d..ce033f8e9 100755 --- a/QUANTAXIS/QABacktest/QAAnalysis.py +++ b/QUANTAXIS/QABacktest/QAAnalysis.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QABacktest/QABacktest.py b/QUANTAXIS/QABacktest/QABacktest.py index 51a0f9b9c..411fe9626 100755 --- a/QUANTAXIS/QABacktest/QABacktest.py +++ b/QUANTAXIS/QABacktest/QABacktest.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QABacktest/QAResult.py b/QUANTAXIS/QABacktest/QAResult.py index fd4cf7b6f..53b7dd8c5 100755 --- a/QUANTAXIS/QABacktest/QAResult.py +++ b/QUANTAXIS/QABacktest/QAResult.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QABacktest/__init__.py b/QUANTAXIS/QABacktest/__init__.py index 55bdd53ec..14bfd3819 100755 --- a/QUANTAXIS/QABacktest/__init__.py +++ b/QUANTAXIS/QABacktest/__init__.py @@ -1,7 +1,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QABacktest/backtest_setting.py b/QUANTAXIS/QABacktest/backtest_setting.py index a6adad38e..f9b06cfb6 100755 --- a/QUANTAXIS/QABacktest/backtest_setting.py +++ b/QUANTAXIS/QABacktest/backtest_setting.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QACmd/__init__.py b/QUANTAXIS/QACmd/__init__.py index 5948cb218..ae1951060 100755 --- a/QUANTAXIS/QACmd/__init__.py +++ b/QUANTAXIS/QACmd/__init__.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QACmd/exec_file.py b/QUANTAXIS/QACmd/exec_file.py index f240925b5..4c35f6f0f 100755 --- a/QUANTAXIS/QACmd/exec_file.py +++ b/QUANTAXIS/QACmd/exec_file.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAData/QADataStruct.py b/QUANTAXIS/QAData/QADataStruct.py index aba10bd21..ab783b72f 100755 --- a/QUANTAXIS/QAData/QADataStruct.py +++ b/QUANTAXIS/QAData/QADataStruct.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAData/__init__.py b/QUANTAXIS/QAData/__init__.py index e1debf1ff..154343ebe 100755 --- a/QUANTAXIS/QAData/__init__.py +++ b/QUANTAXIS/QAData/__init__.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAData/data_fq.py b/QUANTAXIS/QAData/data_fq.py index 369b44fbd..45b21df2b 100755 --- a/QUANTAXIS/QAData/data_fq.py +++ b/QUANTAXIS/QAData/data_fq.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAData/data_resample.py b/QUANTAXIS/QAData/data_resample.py index 1cc1b08af..f2acf0eef 100755 --- a/QUANTAXIS/QAData/data_resample.py +++ b/QUANTAXIS/QAData/data_resample.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAData/serialize.py b/QUANTAXIS/QAData/serialize.py index 8dc97248f..db1b6bc24 100755 --- a/QUANTAXIS/QAData/serialize.py +++ b/QUANTAXIS/QAData/serialize.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAEngine/QAEvent.py b/QUANTAXIS/QAEngine/QAEvent.py index 80aa3488a..22696f58e 100755 --- a/QUANTAXIS/QAEngine/QAEvent.py +++ b/QUANTAXIS/QAEngine/QAEvent.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAEngine/QATask.py b/QUANTAXIS/QAEngine/QATask.py index a386222fe..096217f29 100755 --- a/QUANTAXIS/QAEngine/QATask.py +++ b/QUANTAXIS/QAEngine/QATask.py @@ -1,7 +1,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAEngine/QAThreadEngine.py b/QUANTAXIS/QAEngine/QAThreadEngine.py index ee244f74f..180b1e9ec 100755 --- a/QUANTAXIS/QAEngine/QAThreadEngine.py +++ b/QUANTAXIS/QAEngine/QAThreadEngine.py @@ -2,7 +2,7 @@ # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAEngine/__init__.py b/QUANTAXIS/QAEngine/__init__.py index cafae2c24..31cdb49e2 100755 --- a/QUANTAXIS/QAEngine/__init__.py +++ b/QUANTAXIS/QAEngine/__init__.py @@ -1,7 +1,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAFetch/Fetcher.py b/QUANTAXIS/QAFetch/Fetcher.py index b7bea36db..e10ef5fea 100755 --- a/QUANTAXIS/QAFetch/Fetcher.py +++ b/QUANTAXIS/QAFetch/Fetcher.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAFetch/QAQuery.py b/QUANTAXIS/QAFetch/QAQuery.py index 4c727bf06..869b92cca 100755 --- a/QUANTAXIS/QAFetch/QAQuery.py +++ b/QUANTAXIS/QAFetch/QAQuery.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAFetch/QAQuery_Advance.py b/QUANTAXIS/QAFetch/QAQuery_Advance.py index 85510eb3f..a159af17f 100755 --- a/QUANTAXIS/QAFetch/QAQuery_Advance.py +++ b/QUANTAXIS/QAFetch/QAQuery_Advance.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAFetch/QATdx.py b/QUANTAXIS/QAFetch/QATdx.py index 0ae16f370..4a96e500c 100755 --- a/QUANTAXIS/QAFetch/QATdx.py +++ b/QUANTAXIS/QAFetch/QATdx.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAFetch/QATdx_adv.py b/QUANTAXIS/QAFetch/QATdx_adv.py index bb46b5e50..d7a99cde8 100755 --- a/QUANTAXIS/QAFetch/QATdx_adv.py +++ b/QUANTAXIS/QAFetch/QATdx_adv.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAFetch/QAThs.py b/QUANTAXIS/QAFetch/QAThs.py index b8f4f8e95..99da8059c 100755 --- a/QUANTAXIS/QAFetch/QAThs.py +++ b/QUANTAXIS/QAFetch/QAThs.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAFetch/QATushare.py b/QUANTAXIS/QAFetch/QATushare.py index 79b190e5c..8ec531723 100755 --- a/QUANTAXIS/QAFetch/QATushare.py +++ b/QUANTAXIS/QAFetch/QATushare.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAFetch/QAWind.py b/QUANTAXIS/QAFetch/QAWind.py index faa731633..a1fa635ec 100755 --- a/QUANTAXIS/QAFetch/QAWind.py +++ b/QUANTAXIS/QAFetch/QAWind.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAFetch/__init__.py b/QUANTAXIS/QAFetch/__init__.py index b085dc73b..68a8fb445 100755 --- a/QUANTAXIS/QAFetch/__init__.py +++ b/QUANTAXIS/QAFetch/__init__.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAFetch/data_list.py b/QUANTAXIS/QAFetch/data_list.py index 386b5fe26..8e92706d7 100755 --- a/QUANTAXIS/QAFetch/data_list.py +++ b/QUANTAXIS/QAFetch/data_list.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAIndicator/QAIndicator_Dataframe.py b/QUANTAXIS/QAIndicator/QAIndicator_Dataframe.py index 848858e60..b2af40edb 100755 --- a/QUANTAXIS/QAIndicator/QAIndicator_Dataframe.py +++ b/QUANTAXIS/QAIndicator/QAIndicator_Dataframe.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAIndicator/QAIndicator_Series.py b/QUANTAXIS/QAIndicator/QAIndicator_Series.py index a9990de14..d9e09d84e 100755 --- a/QUANTAXIS/QAIndicator/QAIndicator_Series.py +++ b/QUANTAXIS/QAIndicator/QAIndicator_Series.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAIndicator/__init__.py b/QUANTAXIS/QAIndicator/__init__.py index be30170bf..9540e73f8 100755 --- a/QUANTAXIS/QAIndicator/__init__.py +++ b/QUANTAXIS/QAIndicator/__init__.py @@ -1,7 +1,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAIndicator/indicators.py b/QUANTAXIS/QAIndicator/indicators.py index f0a09be4d..11d6a57e6 100755 --- a/QUANTAXIS/QAIndicator/indicators.py +++ b/QUANTAXIS/QAIndicator/indicators.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAMarket/Broker_Calender.py b/QUANTAXIS/QAMarket/Broker_Calender.py index b61d4dad0..1f56db0c7 100755 --- a/QUANTAXIS/QAMarket/Broker_Calender.py +++ b/QUANTAXIS/QAMarket/Broker_Calender.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAMarket/QABacktestBroker.py b/QUANTAXIS/QAMarket/QABacktestBroker.py index 00f3ae73e..768acef2e 100755 --- a/QUANTAXIS/QAMarket/QABacktestBroker.py +++ b/QUANTAXIS/QAMarket/QABacktestBroker.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAMarket/QABroker.py b/QUANTAXIS/QAMarket/QABroker.py index f09079a70..04f8a6252 100755 --- a/QUANTAXIS/QAMarket/QABroker.py +++ b/QUANTAXIS/QAMarket/QABroker.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAMarket/QADealer.py b/QUANTAXIS/QAMarket/QADealer.py index 808b3a569..a1e8bcba5 100755 --- a/QUANTAXIS/QAMarket/QADealer.py +++ b/QUANTAXIS/QAMarket/QADealer.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAMarket/QAMarket.py b/QUANTAXIS/QAMarket/QAMarket.py index d4ee86c51..35a8442a6 100755 --- a/QUANTAXIS/QAMarket/QAMarket.py +++ b/QUANTAXIS/QAMarket/QAMarket.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAMarket/QAOrder.py b/QUANTAXIS/QAMarket/QAOrder.py index 2839e3720..9128d755d 100755 --- a/QUANTAXIS/QAMarket/QAOrder.py +++ b/QUANTAXIS/QAMarket/QAOrder.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAMarket/QAOrderHandler.py b/QUANTAXIS/QAMarket/QAOrderHandler.py index 3a65633ed..25d6458e7 100755 --- a/QUANTAXIS/QAMarket/QAOrderHandler.py +++ b/QUANTAXIS/QAMarket/QAOrderHandler.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAMarket/QARandomBroker.py b/QUANTAXIS/QAMarket/QARandomBroker.py index 396507396..a681d7d5b 100755 --- a/QUANTAXIS/QAMarket/QARandomBroker.py +++ b/QUANTAXIS/QAMarket/QARandomBroker.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAMarket/QARealBroker.py b/QUANTAXIS/QAMarket/QARealBroker.py index e5b81a4a8..75af45b24 100755 --- a/QUANTAXIS/QAMarket/QARealBroker.py +++ b/QUANTAXIS/QAMarket/QARealBroker.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAMarket/QASimulatedBroker.py b/QUANTAXIS/QAMarket/QASimulatedBroker.py index 53ba94814..8f17310c2 100755 --- a/QUANTAXIS/QAMarket/QASimulatedBroker.py +++ b/QUANTAXIS/QAMarket/QASimulatedBroker.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAMarket/QATrade.py b/QUANTAXIS/QAMarket/QATrade.py index 19b0f759c..4760d8faa 100755 --- a/QUANTAXIS/QAMarket/QATrade.py +++ b/QUANTAXIS/QAMarket/QATrade.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAMarket/__init__.py b/QUANTAXIS/QAMarket/__init__.py index 3c4b18b5a..3124174cb 100755 --- a/QUANTAXIS/QAMarket/__init__.py +++ b/QUANTAXIS/QAMarket/__init__.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QASU/__init__.py b/QUANTAXIS/QASU/__init__.py index 77074b009..d69f7c4d3 100755 --- a/QUANTAXIS/QASU/__init__.py +++ b/QUANTAXIS/QASU/__init__.py @@ -1,7 +1,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QASU/main.py b/QUANTAXIS/QASU/main.py index 93c4e61d3..057f401bc 100755 --- a/QUANTAXIS/QASU/main.py +++ b/QUANTAXIS/QASU/main.py @@ -1,7 +1,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QASU/save_backtest.py b/QUANTAXIS/QASU/save_backtest.py index 8a245abc4..686a22c7e 100755 --- a/QUANTAXIS/QASU/save_backtest.py +++ b/QUANTAXIS/QASU/save_backtest.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QASU/save_tdx.py b/QUANTAXIS/QASU/save_tdx.py index 49157736f..185dfba23 100755 --- a/QUANTAXIS/QASU/save_tdx.py +++ b/QUANTAXIS/QASU/save_tdx.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QASU/save_tdx_file.py b/QUANTAXIS/QASU/save_tdx_file.py index d24412236..1bfcbd774 100755 --- a/QUANTAXIS/QASU/save_tdx_file.py +++ b/QUANTAXIS/QASU/save_tdx_file.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QASU/save_tushare.py b/QUANTAXIS/QASU/save_tushare.py index 17c9c9bba..7db1c282a 100755 --- a/QUANTAXIS/QASU/save_tushare.py +++ b/QUANTAXIS/QASU/save_tushare.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QASU/user.py b/QUANTAXIS/QASU/user.py index b98811165..7deee8551 100755 --- a/QUANTAXIS/QASU/user.py +++ b/QUANTAXIS/QASU/user.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QABar.py b/QUANTAXIS/QAUtil/QABar.py index 272ecf004..24fbc4fb4 100755 --- a/QUANTAXIS/QAUtil/QABar.py +++ b/QUANTAXIS/QAUtil/QABar.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QACfg.py b/QUANTAXIS/QAUtil/QACfg.py index b33a77867..314b542fc 100755 --- a/QUANTAXIS/QAUtil/QACfg.py +++ b/QUANTAXIS/QAUtil/QACfg.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QACsv.py b/QUANTAXIS/QAUtil/QACsv.py index 5c4d55997..10be008d4 100755 --- a/QUANTAXIS/QAUtil/QACsv.py +++ b/QUANTAXIS/QAUtil/QACsv.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QADate.py b/QUANTAXIS/QAUtil/QADate.py index 4e7ddf45e..3d51869a8 100755 --- a/QUANTAXIS/QAUtil/QADate.py +++ b/QUANTAXIS/QAUtil/QADate.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QADate_trade.py b/QUANTAXIS/QAUtil/QADate_trade.py index 500e4746e..91f6a14c0 100755 --- a/QUANTAXIS/QAUtil/QADate_trade.py +++ b/QUANTAXIS/QAUtil/QADate_trade.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QAList.py b/QUANTAXIS/QAUtil/QAList.py index 6ab90dacd..3a563682b 100755 --- a/QUANTAXIS/QAUtil/QAList.py +++ b/QUANTAXIS/QAUtil/QAList.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QALogs.py b/QUANTAXIS/QAUtil/QALogs.py index 6945206a5..f74abc944 100755 --- a/QUANTAXIS/QAUtil/QALogs.py +++ b/QUANTAXIS/QAUtil/QALogs.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QAMongo.py b/QUANTAXIS/QAUtil/QAMongo.py index 410c9c7b1..72be67154 100755 --- a/QUANTAXIS/QAUtil/QAMongo.py +++ b/QUANTAXIS/QAUtil/QAMongo.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QAParameter.py b/QUANTAXIS/QAUtil/QAParameter.py index 14d8599a5..f84f19ad1 100755 --- a/QUANTAXIS/QAUtil/QAParameter.py +++ b/QUANTAXIS/QAUtil/QAParameter.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QAPlot.py b/QUANTAXIS/QAUtil/QAPlot.py index bc5fb9cca..292292997 100755 --- a/QUANTAXIS/QAUtil/QAPlot.py +++ b/QUANTAXIS/QAUtil/QAPlot.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QARandom.py b/QUANTAXIS/QAUtil/QARandom.py index 1f4307530..423e175e5 100755 --- a/QUANTAXIS/QAUtil/QARandom.py +++ b/QUANTAXIS/QAUtil/QARandom.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QASetting.py b/QUANTAXIS/QAUtil/QASetting.py index 204985592..75a12dece 100755 --- a/QUANTAXIS/QAUtil/QASetting.py +++ b/QUANTAXIS/QAUtil/QASetting.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QASql.py b/QUANTAXIS/QAUtil/QASql.py index 672a260a0..285bf854a 100755 --- a/QUANTAXIS/QAUtil/QASql.py +++ b/QUANTAXIS/QAUtil/QASql.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QATransform.py b/QUANTAXIS/QAUtil/QATransform.py index d93fcced7..00821a512 100755 --- a/QUANTAXIS/QAUtil/QATransform.py +++ b/QUANTAXIS/QAUtil/QATransform.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/QAWeb.py b/QUANTAXIS/QAUtil/QAWeb.py index cf2a27034..8a2a75459 100755 --- a/QUANTAXIS/QAUtil/QAWeb.py +++ b/QUANTAXIS/QAUtil/QAWeb.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAUtil/__init__.py b/QUANTAXIS/QAUtil/__init__.py index aa633bab3..c8ad5c0cf 100755 --- a/QUANTAXIS/QAUtil/__init__.py +++ b/QUANTAXIS/QAUtil/__init__.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/QAWeb/QA_Web.py b/QUANTAXIS/QAWeb/QA_Web.py index e0b04fb33..5041cea51 100755 --- a/QUANTAXIS/QAWeb/QA_Web.py +++ b/QUANTAXIS/QAWeb/QA_Web.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/__init__.py b/QUANTAXIS/__init__.py index 51bee4cd2..b54a4a504 100755 --- a/QUANTAXIS/__init__.py +++ b/QUANTAXIS/__init__.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS/__main__.py b/QUANTAXIS/__main__.py index bb0f0ecf1..86aae94ed 100755 --- a/QUANTAXIS/__main__.py +++ b/QUANTAXIS/__main__.py @@ -1,7 +1,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS_Trade/QA_shipane/__init__.py b/QUANTAXIS_Trade/QA_shipane/__init__.py index 1c66288d6..2157c2abe 100755 --- a/QUANTAXIS_Trade/QA_shipane/__init__.py +++ b/QUANTAXIS_Trade/QA_shipane/__init__.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS_Trade/setup.py b/QUANTAXIS_Trade/setup.py index dc6a0518f..39eb57314 100755 --- a/QUANTAXIS_Trade/setup.py +++ b/QUANTAXIS_Trade/setup.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/QUANTAXIS_Trade/util/base_trade.py b/QUANTAXIS_Trade/util/base_trade.py index 716af6787..879aa2842 100755 --- a/QUANTAXIS_Trade/util/base_trade.py +++ b/QUANTAXIS_Trade/util/base_trade.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/config/update_data.py b/config/update_data.py index c3cd692b6..5a333ace6 100755 --- a/config/update_data.py +++ b/config/update_data.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/setup.py b/setup.py index 9f9cbb655..ac6a84986 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test_backtest/backtest.py b/test_backtest/backtest.py index 624b40df9..f24ba2333 100755 --- a/test_backtest/backtest.py +++ b/test_backtest/backtest.py @@ -2,7 +2,7 @@ # # The MIT License (MIT) # -# Copyright (c) 2016-2017 yutiansut/QUANTAXIS +# Copyright (c) 2016-2018 yutiansut/QUANTAXIS # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal