Changeset 1c2e186


Ignore:
Timestamp:
Sep 26, 2009, 12:32:31 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:
9ea88c6
Parents:
a6db140
Message:

src/spectral/ update license headers

Location:
src/spectral
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/filterbank.c

    ra6db140 r1c2e186  
    33                      and Amaury Hazan <ahazan@iua.upf.edu>
    44
    5   This file is part of Aubio.
     5  This file is part of aubio.
    66
    7   Aubio is free software: you can redistribute it and/or modify
     7  aubio is free software: you can redistribute it and/or modify
    88  it under the terms of the GNU General Public License as published by
    99  the Free Software Foundation, either version 3 of the License, or
    1010  (at your option) any later version.
    1111
    12   Aubio is distributed in the hope that it will be useful,
     12  aubio is distributed in the hope that it will be useful,
    1313  but WITHOUT ANY WARRANTY; without even the implied warranty of
    1414  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     
    1616
    1717  You should have received a copy of the GNU General Public License
    18   along with Aubio.  If not, see <http://www.gnu.org/licenses/>.
     18  along with aubio.  If not, see <http://www.gnu.org/licenses/>.
    1919
    2020*/
  • src/spectral/filterbank.h

    ra6db140 r1c2e186  
    33                      and Amaury Hazan <ahazan@iua.upf.edu>
    44
    5   This file is part of Aubio.
     5  This file is part of aubio.
    66
    7   Aubio is free software: you can redistribute it and/or modify
     7  aubio is free software: you can redistribute it and/or modify
    88  it under the terms of the GNU General Public License as published by
    99  the Free Software Foundation, either version 3 of the License, or
    1010  (at your option) any later version.
    1111
    12   Aubio is distributed in the hope that it will be useful,
     12  aubio is distributed in the hope that it will be useful,
    1313  but WITHOUT ANY WARRANTY; without even the implied warranty of
    1414  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     
    1616
    1717  You should have received a copy of the GNU General Public License
    18   along with Aubio.  If not, see <http://www.gnu.org/licenses/>.
     18  along with aubio.  If not, see <http://www.gnu.org/licenses/>.
    1919
    2020*/
  • src/spectral/filterbank_mel.c

    ra6db140 r1c2e186  
    33                      and Amaury Hazan <ahazan@iua.upf.edu>
    44
    5   This file is part of Aubio.
     5  This file is part of aubio.
    66
    7   Aubio is free software: you can redistribute it and/or modify
     7  aubio is free software: you can redistribute it and/or modify
    88  it under the terms of the GNU General Public License as published by
    99  the Free Software Foundation, either version 3 of the License, or
    1010  (at your option) any later version.
    1111
    12   Aubio is distributed in the hope that it will be useful,
     12  aubio is distributed in the hope that it will be useful,
    1313  but WITHOUT ANY WARRANTY; without even the implied warranty of
    1414  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     
    1616
    1717  You should have received a copy of the GNU General Public License
    18   along with Aubio.  If not, see <http://www.gnu.org/licenses/>.
     18  along with aubio.  If not, see <http://www.gnu.org/licenses/>.
    1919
    2020*/
  • src/spectral/filterbank_mel.h

    ra6db140 r1c2e186  
    33                      and Amaury Hazan <ahazan@iua.upf.edu>
    44
    5   This file is part of Aubio.
     5  This file is part of aubio.
    66
    7   Aubio is free software: you can redistribute it and/or modify
     7  aubio is free software: you can redistribute it and/or modify
    88  it under the terms of the GNU General Public License as published by
    99  the Free Software Foundation, either version 3 of the License, or
    1010  (at your option) any later version.
    1111
    12   Aubio is distributed in the hope that it will be useful,
     12  aubio is distributed in the hope that it will be useful,
    1313  but WITHOUT ANY WARRANTY; without even the implied warranty of
    1414  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     
    1616
    1717  You should have received a copy of the GNU General Public License
    18   along with Aubio.  If not, see <http://www.gnu.org/licenses/>.
     18  along with aubio.  If not, see <http://www.gnu.org/licenses/>.
    1919
    2020*/
  • src/spectral/mfcc.c

    ra6db140 r1c2e186  
    33                      and Amaury Hazan <ahazan@iua.upf.edu>
    44
    5   This file is part of Aubio.
     5  This file is part of aubio.
    66
    7   Aubio is free software: you can redistribute it and/or modify
     7  aubio is free software: you can redistribute it and/or modify
    88  it under the terms of the GNU General Public License as published by
    99  the Free Software Foundation, either version 3 of the License, or
    1010  (at your option) any later version.
    1111
    12   Aubio is distributed in the hope that it will be useful,
     12  aubio is distributed in the hope that it will be useful,
    1313  but WITHOUT ANY WARRANTY; without even the implied warranty of
    1414  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     
    1616
    1717  You should have received a copy of the GNU General Public License
    18   along with Aubio.  If not, see <http://www.gnu.org/licenses/>.
     18  along with aubio.  If not, see <http://www.gnu.org/licenses/>.
    1919
    2020*/
  • src/spectral/mfcc.h

    ra6db140 r1c2e186  
    11/*
    2    Copyright (C) 2007-2009 Paul Brossier <piem@aubio.org>
    3                        and Amaury Hazan <ahazan@iua.upf.edu>
     2  Copyright (C) 2007-2009 Paul Brossier <piem@aubio.org>
     3                      and Amaury Hazan <ahazan@iua.upf.edu>
    44
    5    This file is part of Aubio.
     5  This file is part of aubio.
    66
    7    Aubio is free software: you can redistribute it and/or modify
    8    it under the terms of the GNU General Public License as published by
    9    the Free Software Foundation, either version 3 of the License, or
    10    (at your option) any later version.
     7  aubio is free software: you can redistribute it and/or modify
     8  it under the terms of the GNU General Public License as published by
     9  the Free Software Foundation, either version 3 of the License, or
     10  (at your option) any later version.
    1111
    12    Aubio is distributed in the hope that it will be useful,
    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.
     12  aubio is distributed in the hope that it will be useful,
     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.
    1616
    17    You should have received a copy of the GNU General Public License
    18    along with Aubio.  If not, see <http://www.gnu.org/licenses/>.
     17  You should have received a copy of the GNU General Public License
     18  along with aubio.  If not, see <http://www.gnu.org/licenses/>.
    1919
    2020*/
Note: See TracChangeset for help on using the changeset viewer.