[Python-checkins] cpython: Re-licence statistics.py under the standard Python licence.

steven.daprano python-checkins at python.org
Tue Aug 23 12:41:00 EDT 2016


https://hg.python.org/cpython/rev/f7375e89b424
changeset:   102864:f7375e89b424
user:        Steven D'Aprano <steve at pearwood.info>
date:        Wed Aug 24 02:40:03 2016 +1000
summary:
  Re-licence statistics.py under the standard Python licence.

files:
  Lib/statistics.py |  17 -----------------
  1 files changed, 0 insertions(+), 17 deletions(-)


diff --git a/Lib/statistics.py b/Lib/statistics.py
--- a/Lib/statistics.py
+++ b/Lib/statistics.py
@@ -1,20 +1,3 @@
-##  Module statistics.py
-##
-##  Copyright (c) 2013 Steven D'Aprano <steve+python at 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list