diff options
author | Dan Williams <dcbw@redhat.com> | 2008-12-20 09:46:41 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2008-12-20 09:46:41 -0500 |
commit | 3f907cb9e3cc8ca549b7681212de807fbf0b863a (patch) | |
tree | 290a41e94b029afca83213acfe20aaf6b97cafb3 /libnm-glib/nm-device-private.h | |
parent | c733dbf6d0d659e161f1f5c4d6f62d8cb63d1710 (diff) | |
download | NetworkManager-3f907cb9e3cc8ca549b7681212de807fbf0b863a.tar.gz |
License header and FSF address update
Diffstat (limited to 'libnm-glib/nm-device-private.h')
-rw-r--r-- | libnm-glib/nm-device-private.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/libnm-glib/nm-device-private.h b/libnm-glib/nm-device-private.h index f9f2e79007..2c56a0e646 100644 --- a/libnm-glib/nm-device-private.h +++ b/libnm-glib/nm-device-private.h @@ -1,3 +1,25 @@ +/* -*- 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 Red Hat, Inc. + */ + #ifndef NM_DEVICE_PRIVATE_H #define NM_DEVICE_PRIVATE_H |