1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-05 13:24:13 +01:00

Update copyrights and some docstrings.

Make trayicon network menu scan-triggering behave better.
This commit is contained in:
Dan O'Reilly
2009-03-22 17:36:55 -04:00
parent f79067c692
commit 65c72ba3a2
20 changed files with 76 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env python
""" Configure the scripts for a particular network.
""" configscript -- Configure the scripts for a particular network.
Script for configuring the scripts for a network passed in as a
command line argument. This needs to run a separate process because
@@ -10,8 +10,8 @@ run as the current user.
"""
#
# Copyright (C) 2007-2008 Adam Blackburn
# Copyright (C) 2007-2008 Dan O'Reilly
# Copyright (C) 2007-2009 Adam Blackburn
# Copyright (C) 2007-2009 Dan O'Reilly
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License Version 2 as