Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 774 Bytes

File metadata and controls

27 lines (17 loc) · 774 Bytes

CMPUT404-assignment-webserver

CMPUT404-assignment-webserver

See requirements.org (plain-text) for a description of the project.

Make a simple webserver.

Contributors / Licensing

Generally everything is LICENSE'D under the Apache 2 license by Abram Hindle and Eric Lam.

server.py contains contributions from:

  • Abram Hindle
  • Eddie Antonio Santos
  • Eric Lam

Consulated with Andrew Charles and Ahmed Ghoneim on certain issues, but not collaborated.

But the server.py example is derived from the python documentation examples thus some of the code is Copyright © 2001-2013 Python Software Foundation; All Rights Reserved under the PSF license (GPL compatible) http://docs.python.org/2/library/socketserver.html