diff options
author | Dan Williams <dcbw@redhat.com> | 2008-11-03 04:13:42 +0000 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2008-11-03 04:13:42 +0000 |
commit | 24e50f7f6fe61bf33b3a42e63c3eda882f40b01c (patch) | |
tree | 32167db470b69dae4795542fa0891fc0bc4307cc /src/nm-dhcp4-config.c | |
parent | 10ab020b2916733330e6a22afa7924d40f84576c (diff) | |
download | NetworkManager-24e50f7f6fe61bf33b3a42e63c3eda882f40b01c.tar.gz |
2008-11-02 Dan Williams <dcbw@redhat.com>
* Add license headers to everything in src/
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4247 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'src/nm-dhcp4-config.c')
-rw-r--r-- | src/nm-dhcp4-config.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/nm-dhcp4-config.c b/src/nm-dhcp4-config.c index 2d5e23c975..7e7e585a8a 100644 --- a/src/nm-dhcp4-config.c +++ b/src/nm-dhcp4-config.c @@ -1,9 +1,6 @@ /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ - /* NetworkManager -- Network link manager * - * Dan Williams <dcbw@redhat.com> - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -18,10 +15,9 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * (C) Copyright 2008 Red Hat, Inc. + * Copyright (C) 2008 Red Hat, Inc. */ - #include <glib.h> #include <string.h> |