diff -r 080d81e07112 -r 1fe880c7383e xmpp.js --- a/xmpp.js Wed Feb 10 15:01:40 2010 +0000 +++ b/xmpp.js Wed Feb 10 15:08:24 2010 +0000 @@ -1,3 +1,8 @@ +// xmpp.js - Server-side XMPP in Javascript +// (C) 2010 Matthew Wild +// This project is released under the MIT/X11 +// license. For more info see the COPYING file. + // Node libs var tcp = require("tcp");