Fixed all the #! lines to be consistent and a couple formatting issues with

the copyright
This commit is contained in:
James Vega 2003-10-16 14:53:42 +00:00
parent a6ddd4816c
commit b2dd349235
11 changed files with 13 additions and 11 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
################################################################################
#
# SOAP.py 0.9.7 - Cayce Ullman (cayce@actzero.com)

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""Ultra-liberal RSS parser
Visit http://diveintomark.org/projects/rss_parser/ for the latest version

View File

@ -2,7 +2,8 @@
###
# Copyright (c) 2002, Jeremiah Fincher
# All rights reserved. #
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
###
# Copyright (c) 2003, Daniel DiPaolo

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
###
# Copyright (c) 2002, Jeremiah Fincher

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
###
# Copyright (c) 2002, Jeremiah Fincher

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2.3
#!/usr/bin/env python
###
# Copyright (c) 2003, James Vega

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
###
# Copyright (c) 2002, Jeremiah Fincher

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
###
# Copyright (c) 2003, Daniel DiPaolo

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python
### # Copyright (c) 2002, Jeremiah Fincher
###
# Copyright (c) 2002, Jeremiah Fincher
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/python -u
#!/usr/bin/env python -u
import asyncore
import asynchat