1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +01:00

Updated copyright, setup.py version number, and AUTHORS

This commit is contained in:
Adam Blackburn
2009-02-18 16:13:31 +08:00
parent 7e18194c29
commit a9fe45dcdc
2 changed files with 5 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
Adam Blackburn (compwiz18@users.sourceforge.net)
Adam Blackburn (compwiz18@gmail.com)
Dan O'Reilly (oreilldf@gmail.com)

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
# 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
@@ -25,7 +25,8 @@ import subprocess
# Be sure to keep this updated!
# VERSIONNUMBER
VERSION_NUM = '1.6.0'
VERSION_NUM = '1.6.0a1'
# REVISION_NUM is automatically updated
REVISION_NUM = 'unknown'
CURSES_REVNO = 'r273'