network-manager-applet r1087 - in branches/NETWORKMANAGER_APPLET_0_7/src: . gconf-helpers polkit-helpers utils



Author: dcbw
Date: Sat Dec 20 14:25:45 2008
New Revision: 1087
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=1087&view=rev

Log:
Fix up license headers

Modified:
   branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-cdma.c
   branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-cdma.h
   branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-gsm.c
   branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-gsm.h
   branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wifi.c
   branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wifi.h
   branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wired.c
   branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wired.h
   branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-connection.c
   branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-connection.h
   branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-settings.c
   branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-settings.h
   branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-action.c
   branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-action.h
   branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-auth.c
   branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-auth.h
   branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-context.c
   branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-context.h
   branches/NETWORKMANAGER_APPLET_0_7/src/utils/gnome-keyring-md5.h
   branches/NETWORKMANAGER_APPLET_0_7/src/utils/utils.c
   branches/NETWORKMANAGER_APPLET_0_7/src/wired-dialog.c
   branches/NETWORKMANAGER_APPLET_0_7/src/wired-dialog.h
   branches/NETWORKMANAGER_APPLET_0_7/src/wireless-helper.h

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-cdma.c
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-cdma.c	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-cdma.c	Sat Dec 20 14:25:45 2008
@@ -1,3 +1,4 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
 /* NetworkManager Wireless Applet -- Display wireless access points and allow user control
  *
  * Dan Williams <dcbw redhat com>

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-cdma.h
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-cdma.h	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-cdma.h	Sat Dec 20 14:25:45 2008
@@ -1,3 +1,4 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
 /* NetworkManager Wireless Applet -- Display wireless access points and allow user control
  *
  * Dan Williams <dcbw redhat com>

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-gsm.c
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-gsm.c	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-gsm.c	Sat Dec 20 14:25:45 2008
@@ -1,4 +1,4 @@
-/* -*- 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 -*- */
 /* NetworkManager Wireless Applet -- Display wireless access points and allow user control
  *
  * Dan Williams <dcbw redhat com>
@@ -18,6 +18,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * (C) Copyright 2008 Red Hat, Inc.
+ * (C) Copyright 2008 Novell, Inc.
  */
 
 #ifdef HAVE_CONFIG_H

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-gsm.h
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-gsm.h	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-gsm.h	Sat Dec 20 14:25:45 2008
@@ -1,3 +1,4 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
 /* NetworkManager Wireless Applet -- Display wireless access points and allow user control
  *
  * Dan Williams <dcbw redhat com>
@@ -17,6 +18,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * (C) Copyright 2008 Red Hat, Inc.
+ * (C) Copyright 2008 Novell, Inc.
  */
 
 #ifndef __APPLET_DEVICE_GSM_H__

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wifi.c
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wifi.c	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wifi.c	Sat Dec 20 14:25:45 2008
@@ -1,5 +1,4 @@
-/* -*- 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 -*- */
 /* NetworkManager Wireless Applet -- Display wireless access points and allow user control
  *
  * Dan Williams <dcbw redhat com>

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wifi.h
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wifi.h	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wifi.h	Sat Dec 20 14:25:45 2008
@@ -1,3 +1,4 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
 /* NetworkManager Wireless Applet -- Display wireless access points and allow user control
  *
  * Dan Williams <dcbw redhat com>

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wired.c
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wired.c	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wired.c	Sat Dec 20 14:25:45 2008
@@ -1,5 +1,4 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
-
 /* NetworkManager Wireless Applet -- Display wireless access points and allow user control
  *
  * Dan Williams <dcbw redhat com>
@@ -19,6 +18,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * (C) Copyright 2008 Red Hat, Inc.
+ * (C) Copyright 2008 Novell, Inc.
  */
 
 #ifdef HAVE_CONFIG_H

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wired.h
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wired.h	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/applet-device-wired.h	Sat Dec 20 14:25:45 2008
@@ -1,3 +1,4 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
 /* NetworkManager Wireless Applet -- Display wireless access points and allow user control
  *
  * Dan Williams <dcbw redhat com>
@@ -17,6 +18,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  *
  * (C) Copyright 2008 Red Hat, Inc.
+ * (C) Copyright 2008 Novell, Inc.
  */
 
 #ifndef __APPLET_DEVICE_WIRED_H__

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-connection.c
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-connection.c	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-connection.c	Sat Dec 20 14:25:45 2008
@@ -1,4 +1,23 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
+/* NetworkManager Wireless Applet -- Display wireless access points and allow user control
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * 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 Novell, Inc.
+ * (C) Copyright 2008 Red Hat, Inc.
+ */
 
 #include <string.h>
 #include <nm-setting-connection.h>
@@ -194,9 +213,12 @@
 
 	connection = nm_exported_connection_get_connection (exported);
 
+g_message ("%s: alkdjfa;ldskfjas;lfdjaslfdkjasdflj******************", __func__);
 	utils_fill_connection_certs (connection);
 	settings = nm_connection_to_hash (connection);
+nm_connection_dump (connection);
 	utils_clear_filled_connection_certs (connection);
