diff options
author | Dan Williams <dcbw@redhat.com> | 2008-11-14 17:41:16 +0000 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2008-11-14 17:41:16 +0000 |
commit | 71186769682c17ff03e10ace0dcad5aacf7dbeb7 (patch) | |
tree | 75358e5567c8929276633f5e66d96b32567d3a81 /libnm-glib/nm-ip4-config.c | |
parent | c37695009f79502b3c9db99f700f34eac5968dcd (diff) | |
download | NetworkManager-71186769682c17ff03e10ace0dcad5aacf7dbeb7.tar.gz |
2008-11-14 Dan Williams <dcbw@redhat.com>
Relicense libnm-glib to LGPLv2+ with agreement from contributors
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4285 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'libnm-glib/nm-ip4-config.c')
-rw-r--r-- | libnm-glib/nm-ip4-config.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libnm-glib/nm-ip4-config.c b/libnm-glib/nm-ip4-config.c index b1e37e752f..3af0f8d71e 100644 --- a/libnm-glib/nm-ip4-config.c +++ b/libnm-glib/nm-ip4-config.c @@ -1,3 +1,26 @@ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ +/* + * libnm_glib -- Access network status & information from glib applications + * + * 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 + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301 USA. + * + * Copyright (C) 2007 - 2008 Novell, Inc. + * Copyright (C) 2008 Red Hat, Inc. + */ + #include <string.h> #include <nm-setting-ip4-config.h> |