summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven D'Aprano <steve@pearwood.info>2016-08-23 16:40:03 (GMT)
committerSteven D'Aprano <steve@pearwood.info>2016-08-23 16:40:03 (GMT)
commit0a21c729ebaca9e2e929a1e04c7404c5349aa1f4 (patch)
tree66bc9902fe9ff7bb17d558f25a1d1443586e99b5
parent228731879a55cb501f8af9935a17a83102323d34 (diff)
downloadcpython-0a21c729ebaca9e2e929a1e04c7404c5349aa1f4.zip
cpython-0a21c729ebaca9e2e929a1e04c7404c5349aa1f4.tar.gz
cpython-0a21c729ebaca9e2e929a1e04c7404c5349aa1f4.tar.bz2
Re-licence statistics.py under the standard Python licence.
-rw-r--r--Lib/statistics.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/Lib/statistics.py b/Lib/statistics.py
index f4b49b5..17e471b 100644
--- a/Lib/statistics.py
+++ b/Lib/statistics.py
@@ -1,20 +1,3 @@
-## Module statistics.py
-##
-## Copyright (c) 2013 Steven D'Aprano <steve+python@pearwood.info>.
-##
-## Licensed under the Apache License, Version 2.0 (the "License");
-## you may not use this file except in compliance with the License.
-## You may obtain a copy of the License at
-##
-## http://www.apache.org/licenses/LICENSE-2.0
-##
-## Unless required by applicable law or agreed to in writing, software
-## distributed under the License is distributed on an "AS IS" BASIS,
-## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-## See the License for the specific language governing permissions and
-## limitations under the License.
-
-
"""
Basic statistics module.