diff --git a/ChangeLog b/ChangeLog index 1d59897830..09674c0958 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Oct 24 20:31:35 2003 Kristian Rietveld + + * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch], + gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch], + gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it + under GPL licensing instead of LGPL...). (Fixes #125381, Soeren + Sandmann). + Fri Oct 24 20:22:40 2003 Kristian Rietveld * gtk/gtktreemodelfilter.h: add padding to the class structure. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1d59897830..09674c0958 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +Fri Oct 24 20:31:35 2003 Kristian Rietveld + + * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch], + gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch], + gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it + under GPL licensing instead of LGPL...). (Fixes #125381, Soeren + Sandmann). + Fri Oct 24 20:22:40 2003 Kristian Rietveld * gtk/gtktreemodelfilter.h: add padding to the class structure. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 1d59897830..09674c0958 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +Fri Oct 24 20:31:35 2003 Kristian Rietveld + + * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch], + gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch], + gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it + under GPL licensing instead of LGPL...). (Fixes #125381, Soeren + Sandmann). + Fri Oct 24 20:22:40 2003 Kristian Rietveld * gtk/gtktreemodelfilter.h: add padding to the class structure. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 1d59897830..09674c0958 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +Fri Oct 24 20:31:35 2003 Kristian Rietveld + + * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch], + gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch], + gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it + under GPL licensing instead of LGPL...). (Fixes #125381, Soeren + Sandmann). + Fri Oct 24 20:22:40 2003 Kristian Rietveld * gtk/gtktreemodelfilter.h: add padding to the class structure. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 1d59897830..09674c0958 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +Fri Oct 24 20:31:35 2003 Kristian Rietveld + + * gtk/gtkcellview.[ch], gtk/gtkcellviewmenuitem.[ch], + gtk/gtkcombobox.[ch], gtk/gtkcomboboxentry.[ch], + gtk/gtktreemodelfilter.[ch]: Fix licensing (I managed to put it + under GPL licensing instead of LGPL...). (Fixes #125381, Soeren + Sandmann). + Fri Oct 24 20:22:40 2003 Kristian Rietveld * gtk/gtktreemodelfilter.h: add padding to the class structure. diff --git a/gtk/gtkcellview.c b/gtk/gtkcellview.c index c5dfe7257b..f8ffa926cf 100644 --- a/gtk/gtkcellview.c +++ b/gtk/gtkcellview.c @@ -1,18 +1,18 @@ /* gtkellview.c * Copyright (C) 2002, 2003 Kristian Rietveld * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library 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, + * 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 - * General Public License for more details. + * Library 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 + * 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. */ diff --git a/gtk/gtkcellview.h b/gtk/gtkcellview.h index e71dabd6ed..f3e7d40cb0 100644 --- a/gtk/gtkcellview.h +++ b/gtk/gtkcellview.h @@ -1,18 +1,18 @@ /* gtkcellview.h * Copyright (C) 2002, 2003 Kristian Rietveld * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library 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, + * 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 - * General Public License for more details. + * Library 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 + * 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. */ diff --git a/gtk/gtkcellviewmenuitem.c b/gtk/gtkcellviewmenuitem.c index a757b39304..88f8c6d812 100644 --- a/gtk/gtkcellviewmenuitem.c +++ b/gtk/gtkcellviewmenuitem.c @@ -1,18 +1,18 @@ /* gtkcellviewmenuitem.c * Copyright (C) 2003 Kristian Rietveld * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library 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, + * 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 - * General Public License for more details. + * Library 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 + * 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. */ diff --git a/gtk/gtkcellviewmenuitem.h b/gtk/gtkcellviewmenuitem.h index 539fabc1da..1fcfd788dd 100644 --- a/gtk/gtkcellviewmenuitem.h +++ b/gtk/gtkcellviewmenuitem.h @@ -1,18 +1,18 @@ /* gtkcellviewmenuitem.h * Copyright (C) 2003 Kristian Rietveld * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library 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, + * 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 - * General Public License for more details. + * Library 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 + * 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. */ diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 4f3ecf003f..6f2576482b 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -1,18 +1,18 @@ /* gtkcombobox.c * Copyright (C) 2002, 2003 Kristian Rietveld * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library 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, + * 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 - * General Public License for more details. + * Library 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 + * 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. */ diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h index e93ebee444..a38e2c7721 100644 --- a/gtk/gtkcombobox.h +++ b/gtk/gtkcombobox.h @@ -1,18 +1,18 @@ /* gtkcombobox.h * Copyright (C) 2002, 2003 Kristian Rietveld * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library 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, + * 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 - * General Public License for more details. + * Library 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 + * 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. */ diff --git a/gtk/gtkcomboboxentry.c b/gtk/gtkcomboboxentry.c index 8dfed57eb6..184e1301d2 100644 --- a/gtk/gtkcomboboxentry.c +++ b/gtk/gtkcomboboxentry.c @@ -1,18 +1,18 @@ /* gtkcomboboxentry.c * Copyright (C) 2002, 2003 Kristian Rietveld * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library 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, + * 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 - * General Public License for more details. + * Library 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 + * 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. */ diff --git a/gtk/gtkcomboboxentry.h b/gtk/gtkcomboboxentry.h index 9ec985f912..f0075d1a26 100644 --- a/gtk/gtkcomboboxentry.h +++ b/gtk/gtkcomboboxentry.h @@ -1,18 +1,18 @@ /* gtkcomboboxentry.h * Copyright (C) 2002, 2003 Kristian Rietveld * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library 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, + * 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 - * General Public License for more details. + * Library 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 + * 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. */ diff --git a/gtk/gtktreemodelfilter.c b/gtk/gtktreemodelfilter.c index 7061bf2342..d168c763eb 100644 --- a/gtk/gtktreemodelfilter.c +++ b/gtk/gtktreemodelfilter.c @@ -2,18 +2,18 @@ * Copyright (C) 2000,2001 Red Hat, Inc., Jonathan Blandford * Copyright (C) 2001-2003 Kristian Rietveld * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library 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, + * 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 - * General Public License for more details. + * Library 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 + * 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. */ diff --git a/gtk/gtktreemodelfilter.h b/gtk/gtktreemodelfilter.h index 82d974b710..3e17680518 100644 --- a/gtk/gtktreemodelfilter.h +++ b/gtk/gtktreemodelfilter.h @@ -2,18 +2,18 @@ * Copyright (C) 2000,2001 Red Hat, Inc., Jonathan Blandford * Copyright (C) 2001-2003 Kristian Rietveld * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library 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, + * 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 - * General Public License for more details. + * Library 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 + * 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. */