summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-06-24 02:53:16 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-06-24 02:53:16 -0400
commiteca356030ff5585c728029cee5c42d59f90f0e0d (patch)
tree6c626e694debd62b3c4c80d4be6056bfd0ddba3c
parent55c87b2eadffca824c25388af2da5993a30a5fc8 (diff)
downloadlibnotify-eca356030ff5585c728029cee5c42d59f90f0e0d.tar.gz
Various cleanups
-rw-r--r--libnotify/notification.h8
-rw-r--r--libnotify/notify.h6
-rw-r--r--tools/notify-send.c4
3 files changed, 8 insertions, 10 deletions
diff --git a/libnotify/notification.h b/libnotify/notification.h
index 7a6ddcc..6bad801 100644
--- a/libnotify/notification.h
+++ b/libnotify/notification.h
@@ -1,9 +1,8 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
- * @file libnotify/notification.h Notification object
- *
- * @Copyright (C) 2006 Christian Hammond
- * @Copyright (C) 2006 John Palmieri
+ * Copyright (C) 2006 Christian Hammond
+ * Copyright (C) 2006 John Palmieri
+ * Copyright (C) 2010 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -20,6 +19,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
+
#ifndef _NOTIFY_NOTIFICATION_H_
#define _NOTIFY_NOTIFICATION_H_
diff --git a/libnotify/notify.h b/libnotify/notify.h
index d0e49f4..768f84f 100644
--- a/libnotify/notify.h
+++ b/libnotify/notify.h
@@ -1,8 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
- * @file libnotify/notify.h Notifications library
- *
- * @Copyright (C) 2004-2006 Christian Hammond
+ * Copyright (C) 2004-2006 Christian Hammond
+ * Copyright (C) 2010 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -19,6 +18,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
+
#ifndef _LIBNOTIFY_NOTIFY_H_
#define _LIBNOTIFY_NOTIFY_H_
diff --git a/tools/notify-send.c b/tools/notify-send.c
index 20fe666..035e675 100644
--- a/tools/notify-send.c
+++ b/tools/notify-send.c
@@ -1,7 +1,5 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
- * @file notify-send.c A tool for sending notifications.
- *
* Copyright (C) 2004 Christian Hammond.
*
* This library is free software; you can redistribute it and/or
@@ -20,7 +18,7 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
+#include "config.h"
#include <libnotify/notify.h>
#include <stdio.h>