comparison trunk/src/Scripts/Features_test.py @ 318:30dde71d0230

- Modified licence from GPL 3 to Apache v2
author tomwalters
date Tue, 30 Mar 2010 22:06:24 +0000
parents 921575ec87a3
children
comparison
equal deleted inserted replaced
317:994b84cb5974 318:30dde71d0230
2 # encoding: utf-8 2 # encoding: utf-8
3 # 3 #
4 # AIM-C: A C++ implementation of the Auditory Image Model 4 # AIM-C: A C++ implementation of the Auditory Image Model
5 # http://www.acousticscale.org/AIMC 5 # http://www.acousticscale.org/AIMC
6 # 6 #
7 # This program is free software: you can redistribute it and/or modify 7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # it under the terms of the GNU General Public License as published by 8 # you may not use this file except in compliance with the License.
9 # the Free Software Foundation, either version 3 of the License, or 9 # You may obtain a copy of the License at
10 # (at your option) any later version.
11 # 10 #
12 # This program is distributed in the hope that it will be useful, 11 # http://www.apache.org/licenses/LICENSE-2.0
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16 # 12 #
17 # You should have received a copy of the GNU General Public License 13 # Unless required by applicable law or agreed to in writing, software
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
19 """ 18 """
20 Profiles_test.py 19 Profiles_test.py
21 20
22 Created by Thomas Walters on 2010-02-22. 21 Created by Thomas Walters on 2010-02-22.
23 Copyright 2010 Thomas Walters <tom@acousticscale.org> 22 Copyright 2010 Thomas Walters <tom@acousticscale.org>