exebetche / vlsub

VLC extension to download subtitles from opensubtitles.org
1.34k stars 346 forks source link

Add LICENSE.md #158

Open nicolasmaia opened 7 years ago

nicolasmaia commented 7 years ago

It would be helpful to get the full text of the GPL license chosen in a LICENSE.md file, so that Github and third-parties can machine-read its licensing information.

fcoulombe commented 7 years ago

how about this:

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 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. 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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.

that's what's at the top of the source code.

fcoulombe commented 7 years ago

any reason for this to be GPL?