[libnotify] Various cleanups



commit eca356030ff5585c728029cee5c42d59f90f0e0d
Author: William Jon McCann <jmccann redhat com>
Date:   Thu Jun 24 02:53:16 2010 -0400

    Various cleanups

 libnotify/notification.h |    8 ++++----
 libnotify/notify.h       |    6 +++---
 tools/notify-send.c      |    4 +---
 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]