diff options
author | Dan Williams <dcbw@redhat.com> | 2008-07-27 20:03:46 +0000 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2008-07-27 20:03:46 +0000 |
commit | 281791ac77e5f205fd9511a5f5fd3d456cbcea15 (patch) | |
tree | 8dd9f6509e2550257310d5979df78e7213e46f9f /libnm-util/nm-setting-ppp.h | |
parent | fab2416151db6ba1459aaea96b79a025815006f3 (diff) | |
download | NetworkManager-281791ac77e5f205fd9511a5f5fd3d456cbcea15.tar.gz |
2008-07-27 Dan Williams <dcbw@redhat.com>
* libnm-util/*
- Relicense to LGPLv2+
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3859 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
Diffstat (limited to 'libnm-util/nm-setting-ppp.h')
-rw-r--r-- | libnm-util/nm-setting-ppp.h | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/libnm-util/nm-setting-ppp.h b/libnm-util/nm-setting-ppp.h index b7ee1354e5..761495c3d2 100644 --- a/libnm-util/nm-setting-ppp.h +++ b/libnm-util/nm-setting-ppp.h @@ -1,4 +1,27 @@ -/* -*- Mode: C; tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ +/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ + +/* + * Dan Williams <dcbw@redhat.com> + * Tambet Ingo <tambet@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 + * 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. + * + * (C) Copyright 2007 - 2008 Red Hat, Inc. + * (C) Copyright 2007 - 2008 Novell, Inc. + */ #ifndef NM_SETTING_PPP_H #define NM_SETTING_PPP_H |