Changed the GNU license for the plugin from version 3 to version 2 of the GNU General Public License.

This commit is contained in:
jsmorley 2012-08-22 21:33:19 -04:00
parent 443d06f50d
commit d2f2752000

View File

@ -1,10 +1,10 @@
/* /*
Copyright (C) 2009 Shaivya Mahajan Copyright (C) 2009 Shaivya Mahajan
This program is free software: you can redistribute it and/or modify This program is free software; you can redistribute it and/or
it under the terms of the GNU General Public License as published by modify it under the terms of the GNU General Public License
the Free Software Foundation, either version 3 of the License, or as published by the Free Software Foundation; either version 2
(at your option) any later version. 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
@ -12,7 +12,8 @@
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#include <windows.h> #include <windows.h>