# HG changeset patch # User Frederic Bastien # Date 1298669868 18000 # Node ID 8f15ef65659810c4c3a614cdd2ab105e3d5bdb6c # Parent 4b27456d3bcee14b257f5e3e9122fc2afa59e283 put a file to the same license as the rest of the project. diff -r 4b27456d3bce -r 8f15ef656598 pylearn/algorithms/pca_online_estimator.py --- 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