pidgin/pidgin

Parents eddde70cedd8
Children b64b96f3b781
Remove duplicate private headers variable, and fix corresponding license headers

The duplicate variable was limiting which files were being checked for license headers in the test.

Testing Done:
Ran `ninja turtles`.

Reviewed at https://reviews.imfreedom.org/r/2964/
--- a/libpurple/meson.build Tue Feb 20 01:23:04 2024 -0600
+++ b/libpurple/meson.build Tue Feb 20 01:43:23 2024 -0600
@@ -244,6 +244,7 @@
purple_private_headers = [
'purplefiletransfermanagerprivate.h',
+ 'purpleidlemanagerprivate.h',
'purplepresencemanagerprivate.h',
'purpleprivate.h',
]
@@ -330,11 +331,6 @@
'xmlnode.h'
]
-purple_private_headers = [
- 'purpleidlemanagerprivate.h',
- 'purpleprivate.h',
-]
-
enums = gnome.mkenums_simple('purpleenums',
sources : purple_enumheaders,
decorator : '_PURPLE_EXTERN',
--- a/libpurple/purplefiletransfermanagerprivate.h Tue Feb 20 01:23:04 2024 -0600
+++ b/libpurple/purplefiletransfermanagerprivate.h Tue Feb 20 01:43:23 2024 -0600
@@ -3,21 +3,21 @@
* Copyright (C) Pidgin Developers <devel@pidgin.im>
*
* Purple is the legal property of its developers, whose names are too numerous
- * to list here. Please refer to the COPYRIGHT file distributed with this
+ * to list here. Please refer to the COPYRIGHT file distributed with this
* source distribution.
*
- * 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 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.
+ * 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.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, see <https://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License along with
+ * this library; if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef PURPLE_COMPILATION
--- a/libpurple/purplepresencemanagerprivate.h Tue Feb 20 01:23:04 2024 -0600
+++ b/libpurple/purplepresencemanagerprivate.h Tue Feb 20 01:43:23 2024 -0600
@@ -3,21 +3,21 @@
* Copyright (C) Pidgin Developers <devel@pidgin.im>
*
* Purple is the legal property of its developers, whose names are too numerous
- * to list here. Please refer to the COPYRIGHT file distributed with this
+ * to list here. Please refer to the COPYRIGHT file distributed with this
* source distribution.
*
- * 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 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.
+ * 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.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, see <https://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU General Public License along with
+ * this library; if not, see <https://www.gnu.org/licenses/>.
*/
#ifndef PURPLE_COMPILATION