libpurple/request/purplerequestfieldbool.c

changeset 42144
92dd14dc8a73
parent 42136
cfa707dcda7d
child 42149
4de5a514b8ba
--- a/libpurple/request/purplerequestfieldbool.c	Fri Mar 10 17:42:23 2023 -0600
+++ b/libpurple/request/purplerequestfieldbool.c	Sat Mar 11 04:33:46 2023 -0600
@@ -1,4 +1,6 @@
-/* purple
+/*
+ * Purple - Internet Messaging Library
+ * 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
@@ -15,15 +17,13 @@
  * 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, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
  */
 
 #include <glib/gi18n-lib.h>
 
-#include "glibcompat.h"
 #include "purplerequestfield.h"
-#include "request/purplerequestfieldbool.h"
+#include "purplerequestfieldbool.h"
 
 struct _PurpleRequestFieldBool {
 	PurpleRequestField parent;

mercurial