changeset 499:2b451d2e68ea

Exercise LGPL clause 3 and convert more notices from LGPL to GPLv2. (If you want the original LGPL version, it's in CVS on savannah.)
author Rob Landley <rob@landley.net>
date Wed, 31 Oct 2007 01:47:07 -0500
parents bf5b2827a4a4
children f2c405afb91a
files arm-gen.c bcheck.c c67-gen.c i386/i386-asm.c i386/i386-gen.c il-gen.c tcc.h tccasm.c tcccoff.c tccelf.c
diffstat 10 files changed, 11 insertions(+), 106 deletions(-) [+]
line wrap: on
line diff
--- a/arm-gen.c	Wed Oct 31 01:23:19 2007 -0500
+++ b/arm-gen.c	Wed Oct 31 01:47:07 2007 -0500
@@ -5,19 +5,7 @@
  *
  *  Based on i386-gen.c by Fabrice Bellard
  *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser 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
+ *  Licensed under GPLv2, see file LICENSE in this tarball.
  */
 
 #ifdef TCC_ARM_EABI
--- a/bcheck.c	Wed Oct 31 01:23:19 2007 -0500
+++ b/bcheck.c	Wed Oct 31 01:47:07 2007 -0500
@@ -3,7 +3,7 @@
  * 
  *  Copyright (c) 2002 Fabrice Bellard
  *
- *  Licensed under LGPL v2.1, see file COPYING in this tarball.
+ *  Licensed under GPLv2, see file LICENSE in this tarball.
  */
 #include <stdlib.h>
 #include <stdio.h>
--- a/c67-gen.c	Wed Oct 31 01:23:19 2007 -0500
+++ b/c67-gen.c	Wed Oct 31 01:47:07 2007 -0500
@@ -3,19 +3,7 @@
  * 
  *  Copyright (c) 2001, 2002 Fabrice Bellard
  *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser 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
+ *  Licensed under GPLv2, see file LICENSE in this tarball.
  */
 
 //#define ASSEMBLY_LISTING_C67
--- a/i386/i386-asm.c	Wed Oct 31 01:23:19 2007 -0500
+++ b/i386/i386-asm.c	Wed Oct 31 01:47:07 2007 -0500
@@ -3,19 +3,7 @@
  * 
  *  Copyright (c) 2001, 2002 Fabrice Bellard
  *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser 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
+ *  Licensed under GPLv2, see file LICENSE in this tarball.
  */
 
 #define MAX_OPERANDS 3
--- a/i386/i386-gen.c	Wed Oct 31 01:23:19 2007 -0500
+++ b/i386/i386-gen.c	Wed Oct 31 01:47:07 2007 -0500
@@ -3,19 +3,7 @@
  * 
  *  Copyright (c) 2001-2004 Fabrice Bellard
  *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser 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
+ *  Licensed under GPLv2, see file LICENSE in this tarball.
  */
 
 /* number of available registers */
--- a/il-gen.c	Wed Oct 31 01:23:19 2007 -0500
+++ b/il-gen.c	Wed Oct 31 01:47:07 2007 -0500
@@ -3,7 +3,7 @@
  * 
  *  Copyright (c) 2002 Fabrice Bellard
  *
- *  Licensed under LGPL v2.1, see file COPYING in this tarball.
+ *  Licensed under GPLv2, see file LICENSE in this tarball.
  */
 
 /* number of available registers */
--- a/tcc.h	Wed Oct 31 01:23:19 2007 -0500
+++ b/tcc.h	Wed Oct 31 01:47:07 2007 -0500
@@ -2,20 +2,9 @@
  *  TCC - Tiny C Compiler
  * 
  *  Copyright (c) 2001-2004 Fabrice Bellard
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser 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) 2006-2007 Rob Landley
  *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser 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
+ *  Licensed under GPLv2, see file LICENSE in this tarball.
  */
 #define _GNU_SOURCE
 #include "config.h"
--- a/tccasm.c	Wed Oct 31 01:23:19 2007 -0500
+++ b/tccasm.c	Wed Oct 31 01:47:07 2007 -0500
@@ -3,19 +3,7 @@
  * 
  *  Copyright (c) 2001-2004 Fabrice Bellard
  *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser 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
+ *  Licensed under GPLv2, see file LICENSE in this tarball.
  */
 
 static int asm_get_local_label_name(TCCState *s1, unsigned int n)
--- a/tcccoff.c	Wed Oct 31 01:23:19 2007 -0500
+++ b/tcccoff.c	Wed Oct 31 01:47:07 2007 -0500
@@ -4,19 +4,7 @@
  *  Copyright (c) 2003, 2004 TK
  *  Copyright (c) 2004 Fabrice Bellard
  *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser 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
+ *  Licensed under GPLv2, see file LICENSE in this tarball.
  */
 #include "coff.h"
 
--- a/tccelf.c	Wed Oct 31 01:23:19 2007 -0500
+++ b/tccelf.c	Wed Oct 31 01:47:07 2007 -0500
@@ -3,19 +3,7 @@
  * 
  *  Copyright (c) 2001-2004 Fabrice Bellard
  *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library 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
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser 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
+ *  Licensed under GPLv2, see file LICENSE in this tarball.
  */
 
 #include <limits.h>