summaryrefslogtreecommitdiff
path: root/libpurple
diff options
context:
space:
mode:
Diffstat (limited to 'libpurple')
-rw-r--r--libpurple/account.c5
-rw-r--r--libpurple/account.h5
-rw-r--r--libpurple/accountopt.c5
-rw-r--r--libpurple/accountopt.h5
-rw-r--r--libpurple/blist.h5
-rw-r--r--libpurple/buddyicon.c5
-rw-r--r--libpurple/buddyicon.h5
-rw-r--r--libpurple/cipher.h5
-rw-r--r--libpurple/circbuffer.c5
-rw-r--r--libpurple/circbuffer.h7
-rw-r--r--libpurple/cmds.c5
-rw-r--r--libpurple/cmds.h5
-rw-r--r--libpurple/connection.c5
-rw-r--r--libpurple/connection.h5
-rw-r--r--libpurple/conversation.h5
-rw-r--r--libpurple/core.c5
-rw-r--r--libpurple/core.h5
-rw-r--r--libpurple/dbus-bindings.h5
-rw-r--r--libpurple/dbus-server.h5
-rw-r--r--libpurple/debug.c5
-rw-r--r--libpurple/debug.h5
-rw-r--r--libpurple/desktopitem.c5
-rw-r--r--libpurple/desktopitem.h5
-rw-r--r--libpurple/dnsquery.c5
-rw-r--r--libpurple/dnsquery.h5
-rw-r--r--libpurple/dnssrv.c5
-rw-r--r--libpurple/dnssrv.h7
-rw-r--r--libpurple/eventloop.c5
-rw-r--r--libpurple/eventloop.h5
-rw-r--r--libpurple/ft.c5
-rw-r--r--libpurple/ft.h5
-rw-r--r--libpurple/gaim-compat.h5
-rw-r--r--libpurple/idle.h5
-rw-r--r--libpurple/imgstore.c5
-rw-r--r--libpurple/imgstore.h5
-rw-r--r--libpurple/internal.h5
-rw-r--r--libpurple/log.c5
-rw-r--r--libpurple/log.h5
-rw-r--r--libpurple/nat-pmp.c5
-rw-r--r--libpurple/nat-pmp.h5
-rw-r--r--libpurple/network.c5
-rw-r--r--libpurple/network.h5
-rw-r--r--libpurple/notify.c5
-rw-r--r--libpurple/notify.h5
-rw-r--r--libpurple/ntlm.c5
-rw-r--r--libpurple/ntlm.h5
-rw-r--r--libpurple/plugin.h5
-rw-r--r--libpurple/pluginpref.h5
-rw-r--r--libpurple/pounce.c5
-rw-r--r--libpurple/pounce.h5
-rw-r--r--libpurple/prefs.h5
-rw-r--r--libpurple/privacy.h5
-rw-r--r--libpurple/proxy.c5
-rw-r--r--libpurple/proxy.h5
-rw-r--r--libpurple/prpl.h5
-rw-r--r--libpurple/request.c5
-rw-r--r--libpurple/request.h5
-rw-r--r--libpurple/roomlist.c5
-rw-r--r--libpurple/roomlist.h5
-rw-r--r--libpurple/savedstatuses.c5
-rw-r--r--libpurple/savedstatuses.h5
-rw-r--r--libpurple/server.h5
-rw-r--r--libpurple/signals.c5
-rw-r--r--libpurple/signals.h5
-rw-r--r--libpurple/sound.h5
-rw-r--r--libpurple/sslconn.c5
-rw-r--r--libpurple/sslconn.h5
-rw-r--r--libpurple/status.c5
-rw-r--r--libpurple/stringref.c5
-rw-r--r--libpurple/stringref.h5
-rw-r--r--libpurple/stun.c5
-rw-r--r--libpurple/stun.h5
-rw-r--r--libpurple/upnp.c5
-rw-r--r--libpurple/upnp.h5
-rw-r--r--libpurple/util.c5
-rw-r--r--libpurple/util.h5
-rw-r--r--libpurple/value.c5
-rw-r--r--libpurple/value.h5
-rw-r--r--libpurple/version.c5
-rw-r--r--libpurple/whiteboard.h5
-rw-r--r--libpurple/xmlnode.c5
-rw-r--r--libpurple/xmlnode.h5
82 files changed, 248 insertions, 166 deletions
diff --git a/libpurple/account.c b/libpurple/account.c
index 75a239ee55..7f3d20dbf6 100644
--- a/libpurple/account.c
+++ b/libpurple/account.c
@@ -1,8 +1,9 @@
/**
* @file account.c Account API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/account.h b/libpurple/account.h
index a99ca8aef4..7cc0b07f0a 100644
--- a/libpurple/account.h
+++ b/libpurple/account.h
@@ -1,8 +1,9 @@
/**
* @file account.h Account API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/accountopt.c b/libpurple/accountopt.c
index 697bda6ca1..92e12f88a2 100644
--- a/libpurple/accountopt.c
+++ b/libpurple/accountopt.c
@@ -1,8 +1,9 @@
/**
* @file accountopt.c Account Options API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/accountopt.h b/libpurple/accountopt.h
index 165d3a5264..c86b956f18 100644
--- a/libpurple/accountopt.h
+++ b/libpurple/accountopt.h
@@ -1,8 +1,9 @@
/**
* @file accountopt.h Account Options API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/blist.h b/libpurple/blist.h
index f1ebfa0293..c0c7293257 100644
--- a/libpurple/blist.h
+++ b/libpurple/blist.h
@@ -1,8 +1,9 @@
/**
* @file blist.h Buddy List API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/buddyicon.c b/libpurple/buddyicon.c
index e7ce4f3892..c76a770ca4 100644
--- a/libpurple/buddyicon.c
+++ b/libpurple/buddyicon.c
@@ -1,8 +1,9 @@
/**
* @file icon.c Buddy Icon API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/buddyicon.h b/libpurple/buddyicon.h
index 7367951534..cdc0732862 100644
--- a/libpurple/buddyicon.h
+++ b/libpurple/buddyicon.h
@@ -1,8 +1,9 @@
/**
* @file buddyicon.h Buddy Icon API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/cipher.h b/libpurple/cipher.h
index 1e4e9b23a1..3b45445f12 100644
--- a/libpurple/cipher.h
+++ b/libpurple/cipher.h
@@ -1,8 +1,9 @@
/**
* @file cipher.h Purple Cipher API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/circbuffer.c b/libpurple/circbuffer.c
index 01a890ae19..0dbcd5c714 100644
--- a/libpurple/circbuffer.c
+++ b/libpurple/circbuffer.c
@@ -1,8 +1,9 @@
/*
* @file circbuffer.h Buffer Utility Functions
* @ingroup core
- *
- * Purple is the legal property of its developers, whose names are too numerous
+ */
+
+/* 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
* source distribution.
*
diff --git a/libpurple/circbuffer.h b/libpurple/circbuffer.h
index 4de15f12f3..77e7724161 100644
--- a/libpurple/circbuffer.h
+++ b/libpurple/circbuffer.h
@@ -1,8 +1,9 @@
-/*
+/**
* @file circbuffer.h Buffer Utility Functions
* @ingroup core
- *
- * Purple is the legal property of its developers, whose names are too numerous
+ */
+
+/* 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
* source distribution.
*
diff --git a/libpurple/cmds.c b/libpurple/cmds.c
index b9bbd0dee8..f84d26f99c 100644
--- a/libpurple/cmds.c
+++ b/libpurple/cmds.c
@@ -1,8 +1,9 @@
/**
* @file cmds.c Commands API
* @ingroup core
- *
- * Copyright (C) 2003-2004 Timothy Ringenbach <omarvo@hotmail.com
+ */
+
+/* Copyright (C) 2003-2004 Timothy Ringenbach <omarvo@hotmail.com
*
* 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
diff --git a/libpurple/cmds.h b/libpurple/cmds.h
index dc334e67e7..9e676992d9 100644
--- a/libpurple/cmds.h
+++ b/libpurple/cmds.h
@@ -1,8 +1,9 @@
/**
* @file cmds.h Commands API
* @ingroup core
- *
- * Copyright (C) 2003 Timothy Ringenbach <omarvo@hotmail.com>
+ */
+
+/* Copyright (C) 2003 Timothy Ringenbach <omarvo@hotmail.com>
*
* 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
diff --git a/libpurple/connection.c b/libpurple/connection.c
index a518aecb15..b388defe9f 100644
--- a/libpurple/connection.c
+++ b/libpurple/connection.c
@@ -1,8 +1,9 @@
/**
* @file connection.c Connection API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/connection.h b/libpurple/connection.h
index 4fc5db6c68..feece9785c 100644
--- a/libpurple/connection.h
+++ b/libpurple/connection.h
@@ -1,8 +1,9 @@
/**
* @file connection.h Connection API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/conversation.h b/libpurple/conversation.h
index 317f91f6c2..f415367bd2 100644
--- a/libpurple/conversation.h
+++ b/libpurple/conversation.h
@@ -1,8 +1,9 @@
/**
* @file conversation.h Conversation API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/core.c b/libpurple/core.c
index 71eca5fedd..ead13a2654 100644
--- a/libpurple/core.c
+++ b/libpurple/core.c
@@ -1,8 +1,9 @@
/**
* @file core.c Purple Core API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/core.h b/libpurple/core.h
index ba80ad78ba..b0a0aa8837 100644
--- a/libpurple/core.h
+++ b/libpurple/core.h
@@ -1,7 +1,8 @@
/**
* @defgroup core libpurple
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/dbus-bindings.h b/libpurple/dbus-bindings.h
index 7a5ae25108..db5e426332 100644
--- a/libpurple/dbus-bindings.h
+++ b/libpurple/dbus-bindings.h
@@ -1,8 +1,9 @@
/**
* @file dbus-bindings.h Purple DBUS Bindings
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/dbus-server.h b/libpurple/dbus-server.h
index dac7798f80..01770b50de 100644
--- a/libpurple/dbus-server.h
+++ b/libpurple/dbus-server.h
@@ -1,8 +1,9 @@
/**
* @file dbus-server.h Purple DBUS Server
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/debug.c b/libpurple/debug.c
index 329dd7bf4e..3682c9e708 100644
--- a/libpurple/debug.c
+++ b/libpurple/debug.c
@@ -1,8 +1,9 @@
/**
* @file debug.c Debug API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/debug.h b/libpurple/debug.h
index 6d520e3846..76d0458de0 100644
--- a/libpurple/debug.h
+++ b/libpurple/debug.h
@@ -1,8 +1,9 @@
/**
* @file debug.h Debug API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/desktopitem.c b/libpurple/desktopitem.c
index 989aaf45d7..2ef08ab09f 100644
--- a/libpurple/desktopitem.c
+++ b/libpurple/desktopitem.c
@@ -1,8 +1,9 @@
/**
* @file purple-desktop-item.c Functions for managing .desktop files
* @ingroup core
- *
- * Purple is the legal property of its developers, whose names are too numerous
+ */
+
+/* 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
* source distribution.
*
diff --git a/libpurple/desktopitem.h b/libpurple/desktopitem.h
index 86f3574a2f..b47ac1b15e 100644
--- a/libpurple/desktopitem.h
+++ b/libpurple/desktopitem.h
@@ -1,8 +1,9 @@
/**
* @file desktopitem.h Functions for managing .desktop files
* @ingroup core
- *
- * Purple is the legal property of its developers, whose names are too numerous
+ */
+
+/* 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
* source distribution.
*
diff --git a/libpurple/dnsquery.c b/libpurple/dnsquery.c
index a52658c6e4..f66fbdc7ee 100644
--- a/libpurple/dnsquery.c
+++ b/libpurple/dnsquery.c
@@ -1,8 +1,9 @@
/**
* @file dnsquery.c DNS query API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/dnsquery.h b/libpurple/dnsquery.h
index 8f270731d5..fff47b16ee 100644
--- a/libpurple/dnsquery.h
+++ b/libpurple/dnsquery.h
@@ -1,8 +1,9 @@
/**
* @file dnsquery.h DNS query API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/dnssrv.c b/libpurple/dnssrv.c
index 16091fae84..3fa55fd5b5 100644
--- a/libpurple/dnssrv.c
+++ b/libpurple/dnssrv.c
@@ -1,7 +1,8 @@
/**
* @file dnssrv.c
- *
- * purple
+ */
+
+/* purple
*
* Copyright (C) 2005 Thomas Butter <butter@uni-mannheim.de>
*
diff --git a/libpurple/dnssrv.h b/libpurple/dnssrv.h
index c16f4f0668..4e17ae068c 100644
--- a/libpurple/dnssrv.h
+++ b/libpurple/dnssrv.h
@@ -1,10 +1,11 @@
/**
* @file dnssrv.h
- *
- * purple
+ */
+
+/* purple
*
* Copyright (C) 2005, Thomas Butter <butter@uni-mannheim.de>
- *i
+ *
* 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
diff --git a/libpurple/eventloop.c b/libpurple/eventloop.c
index 2159213746..99d9bb2665 100644
--- a/libpurple/eventloop.c
+++ b/libpurple/eventloop.c
@@ -1,8 +1,9 @@
/**
* @file eventloop.c Purple Event Loop API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/eventloop.h b/libpurple/eventloop.h
index 35a9f8653b..31a630a1e0 100644
--- a/libpurple/eventloop.h
+++ b/libpurple/eventloop.h
@@ -1,8 +1,9 @@
/**
* @file eventloop.h Purple Event Loop API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/ft.c b/libpurple/ft.c
index fd5ef8272d..369fd05cea 100644
--- a/libpurple/ft.c
+++ b/libpurple/ft.c
@@ -1,7 +1,8 @@
/**
* @file ft.c File Transfer API
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/ft.h b/libpurple/ft.h
index cdc08232bb..4cf3764691 100644
--- a/libpurple/ft.h
+++ b/libpurple/ft.h
@@ -1,8 +1,9 @@
/**
* @file ft.h File Transfer API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/gaim-compat.h b/libpurple/gaim-compat.h
index bdec0d6490..c2a70543eb 100644
--- a/libpurple/gaim-compat.h
+++ b/libpurple/gaim-compat.h
@@ -1,8 +1,9 @@
/**
* @file gaim-compat.h Gaim Compat macros
* @ingroup core
- *
- * pidgin
+ */
+
+/* pidgin
*
* Pidgin is the legal property of its developers, whose names are too numerous
* to list here. Please refer to the COPYRIGHT file distributed with this
diff --git a/libpurple/idle.h b/libpurple/idle.h
index 7a1bbd1395..486021c8c7 100644
--- a/libpurple/idle.h
+++ b/libpurple/idle.h
@@ -1,8 +1,9 @@
/**
* @file idle.h Idle API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/imgstore.c b/libpurple/imgstore.c
index ec88c5800b..06739bd68d 100644
--- a/libpurple/imgstore.c
+++ b/libpurple/imgstore.c
@@ -1,8 +1,9 @@
/**
* @file imgstore.h IM Image Store API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/imgstore.h b/libpurple/imgstore.h
index 57e05211a5..42f1410099 100644
--- a/libpurple/imgstore.h
+++ b/libpurple/imgstore.h
@@ -1,8 +1,9 @@
/**
* @file imgstore.h IM Image Store API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/internal.h b/libpurple/internal.h
index d80d980b5a..c998442013 100644
--- a/libpurple/internal.h
+++ b/libpurple/internal.h
@@ -1,8 +1,9 @@
/**
* @file internal.h Internal definitions and includes
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/log.c b/libpurple/log.c
index 6468d1f154..2f96f32c99 100644
--- a/libpurple/log.c
+++ b/libpurple/log.c
@@ -1,8 +1,9 @@
/**
* @file log.c Logging API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/log.h b/libpurple/log.h
index 6a296ffa36..2dab600ef5 100644
--- a/libpurple/log.h
+++ b/libpurple/log.h
@@ -1,8 +1,9 @@
/**
* @file log.h Logging API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/nat-pmp.c b/libpurple/nat-pmp.c
index 85e9b82240..40830df2e5 100644
--- a/libpurple/nat-pmp.c
+++ b/libpurple/nat-pmp.c
@@ -1,8 +1,9 @@
/**
* @file nat-pmp.c NAT-PMP Implementation
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/nat-pmp.h b/libpurple/nat-pmp.h
index 3680815489..077c74c30c 100644
--- a/libpurple/nat-pmp.h
+++ b/libpurple/nat-pmp.h
@@ -1,8 +1,9 @@
/**
* @file nat-pmp.h NAT-PMP Implementation
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/network.c b/libpurple/network.c
index a4c43a92d8..e5ba2a340c 100644
--- a/libpurple/network.c
+++ b/libpurple/network.c
@@ -1,8 +1,9 @@
/**
* @file network.c Network Implementation
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/network.h b/libpurple/network.h
index 06bcf45121..9d2702ff8a 100644
--- a/libpurple/network.h
+++ b/libpurple/network.h
@@ -1,8 +1,9 @@
/**
* @file network.h Network API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/notify.c b/libpurple/notify.c
index dbcbde2b27..7acc5856af 100644
--- a/libpurple/notify.c
+++ b/libpurple/notify.c
@@ -1,8 +1,9 @@
/**
* @file notify.c Notification API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/notify.h b/libpurple/notify.h
index 32696e8ef9..cd5d8e90e7 100644
--- a/libpurple/notify.h
+++ b/libpurple/notify.h
@@ -1,8 +1,9 @@
/**
* @file notify.h Notification API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/ntlm.c b/libpurple/ntlm.c
index 38e6c5670a..37e384eca4 100644
--- a/libpurple/ntlm.c
+++ b/libpurple/ntlm.c
@@ -1,7 +1,8 @@
/**
* @file ntlm.c
- *
- * purple
+ */
+
+/* purple
*
* Copyright (C) 2005 Thomas Butter <butter@uni-mannheim.de>
*
diff --git a/libpurple/ntlm.h b/libpurple/ntlm.h
index adfdcf67f1..e8eb18cbe0 100644
--- a/libpurple/ntlm.h
+++ b/libpurple/ntlm.h
@@ -1,7 +1,8 @@
/**
* @file ntlm.h
- *
- * purple
+ */
+
+/* purple
*
* Copyright (C) 2005, Thomas Butter <butter@uni-mannheim.de>
*
diff --git a/libpurple/plugin.h b/libpurple/plugin.h
index b6c3b67c82..2941889f18 100644
--- a/libpurple/plugin.h
+++ b/libpurple/plugin.h
@@ -1,8 +1,9 @@
/**
* @file plugin.h Plugin API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/pluginpref.h b/libpurple/pluginpref.h
index 478723fd0c..7df8ae4f8a 100644
--- a/libpurple/pluginpref.h
+++ b/libpurple/pluginpref.h
@@ -1,8 +1,9 @@
/**
* @file pluginpref.h Plugin Preferences API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/pounce.c b/libpurple/pounce.c
index fbfd572a72..fb0f65fbda 100644
--- a/libpurple/pounce.c
+++ b/libpurple/pounce.c
@@ -1,8 +1,9 @@
/**
* @file pounce.c Buddy Pounce API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/pounce.h b/libpurple/pounce.h
index aea6b77ce7..d4b4c4a4a6 100644
--- a/libpurple/pounce.h
+++ b/libpurple/pounce.h
@@ -1,8 +1,9 @@
/**
* @file pounce.h Buddy Pounce API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/prefs.h b/libpurple/prefs.h
index d554fd6361..6d98d1d175 100644
--- a/libpurple/prefs.h
+++ b/libpurple/prefs.h
@@ -1,8 +1,9 @@
/**
* @file prefs.h Prefs API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/privacy.h b/libpurple/privacy.h
index 3297f641e2..7caeb45e0f 100644
--- a/libpurple/privacy.h
+++ b/libpurple/privacy.h
@@ -1,8 +1,9 @@
/**
* @file privacy.h Privacy API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/proxy.c b/libpurple/proxy.c
index 6e17090ab9..b866b7f315 100644
--- a/libpurple/proxy.c
+++ b/libpurple/proxy.c
@@ -1,8 +1,9 @@
/**
* @file proxy.c Proxy API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/proxy.h b/libpurple/proxy.h
index c6c8780cab..f72fedaaa2 100644
--- a/libpurple/proxy.h
+++ b/libpurple/proxy.h
@@ -1,8 +1,9 @@
/**
* @file proxy.h Proxy API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/prpl.h b/libpurple/prpl.h
index 0310e38656..03b491620c 100644
--- a/libpurple/prpl.h
+++ b/libpurple/prpl.h
@@ -1,8 +1,9 @@
/**
* @file prpl.h Protocol Plugin functions
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/request.c b/libpurple/request.c
index e0417238d0..27d3cc8e89 100644
--- a/libpurple/request.c
+++ b/libpurple/request.c
@@ -1,8 +1,9 @@
/**
* @file request.c Request API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/request.h b/libpurple/request.h
index c797184a9d..799a90aae8 100644
--- a/libpurple/request.h
+++ b/libpurple/request.h
@@ -1,8 +1,9 @@
/**
* @file request.h Request API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/roomlist.c b/libpurple/roomlist.c
index d88887a8e6..c8873069e6 100644
--- a/libpurple/roomlist.c
+++ b/libpurple/roomlist.c
@@ -1,8 +1,9 @@
/**
* @file roomlist.c Room List API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/roomlist.h b/libpurple/roomlist.h
index beb6a5b2cb..ed7ed16374 100644
--- a/libpurple/roomlist.h
+++ b/libpurple/roomlist.h
@@ -1,8 +1,9 @@
/**
* @file roomlist.h Room List API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/savedstatuses.c b/libpurple/savedstatuses.c
index 4c0e10aaa1..06c5cf62e7 100644
--- a/libpurple/savedstatuses.c
+++ b/libpurple/savedstatuses.c
@@ -1,8 +1,9 @@
/**
* @file savedstatuses.c Saved Status API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/savedstatuses.h b/libpurple/savedstatuses.h
index e62ddd2f07..f236e6966a 100644
--- a/libpurple/savedstatuses.h
+++ b/libpurple/savedstatuses.h
@@ -1,8 +1,9 @@
/**
* @file savedstatuses.h Saved Status API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/server.h b/libpurple/server.h
index 713690b241..348b630c0f 100644
--- a/libpurple/server.h
+++ b/libpurple/server.h
@@ -1,8 +1,9 @@
/**
* @file server.h Server API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/signals.c b/libpurple/signals.c
index ada8bb3d4e..d1c123ee8e 100644
--- a/libpurple/signals.c
+++ b/libpurple/signals.c
@@ -1,8 +1,9 @@
/**
* @file signals.c Signal API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/signals.h b/libpurple/signals.h
index b3b1c72562..842bf09d4e 100644
--- a/libpurple/signals.h
+++ b/libpurple/signals.h
@@ -1,8 +1,9 @@
/**
* @file signals.h Signal API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/sound.h b/libpurple/sound.h
index 798f05da08..7b697fa771 100644
--- a/libpurple/sound.h
+++ b/libpurple/sound.h
@@ -1,8 +1,9 @@
/**
* @file sound.h Sound API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/sslconn.c b/libpurple/sslconn.c
index 0c4f4384b3..45d7647898 100644
--- a/libpurple/sslconn.c
+++ b/libpurple/sslconn.c
@@ -1,8 +1,9 @@
/**
* @file sslconn.c SSL API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/sslconn.h b/libpurple/sslconn.h
index 8571d43dec..08fe713890 100644
--- a/libpurple/sslconn.h
+++ b/libpurple/sslconn.h
@@ -1,8 +1,9 @@
/**
* @file sslconn.h SSL API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/status.c b/libpurple/status.c
index c40de40937..5315ed8dfd 100644
--- a/libpurple/status.c
+++ b/libpurple/status.c
@@ -1,8 +1,9 @@
/**
* @file status.c Status API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/stringref.c b/libpurple/stringref.c
index 6535be101c..1c54239141 100644
--- a/libpurple/stringref.c
+++ b/libpurple/stringref.c
@@ -1,8 +1,9 @@
/**
* @file stringref.c Reference-counted immutable strings
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/stringref.h b/libpurple/stringref.h
index 16d74b0e88..cbb9eecb19 100644
--- a/libpurple/stringref.h
+++ b/libpurple/stringref.h
@@ -3,8 +3,9 @@
/**
* @file stringref.h Reference-counted immutable strings
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/stun.c b/libpurple/stun.c
index 8464e1c16f..be2222e431 100644
--- a/libpurple/stun.c
+++ b/libpurple/stun.c
@@ -1,8 +1,9 @@
/**
* @file stun.c STUN (RFC3489) Implementation
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* STUN implementation inspired by jstun [http://jstun.javawi.de/]
*
diff --git a/libpurple/stun.h b/libpurple/stun.h
index 9a8a9fd7f1..b51a61c7e5 100644
--- a/libpurple/stun.h
+++ b/libpurple/stun.h
@@ -1,8 +1,9 @@
/**
* @file stun.h STUN API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/upnp.c b/libpurple/upnp.c
index 94f28f52d2..8f8e5f4d72 100644
--- a/libpurple/upnp.c
+++ b/libpurple/upnp.c
@@ -1,8 +1,9 @@
/**
* @file upnp.c UPnP Implementation
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/upnp.h b/libpurple/upnp.h
index 4629277222..b0e4ab4e47 100644
--- a/libpurple/upnp.h
+++ b/libpurple/upnp.h
@@ -1,8 +1,9 @@
/**
* @file upnp.h Universal Plug N Play API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/util.c b/libpurple/util.c
index 824f6f6c4d..aa56f95bb1 100644
--- a/libpurple/util.c
+++ b/libpurple/util.c
@@ -1,8 +1,9 @@
/*
* @file util.h Utility Functions
* @ingroup core
- *
- * Purple is the legal property of its developers, whose names are too numerous
+ */
+
+/* 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
* source distribution.
*
diff --git a/libpurple/util.h b/libpurple/util.h
index 14bd989ec7..94c61cf67c 100644
--- a/libpurple/util.h
+++ b/libpurple/util.h
@@ -1,8 +1,9 @@
/**
* @file util.h Utility Functions
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/value.c b/libpurple/value.c
index f38050e52b..2bda09cfbd 100644
--- a/libpurple/value.c
+++ b/libpurple/value.c
@@ -1,8 +1,9 @@
/**
* @file value.c Value wrapper API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/value.h b/libpurple/value.h
index 47e131f73f..81ec6f3100 100644
--- a/libpurple/value.h
+++ b/libpurple/value.h
@@ -1,8 +1,9 @@
/**
* @file value.h Value wrapper API
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/version.c b/libpurple/version.c
index 39e8f997bd..48857ee71e 100644
--- a/libpurple/version.c
+++ b/libpurple/version.c
@@ -1,8 +1,9 @@
/*
* @file version.c Version Functions
* @ingroup core
- *
- * Purple is the legal property of its developers, whose names are too numerous
+ */
+
+/* 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
* source distribution.
*
diff --git a/libpurple/whiteboard.h b/libpurple/whiteboard.h
index dea8550293..7d5700dee9 100644
--- a/libpurple/whiteboard.h
+++ b/libpurple/whiteboard.h
@@ -1,7 +1,8 @@
/**
* @file whiteboard.h The PurpleWhiteboard core object
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/xmlnode.c b/libpurple/xmlnode.c
index df4f14b504..9186dce96c 100644
--- a/libpurple/xmlnode.c
+++ b/libpurple/xmlnode.c
@@ -1,7 +1,8 @@
/**
* @file xmlnode.c XML DOM functions
- *
- * purple
+ */
+
+/* purple
*
* 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
diff --git a/libpurple/xmlnode.h b/libpurple/xmlnode.h
index 0d913252ff..fdf30fe80e 100644
--- a/libpurple/xmlnode.h
+++ b/libpurple/xmlnode.h
@@ -1,8 +1,9 @@
/**
* @file xmlnode.h XML DOM functions
* @ingroup core
- *
- * purple
+ */
+
+/* purple
*
* 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