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,6 +1,4 @@ /* -*- 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. * @@ -20,7 +18,7 @@ * Boston, MA 02111-1307, USA. */ -#include +#include "config.h" #include #include