summaryrefslogtreecommitdiff
path: root/auth.go
diff options
context:
space:
mode:
authorAndrew Gallant (Ocelot) <[email protected]>2012-05-12 21:36:31 -0400
committerAndrew Gallant (Ocelot) <[email protected]>2012-05-12 21:36:31 -0400
commit67f391aa9e6095a450ddb08abf0a7a6d29a6737a (patch)
tree214d9a6dbef67f9bc72f5d9e2f2258651cfb22ad /auth.go
parentaa791314d1e318e921a78d804b5b9ab504820495 (diff)
docs
Diffstat (limited to 'auth.go')
-rw-r--r--auth.go10
1 files changed, 6 insertions, 4 deletions
diff --git a/auth.go b/auth.go
index 85e2d56..396e832 100644
--- a/auth.go
+++ b/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"