xmpp/xmpp.go
changeset 142 0ff033eed887
parent 141 f0d0f3b941a6
child 144 9d7fdb1d2fc1
--- a/xmpp/xmpp.go	Sun Sep 15 11:23:06 2013 -0600
+++ b/xmpp/xmpp.go	Sun Sep 15 11:34:35 2013 -0600
@@ -1,7 +1,3 @@
-// Copyright 2011 The Go Authors.  All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
 // This package implements a simple XMPP client according to RFCs 3920
 // and 3921, plus the various XEPs at http://xmpp.org/protocols/. The
 // implementation is structured as a stack of layers, with TCP at the