aboutsummaryrefslogtreecommitdiff
path: root/nexgb/auth.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu>2012-05-12 21:36:31 -0400
committerAndrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu>2012-05-12 21:36:31 -0400
commit24fef4062ad441c935f5a87e908c5f293d8a2f42 (patch)
treea00d266cb13d7d9267df2f431ed643fc7a1562fd /nexgb/auth.go
parentf77feff864545c590ad4f717ecf47278703e1792 (diff)
downloadhaven-24fef4062ad441c935f5a87e908c5f293d8a2f42.tar.gz
haven-24fef4062ad441c935f5a87e908c5f293d8a2f42.tar.xz
haven-24fef4062ad441c935f5a87e908c5f293d8a2f42.zip
docs
Diffstat (limited to 'nexgb/auth.go')
-rw-r--r--nexgb/auth.go10
1 files changed, 6 insertions, 4 deletions
diff --git a/nexgb/auth.go b/nexgb/auth.go
index 85e2d56..396e832 100644
--- a/nexgb/auth.go
+++ b/nexgb/auth.go
@@ -1,9 +1,11 @@
-// Copyright 2009 The XGB Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
package xgb
+/*
+auth.go contains functions to facilitate the parsing of .Xauthority files.
+
+It is largely unmodified from the original XGB package that I forked.
+*/
+
import (
"bufio"
"errors"