Sun, 14 Jan 2024 20:08:13 -0600
Make sure all of the license headers for IRCv3 are GPLv2
Testing Done:
Ran `licensecheck` from debian in the following way.
```
$ licensecheck *.[ch] | cut -d: -f 2 | sort | uniq -c
27 GNU General Public License v2.0 or later
```
Reviewed at https://reviews.imfreedom.org/r/2913/
<?xml version="1.0" encoding="UTF-8"?> <!-- Pidgin - Internet Messenger Copyright (C) Pidgin Developers <devel@pidgin.im> 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 program 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. You should have received a copy of the GNU General Public License along with this library; if not, see <https://www.gnu.org/licenses/>. --> <interface> <requires lib="gtk" version="4.0"/> <requires lib="pidgin" version="3.0"/> <!-- interface-license-type gplv2 --> <!-- interface-name Pidgin --> <!-- interface-description Internet Messenger --> <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> <template class="PidginInfoPane" parent="GtkBox"> <child> <object class="GtkBox"> <property name="spacing">6</property> <child> <object class="PidginAvatar"></object> </child> <child> <object class="GtkBox"> <property name="hexpand">1</property> <property name="orientation">vertical</property> <property name="valign">center</property> <child> <object class="GtkLabel" id="title"> <binding name="label"> <lookup name="title">PidginInfoPane</lookup> </binding> <property name="xalign">0</property> <style> <class name="title-2"/> </style> </object> </child> <child> <object class="GtkLabel" id="subtitle_label"> <binding name="label"> <closure type="gchararray" function="pidgin_info_pane_linkify_text_cb" object="subtitle_label"> <lookup name="subtitle">PidginInfoPane</lookup> </closure> </binding> <property name="ellipsize">end</property> <property name="lines">2</property> <property name="use-markup">yes</property> <property name="wrap">yes</property> <property name="wrap-mode">word-char</property> <property name="xalign">0</property> </object> </child> </object> </child> </object> </child> </template> </interface>