+g_message ("%s: -------ldskfjas;lfdjaslfdkjasdflj******************", __func__);
 
 	return settings;
 }

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-connection.h
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-connection.h	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-connection.h	Sat Dec 20 14:25:45 2008
@@ -1,4 +1,23 @@
-/* -*- 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 -*- */
+/* NetworkManager Wireless Applet -- Display wireless access points and allow user control
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * 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 Novell, Inc.
+ * (C) Copyright 2008 Red Hat, Inc.
+ */
 
 #ifndef NMA_GCONF_CONNECTION_H
 #define NMA_GCONF_CONNECTION_H

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-settings.c
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-settings.c	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-settings.c	Sat Dec 20 14:25:45 2008
@@ -1,4 +1,22 @@
-/* -*- 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 -*- */
+/* NetworkManager Wireless Applet -- Display wireless access points and allow user control
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * 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 Novell, Inc.
+ */
 
 #include <string.h>
 #include <stdio.h>

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-settings.h
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-settings.h	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/gconf-helpers/nma-gconf-settings.h	Sat Dec 20 14:25:45 2008
@@ -1,4 +1,22 @@
-/* -*- 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 -*- */
+/* NetworkManager Wireless Applet -- Display wireless access points and allow user control
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * 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 Novell, Inc.
+ */
 
 #ifndef NMA_GCONF_SETTINGS_H
 #define NMA_GCONF_SETTINGS_H

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-action.c
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-action.c	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-action.c	Sat Dec 20 14:25:45 2008
@@ -17,8 +17,8 @@
  *
  * 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., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
  *
  **************************************************************************/
 

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-action.h
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-action.h	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-action.h	Sat Dec 20 14:25:45 2008
@@ -17,8 +17,8 @@
  *
  * 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., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
  *
  **************************************************************************/
 

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-auth.c
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-auth.c	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-auth.c	Sat Dec 20 14:25:45 2008
@@ -17,8 +17,8 @@
  *
  * 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., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
  *
  **************************************************************************/
 

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-auth.h
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-auth.h	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-auth.h	Sat Dec 20 14:25:45 2008
@@ -17,8 +17,8 @@
  *
  * 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., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
  *
  **************************************************************************/
 

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-context.c
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-context.c	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-context.c	Sat Dec 20 14:25:45 2008
@@ -18,8 +18,8 @@
  *
  * 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., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
  *
  **************************************************************************/
 

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-context.h
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-context.h	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/polkit-helpers/polkit-gnome-context.h	Sat Dec 20 14:25:45 2008
@@ -18,8 +18,8 @@
  *
  * 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., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA.
  *
  **************************************************************************/
 

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/utils/gnome-keyring-md5.h
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/utils/gnome-keyring-md5.h	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/utils/gnome-keyring-md5.h	Sat Dec 20 14:25:45 2008
@@ -1,3 +1,22 @@
+/*
+ * This code implements the MD5 message-digest algorithm.
+ * The algorithm is due to Ron Rivest.  This code was
+ * written by Colin Plumb in 1993, no copyright is claimed.
+ * This code is in the public domain; do with it what you wish.
+ *
+ * Equivalent code is available from RSA Data Security, Inc.
+ * This code has been tested against that, and is equivalent,
+ * except that you don't need to include two pages of legalese
+ * with every copy.
+ *
+ * To compute the message digest of a chunk of bytes, declare an
+ * GnomeKeyringMD5Context structure, pass it to gnome_keyring_md5_init, call
+ * gnome_keyring_md5_update as needed on buffers full of bytes, and then call
+ * gnome_keyring_md5_final, which will fill a supplied 32-byte array with the
+ * digest in ascii form. 
+ *
+ */
+
 #ifndef GNOME_KEYRING_MD5_H
 #define GNOME_KEYRING_MD5_H
 

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/utils/utils.c
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/utils/utils.c	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/utils/utils.c	Sat Dec 20 14:25:45 2008
@@ -1,5 +1,4 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
-
 /* NetworkManager Wireless Applet -- Display wireless access points and allow user control
  *
  * Dan Williams <dcbw redhat com>
@@ -247,6 +246,7 @@
 
 	/* If the private key is PKCS#12, don't set the client cert */
 	filename = g_object_get_data (G_OBJECT (connection), pk_tag);
+g_message ("%s: %s tag is '%s'", __func__, pk_tag, filename);
 	if (!filename)
 		return TRUE;
 
@@ -286,6 +286,7 @@
 		return;
 
 	filename = g_object_get_data (G_OBJECT (connection), NMA_PATH_CA_CERT_TAG);
+g_message ("%s: ca-cert tag is '%s'", __func__, filename);
 	if (filename) {
 		if (!nm_setting_802_1x_set_ca_cert_from_file (s_8021x, filename, NULL, &error))
 			g_warning ("%s: couldn't read CA certificate: %d %s", __func__, error->code, error->message);

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/wired-dialog.c
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/wired-dialog.c	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/wired-dialog.c	Sat Dec 20 14:25:45 2008
@@ -1,4 +1,25 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
+/* NetworkManager Wireless Applet -- Display wireless access points and allow user control
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * 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 Novell, Inc.
+ * (C) Copyright 2008 Red Hat, Inc.
+ */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/wired-dialog.h
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/wired-dialog.h	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/wired-dialog.h	Sat Dec 20 14:25:45 2008
@@ -1,4 +1,25 @@
 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
+/* NetworkManager Wireless Applet -- Display wireless access points and allow user control
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * 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 Novell, Inc.
+ * (C) Copyright 2008 Red Hat, Inc.
+ */
 
 #ifndef WIRED_DIALOG_H
 #define WIRED_DIALOG_H

Modified: branches/NETWORKMANAGER_APPLET_0_7/src/wireless-helper.h
==============================================================================
--- branches/NETWORKMANAGER_APPLET_0_7/src/wireless-helper.h	(original)
+++ branches/NETWORKMANAGER_APPLET_0_7/src/wireless-helper.h	Sat Dec 20 14:25:45 2008
@@ -1,3 +1,25 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
+/* NetworkManager Wireless Applet -- Display wireless access points and allow user control
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * 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.
+ */
+
 /* Hacks necessary to #include wireless.h; yay for WEXT */
 
 #ifndef __user



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]