gtk-multiview.* were relicensed to the GPL v3, but the license text was only changed in one spot. In the other spot, it was still referring to the LGPL. Here's a patch:
--- a/gtk-multiview.c +++ b/gtk-multiview.c @@ -8,9 +8,9 @@ * 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 - * Library General Public License for more details. + * General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * 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. diff --git a/gtk-multiview.h b/gtk-multiview.h index 1ba1942..c05b37e 100644 --- a/gtk-multiview.h +++ b/gtk-multiview.h @@ -8,9 +8,9 @@ * 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 - * Library General Public License for more details. + * General Public License for more details. * - * You should have received a copy of the GNU Library General Public + * 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. -- Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/> _______________________________________________ Bug-gnubg mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-gnubg
