Browse Source

Fixed speechPlayer licensing issue.

master
datajake1999 4 years ago
parent
commit
9303e17a48

+ 4
- 3
src/speechPlayer/include/speechPlayer.h View File

URL: https://bitbucket.org/nvaccess/speechplayer URL: https://bitbucket.org/nvaccess/speechplayer
Copyright 2014 NV Access Limited. Copyright 2014 NV Access Limited.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2.0, as published by
the Free Software Foundation.
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, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This license can be found at: This license can be found at:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
http://www.gnu.org/licenses/gpl.html
*/ */


#ifndef SPEECHPLAYER_H #ifndef SPEECHPLAYER_H

+ 4
- 3
src/speechPlayer/src/frame.cpp View File

URL: https://bitbucket.org/nvaccess/speechplayer URL: https://bitbucket.org/nvaccess/speechplayer
Copyright 2014 NV Access Limited. Copyright 2014 NV Access Limited.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2.0, as published by
the Free Software Foundation.
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, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This license can be found at: This license can be found at:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
http://www.gnu.org/licenses/gpl.html
*/ */


#include <cstring> #include <cstring>

+ 4
- 3
src/speechPlayer/src/frame.h View File

URL: https://bitbucket.org/nvaccess/speechplayer URL: https://bitbucket.org/nvaccess/speechplayer
Copyright 2014 NV Access Limited. Copyright 2014 NV Access Limited.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2.0, as published by
the Free Software Foundation.
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, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This license can be found at: This license can be found at:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
http://www.gnu.org/licenses/gpl.html
*/ */


#ifndef SPEECHPLAYER_FRAME_H #ifndef SPEECHPLAYER_FRAME_H

+ 4
- 3
src/speechPlayer/src/sample.h View File

URL: https://bitbucket.org/nvaccess/speechplayer URL: https://bitbucket.org/nvaccess/speechplayer
Copyright 2014 NV Access Limited. Copyright 2014 NV Access Limited.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2.0, as published by
the Free Software Foundation.
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, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This license can be found at: This license can be found at:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
http://www.gnu.org/licenses/gpl.html
*/ */


#ifndef SPEECHPLAYER_SAMPLE_H #ifndef SPEECHPLAYER_SAMPLE_H

+ 4
- 3
src/speechPlayer/src/speechPlayer.cpp View File

URL: https://bitbucket.org/nvaccess/speechplayer URL: https://bitbucket.org/nvaccess/speechplayer
Copyright 2014 NV Access Limited. Copyright 2014 NV Access Limited.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2.0, as published by
the Free Software Foundation.
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, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This license can be found at: This license can be found at:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
http://www.gnu.org/licenses/gpl.html
*/ */


#include "frame.h" #include "frame.h"

+ 4
- 3
src/speechPlayer/src/speechPlayer.h View File

URL: https://bitbucket.org/nvaccess/speechplayer URL: https://bitbucket.org/nvaccess/speechplayer
Copyright 2014 NV Access Limited. Copyright 2014 NV Access Limited.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2.0, as published by
the Free Software Foundation.
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, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This license can be found at: This license can be found at:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
http://www.gnu.org/licenses/gpl.html
*/ */


#ifndef SPEECHPLAYER_H #ifndef SPEECHPLAYER_H

+ 4
- 3
src/speechPlayer/src/speechWaveGenerator.cpp View File

URL: https://bitbucket.org/nvaccess/speechplayer URL: https://bitbucket.org/nvaccess/speechplayer
Copyright 2014 NV Access Limited. Copyright 2014 NV Access Limited.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2.0, as published by
the Free Software Foundation.
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, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This license can be found at: This license can be found at:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
http://www.gnu.org/licenses/gpl.html
*/ */


/* /*

+ 4
- 3
src/speechPlayer/src/speechWaveGenerator.h View File

URL: https://bitbucket.org/nvaccess/speechplayer URL: https://bitbucket.org/nvaccess/speechplayer
Copyright 2014 NV Access Limited. Copyright 2014 NV Access Limited.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2.0, as published by
the Free Software Foundation.
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, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This license can be found at: This license can be found at:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
http://www.gnu.org/licenses/gpl.html
*/ */


#ifndef SPEECHPLAYERSPEECHWAVEGENERATOR_H #ifndef SPEECHPLAYERSPEECHWAVEGENERATOR_H

+ 4
- 3
src/speechPlayer/src/utils.h View File

URL: https://bitbucket.org/nvaccess/speechplayer URL: https://bitbucket.org/nvaccess/speechplayer
Copyright 2014 NV Access Limited. Copyright 2014 NV Access Limited.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2.0, as published by
the Free Software Foundation.
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, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This license can be found at: This license can be found at:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
http://www.gnu.org/licenses/gpl.html
*/ */


#ifndef SPEECHPLAYER_UTILS_H #ifndef SPEECHPLAYER_UTILS_H

+ 4
- 3
src/speechPlayer/src/waveGenerator.h View File

URL: https://bitbucket.org/nvaccess/speechplayer URL: https://bitbucket.org/nvaccess/speechplayer
Copyright 2014 NV Access Limited. Copyright 2014 NV Access Limited.
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2.0, as published by
the Free Software Foundation.
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, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This license can be found at: This license can be found at:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
http://www.gnu.org/licenses/gpl.html
*/ */


#ifndef SPEECHPLAYERWAVEGENERATOR_H #ifndef SPEECHPLAYERWAVEGENERATOR_H

Loading…
Cancel
Save