From cb7e1893e7016e2a6a7b6a820f5b9ab092d100b7 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 4 Jul 2014 13:33:18 -0400 Subject: libnm-util, libnm-glib: standardize copyright/license headers - Remove list of authors from files that had them; these serve no purpose except to quickly get out of date (and were only used in libnm-util and not libnm-glib anyway). - Just say "Copyright", not "(C) Copyright" or "Copyright (C)" - Put copyright statement after the license, not before - Remove "NetworkManager - Network link manager" from the few files that contained it, and "libnm_glib -- Access network status & information from glib applications" from the many files that contained it. - Remove vim modeline from nm-device-olpc-mesh.[ch], add emacs modeline to files that were missing it. --- libnm-util/nm-param-spec-specialized.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'libnm-util/nm-param-spec-specialized.h') diff --git a/libnm-util/nm-param-spec-specialized.h b/libnm-util/nm-param-spec-specialized.h index a6173674da..2b262c415f 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 - * Tambet Ingo - * * 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 -- cgit v1.2.1 From 2570c5a17ceab3eb39695493b07144cba04eadbf Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 9 May 2014 14:45:59 -0400 Subject: libnm-util, libnm-glib: whitespace fixes Fix indentation, kill trailing whitespace, split some long lines. --- libnm-util/nm-param-spec-specialized.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libnm-util/nm-param-spec-specialized.h') diff --git a/libnm-util/nm-param-spec-specialized.h b/libnm-util/nm-param-spec-specialized.h index 2b262c415f..7803e919ae 100644 --- a/libnm-util/nm-param-spec-specialized.h +++ b/libnm-util/nm-param-spec-specialized.h @@ -35,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 */ -- cgit v1.2.1