diff options
author | Dan Winship <danw@gnome.org> | 2014-07-04 13:33:18 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2014-07-15 09:44:54 -0400 |
commit | cb7e1893e7016e2a6a7b6a820f5b9ab092d100b7 (patch) | |
tree | fed14955bc4a28a8234d485f2bb01697e4fd6917 /libnm-util/tests/test-secrets.c | |
parent | 4223fa47e477ba89d4e4c223f8bedd55dec0a6f6 (diff) | |
download | NetworkManager-cb7e1893e7016e2a6a7b6a820f5b9ab092d100b7.tar.gz |
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/tests/test-secrets.c')
-rw-r--r-- | libnm-util/tests/test-secrets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-util/tests/test-secrets.c b/libnm-util/tests/test-secrets.c index 73fc9224b0..b829d12eed 100644 --- a/libnm-util/tests/test-secrets.c +++ b/libnm-util/tests/test-secrets.c @@ -15,7 +15,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2008 - 2011 Red Hat, Inc. + * Copyright 2008 - 2011 Red Hat, Inc. * */ |