summaryrefslogtreecommitdiff
path: root/libpurple/purple.h.in
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-11-19 20:07:44 -0600
committerGary Kramlich <grim@reaperworld.com>2020-11-19 20:07:44 -0600
commit143e31ba0d2cde0a8f9de9cbd4f796ab835148cf (patch)
treef349b15a8450e9ea8157a420ced7ecaa7e920bfe /libpurple/purple.h.in
parentb35626bbb53fa7dd003479c9b350e66eea8bdd09 (diff)
downloadpidgin-143e31ba0d2cde0a8f9de9cbd4f796ab835148cf.tar.gz
Clean up a bunch doc issues.
Testing Done: Built the docs a million times verifying the fixes. Reviewed at https://reviews.imfreedom.org/r/229/
Diffstat (limited to 'libpurple/purple.h.in')
-rw-r--r--libpurple/purple.h.in18
1 files changed, 4 insertions, 14 deletions
diff --git a/libpurple/purple.h.in b/libpurple/purple.h.in
index e9cfc6c0c4..f0e01fdb24 100644
--- a/libpurple/purple.h.in
+++ b/libpurple/purple.h.in
@@ -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,23 +17,11 @@
* 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/>.
*/
#ifndef PURPLE_PURPLE_H
#define PURPLE_PURPLE_H
-/**
- * SECTION:purple
- * @section_id: libpurple-purple
- * @short_description: <filename>purple.h</filename>
- * @title: Header files and defines
- *
- * This file contains all the necessary preprocessor directives to include
- * libpurple's headers and other preprocessor directives required for plugins
- * or UIs to build. Including this file eliminates the need to directly
- * include any other libpurple files.
- */
#include <glib.h>