summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-adsl.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-07-04 13:33:18 -0400
committerDan Winship <danw@gnome.org>2014-07-15 09:44:54 -0400
commitcb7e1893e7016e2a6a7b6a820f5b9ab092d100b7 (patch)
treefed14955bc4a28a8234d485f2bb01697e4fd6917 /libnm-util/nm-setting-adsl.c
parent4223fa47e477ba89d4e4c223f8bedd55dec0a6f6 (diff)
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.
Diffstat (limited to 'libnm-util/nm-setting-adsl.c')
-rw-r--r--libnm-util/nm-setting-adsl.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libnm-util/nm-setting-adsl.c b/libnm-util/nm-setting-adsl.c
index d1629166d7..5838124b50 100644
--- a/libnm-util/nm-setting-adsl.c
+++ b/libnm-util/nm-setting-adsl.c
@@ -1,10 +1,6 @@
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
/*
- * Dan Williams <dcbw@redhat.com>
- * Hicham HAOUARI <hicham.haouari@gmail.com>
- * Pantelis Koukousoulas <pktoss@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
@@ -20,7 +16,7 @@
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA.
*
- * (C) Copyright 2011 - 2013 Red Hat, Inc.
+ * Copyright 2011 - 2013 Red Hat, Inc.
*/
#include <string.h>