diff options
Diffstat (limited to 'nslcd_server')
-rw-r--r-- | nslcd_server/doc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nslcd_server/doc.go b/nslcd_server/doc.go index 1cf7552..46e01fa 100644 --- a/nslcd_server/doc.go +++ b/nslcd_server/doc.go @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 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 @@ -22,4 +22,4 @@ // // You write an implementation of the Backend interface, then pass // that to the HandleRequest function for each connection. -package nslcd_server +package nslcd_server // import "git.lukeshu.com/go/libnslcd/nslcd_server" |