Mercurial > pylearn
changeset 1438:8f15ef656598
put a file to the same license as the rest of the project.
author | Frederic Bastien <nouiz@nouiz.org> |
---|---|
date | Fri, 25 Feb 2011 16:37:48 -0500 |
parents | 4b27456d3bce |
children | c584d8f8f280 |
files | pylearn/algorithms/pca_online_estimator.py |
diffstat | 1 files changed, 0 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/algorithms/pca_online_estimator.py Tue Feb 22 11:43:39 2011 -0500 +++ b/pylearn/algorithms/pca_online_estimator.py Fri Feb 25 16:37:48 2011 -0500 @@ -1,18 +1,3 @@ -# Copyright 2009 PA Manzagol (manzagop AT iro DOT umontreal DOT ca) -# -# 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. -# - import numpy from scipy import linalg