diff options
Diffstat (limited to 'nslcd_proto')
-rw-r--r-- | nslcd_proto/doc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nslcd_proto/doc.go b/nslcd_proto/doc.go index 48d41b7..35279ae 100644 --- a/nslcd_proto/doc.go +++ b/nslcd_proto/doc.go @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Luke Shumaker <lukeshu@sbcglobal.net> +// Copyright (C) 2015, 2017 Luke Shumaker <lukeshu@sbcglobal.net> // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -19,4 +19,4 @@ // // The godoc documentation for this package isn't very good; you // should look at the source file nslcd_h.go. -package nslcd_proto +package nslcd_proto // import "git.lukeshu.com/go/libnslcd/nslcd_proto" |