Changeset 20d8266 for python/aubio/plot
- Timestamp:
- Oct 26, 2009, 3:30:40 AM (15 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 0b48dcb
- Parents:
- 6a2478c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/plot/notes.py
r6a2478c r20d8266 1 """Copyright (C) 2004 Paul Brossier <piem@altern.org> 2 print aubio.__LICENSE__ for the terms of use 3 """ 1 __LICENSE__ = """\ 2 Copyright (C) 2004-2009 Paul Brossier <piem@aubio.org> 4 3 5 __LICENSE__ = """\ 6 Copyright (C) 2004 Paul Brossier <piem@altern.org> 4 This file is part of aubio. 7 5 8 This program is free software;you can redistribute it and/or modify9 10 the Free Software Foundation; either version 2of the License, or11 6 aubio is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 12 10 13 This programis distributed in the hope that it will be useful,14 15 16 11 aubio is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 17 15 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 You should have received a copy of the GNU General Public License 17 along with aubio. If not, see <http://www.gnu.org/licenses/>. 21 18 """ 22 19
Note: See TracChangeset
for help on using the changeset viewer.