Ignore:
Timestamp:
Oct 26, 2009, 3:30:40 AM (15 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

python: more update headers to GPLv3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiodiffs-onset

    r6a2478c r20d8266  
    11#! /usr/bin/python
    22
    3 """Copyright (C) 2004 Paul Brossier <piem@altern.org>
     3__LICENSE__ = """\
     4  Copyright (C) 2004-2009 Paul Brossier <piem@aubio.org>
    45
    5 print aubio.__LICENSE__ for the terms of use
    6 """
    7 __LICENSE__ = """\
    8          Copyright (C) 2004 Paul Brossier <piem@altern.org>
     6  This file is part of aubio.
    97
    10          This program is free software; you can redistribute it and/or modify
    11         it under the terms of the GNU General Public License as published by
    12          the Free Software Foundation; either version 2 of the License, or
    13         (at your option) any later version.
     8  aubio is free software: you can redistribute it and/or modify
     9  it under the terms of the GNU General Public License as published by
     10  the Free Software Foundation, either version 3 of the License, or
     11  (at your option) any later version.
    1412
    15          This program is distributed in the hope that it will be useful,
    16         but WITHOUT ANY WARRANTY; without even the implied warranty of
    17         MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    18         GNU General Public License for more details.
     13  aubio is distributed in the hope that it will be useful,
     14  but WITHOUT ANY WARRANTY; without even the implied warranty of
     15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16  GNU General Public License for more details.
    1917
    20          You should have received a copy of the GNU General Public License
    21          along with this program; if not, write to the Free Software
    22          Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     18  You should have received a copy of the GNU General Public License
     19  along with aubio.  If not, see <http://www.gnu.org/licenses/>.
    2320"""           
    24 
    2521
    2622__HELP__ = """\
Note: See TracChangeset for help on using the changeset viewer.