From: Paul Brossier Date: Mon, 26 Oct 2009 02:30:40 +0000 (+0100) Subject: python: more update headers to GPLv3 X-Git-Tag: bzr2git~59 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=20d8266e4b5ff10f33b90e485e1f2d0ed48b8c5a;p=aubio.git python: more update headers to GPLv3 --- diff --git a/python/aubio/__init__.py b/python/aubio/__init__.py index 1b21c32d..0e775d6b 100644 --- a/python/aubio/__init__.py +++ b/python/aubio/__init__.py @@ -3,21 +3,22 @@ print aubio.__LICENSE__ for the terms of use """ __LICENSE__ = """\ - Copyright (C) 2004 Paul Brossier + Copyright (C) 2004-2009 Paul Brossier - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This file is part of aubio. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . """ #from aubioclass import * diff --git a/python/aubio/gnuplot.py b/python/aubio/gnuplot.py index a34c7686..a0905ff9 100644 --- a/python/aubio/gnuplot.py +++ b/python/aubio/gnuplot.py @@ -3,21 +3,22 @@ print aubio.__LICENSE__ for the terms of use """ __LICENSE__ = """\ - Copyright (C) 2004 Paul Brossier + Copyright (C) 2004-2009 Paul Brossier - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This file is part of aubio. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . """ diff --git a/python/aubio/median.py b/python/aubio/median.py index b039725b..b76c011c 100644 --- a/python/aubio/median.py +++ b/python/aubio/median.py @@ -3,21 +3,22 @@ print aubio.__LICENSE__ for the terms of use """ __LICENSE__ = """\ - Copyright (C) 2004 Paul Brossier - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + Copyright (C) 2004-2009 Paul Brossier - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This file is part of aubio. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . """ """ diff --git a/python/aubio/onsetcompare.py b/python/aubio/onsetcompare.py index 3c268bd0..43d72094 100644 --- a/python/aubio/onsetcompare.py +++ b/python/aubio/onsetcompare.py @@ -3,21 +3,22 @@ print aubio.__LICENSE__ for the terms of use """ __LICENSE__ = """\ - Copyright (C) 2004 Paul Brossier + Copyright (C) 2004-2009 Paul Brossier - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This file is part of aubio. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . """ """ this file contains routines to compare two lists of onsets or notes. diff --git a/python/aubio/plot/notes.py b/python/aubio/plot/notes.py index e4f65075..553a42cf 100644 --- a/python/aubio/plot/notes.py +++ b/python/aubio/plot/notes.py @@ -1,23 +1,20 @@ -"""Copyright (C) 2004 Paul Brossier -print aubio.__LICENSE__ for the terms of use -""" - __LICENSE__ = """\ - Copyright (C) 2004 Paul Brossier + Copyright (C) 2004-2009 Paul Brossier + + This file is part of aubio. - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + You should have received a copy of the GNU General Public License + along with aubio. If not, see . """ def plotnote(la,title=None) : diff --git a/python/aubio/txtfile.py b/python/aubio/txtfile.py index 2ce9f264..800ff29c 100644 --- a/python/aubio/txtfile.py +++ b/python/aubio/txtfile.py @@ -3,21 +3,22 @@ print aubio.__LICENSE__ for the terms of use """ __LICENSE__ = """\ - Copyright (C) 2004 Paul Brossier + Copyright (C) 2004-2009 Paul Brossier - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This file is part of aubio. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . """ def read_datafile(filename,depth=-1): diff --git a/python/aubiocompare-onset b/python/aubiocompare-onset index 5ad26cf9..39fc2764 100755 --- a/python/aubiocompare-onset +++ b/python/aubiocompare-onset @@ -7,21 +7,22 @@ print aubio.__LICENSE__ for the terms of use or see LICENSE.txt in the aubio installation directory. """ __LICENSE__ = """\ - Copyright (C) 2004 Paul Brossier + Copyright (C) 2004-2009 Paul Brossier - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This file is part of aubio. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with aubio. If not, see . """ diff --git a/python/aubiodiffs-onset b/python/aubiodiffs-onset index 29df4d7e..8f342470 100755 --- a/python/aubiodiffs-onset +++ b/python/aubiodiffs-onset @@ -1,27 +1,23 @@ #! /usr/bin/python -"""Copyright (C) 2004 Paul Brossier - -print aubio.__LICENSE__ for the terms of use -""" __LICENSE__ = """\ - Copyright (C) 2004 Paul Brossier + Copyright (C) 2004-2009 Paul Brossier - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This file is part of aubio. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + aubio is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -""" + aubio is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + You should have received a copy of the GNU General Public License + along with aubio. If not, see . +""" __HELP__ = """\ # required arguments