~vcs-imports/network-manager/trunk

« back to all changes in this revision

Viewing changes to src/nm-properties-changed-signal.h

  • Committer: Dan Williams
  • Date: 2008-11-03 04:13:42 UTC
  • Revision ID: git-v1:24e50f7f6fe61bf33b3a42e63c3eda882f40b01c
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

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- Mode: C; tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */
 
1
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
 
2
/* NetworkManager -- Network link manager
 
3
 *
 
4
 * This program is free software; you can redistribute it and/or modify
 
5
 * it under the terms of the GNU General Public License as published by
 
6
 * the Free Software Foundation; either version 2 of the License, or
 
7
 * (at your option) any later version.
 
8
 *
 
9
 * This program is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
 * GNU General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public License along
 
15
 * with this program; if not, write to the Free Software Foundation, Inc.,
 
16
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
17
 *
 
18
 * Copyright (C) 2007 - 2008 Novell, Inc.
 
19
 * Copyright (C) 2008 Red Hat, Inc.
 
20
 */
2
21
 
3
22
#ifndef _NM_PROPERTIES_CHANGED_SIGNAL_H_
4
23
#define _NM_PROPERTIES_CHANGED_SIGNAL_H_