xmpp/stream.go
changeset 142 0ff033eed887
parent 140 f94b958f8df0
--- a/xmpp/stream.go	Sun Sep 15 11:23:06 2013 -0600
+++ b/xmpp/stream.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 file contains the three layers of processing for the
 // communication with the server: transport (where TLS happens), XML
 // (where strings are converted to go structures), and Stream (where