Fix lemon FSF address and add license exception for the generated mate grammar

files. One of them has no license (it is just defines) and the other gets picked
up as LGPL for no reason I can discern.

svn path=/trunk/; revision=52675
This commit is contained in:
Evan Huus 2013-10-18 18:10:46 +00:00
parent 2ac63d7a44
commit 2322bd3122
3 changed files with 12 additions and 8 deletions

View File

@ -156,6 +156,12 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'epan/except.h': [
'UNKNOWN',
],
'plugins/mate/mate_grammar.c': [
'GPL (v2 or later) LGPL (v2 or later)', # licensecheck bug?
],
'plugins/mate/mate_grammar.h': [
'UNKNOWN',
],
'cmake/TestFileOffsetBits.c': [
'UNKNOWN',
],

View File

@ -16,10 +16,9 @@
** 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 library; if not, write to the
** Free Software Foundation, Inc., 59 Temple Place - Suite 330,
** Boston, MA 02111-1307, USA.
** 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.
**
** Author contact information:
** drh@acm.org

View File

@ -13,10 +13,9 @@
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details.
**
** You should have received a copy of the GNU Library General Public
** License along with this library; if not, write to the
** Free Software Foundation, Inc., 59 Temple Place - Suite 330,
** Boston, MA 02111-1307, USA.
** 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.
**
** Modified 1997 to make it suitable for use with makeheaders.
* Updated to sqlite lemon version 1.36