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"?> <schemalist> <schema path="/pidgin/plugins/transparency/" id="im.pidgin.Pidgin.plugin.Transparency"> <key name="alpha" type="i"> <default>255</default> <range min="50" max="255"/> <summary>Transparency level</summary> <description> The opacity applied to a window. </description> </key> <key name="slider" type="b"> <default>false</default> <summary>Show slider bar in windows</summary> <description> Shows a slider bar in windows with which the transparency level may be modified. </description> </key> <key name="solid-on-focus" type="b"> <default>false</default> <summary>Remove window transparency on focus</summary> <description> Whether to make a window opaque whenever it has focus. </description> </key> </schema> </schemalist>