summary refs log tree commit diff
path: root/libnm-util/nm-param-spec-specialized.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-util/nm-param-spec-specialized.h')
-rw-r--r--libnm-util/nm-param-spec-specialized.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/libnm-util/nm-param-spec-specialized.h b/libnm-util/nm-param-spec-specialized.h
index a6173674..7803e919 100644
--- a/libnm-util/nm-param-spec-specialized.h
+++ b/libnm-util/nm-param-spec-specialized.h
@@ -1,9 +1,6 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
 
 /*
- * Dan Williams <dcbw@redhat.com>
- * Tambet Ingo <tambet@gmail.com>
- *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
@@ -19,8 +16,8 @@
  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  * Boston, MA 02110-1301 USA.
  *
- * (C) Copyright 2007 - 2008 Red Hat, Inc.
- * (C) Copyright 2007 - 2008 Novell, Inc.
+ * Copyright 2007 - 2008 Red Hat, Inc.
+ * Copyright 2007 - 2008 Novell, Inc.
  */
 
 #ifndef NM_PARAM_SPEC_SPECIALIZED_H
@@ -38,9 +35,9 @@ typedef struct _NMParamSpecSpecialized NMParamSpecSpecialized;
 GType _nm_param_spec_specialized_get_type (void);
 
 GParamSpec *_nm_param_spec_specialized (const char *name,
-							    const char *nick,
-							    const char *blurb,
-							    GType specialized_type,
-							    GParamFlags flags);
+                                        const char *nick,
+                                        const char *blurb,
+                                        GType specialized_type,
+                                        GParamFlags flags);
 
 #endif /* NM_PARAM_SPEC_SPECIALIZED_H */