From 34dc135db83376686e1f13f6f5a14fa530422570 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 4 Sep 2017 19:09:23 -0400 Subject: add canonical import paths --- nslcd_proto/doc.go | 4 ++-- nslcd_server/doc.go | 4 ++-- nslcd_systemd/nslcd_systemd.go | 4 ++-- readme.go | 4 ++-- 4 files changed, 8 insertions(+), 8 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 +// Copyright (C) 2015, 2017 Luke Shumaker // // 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" 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 +// Copyright (C) 2015-2017 Luke Shumaker // // 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" diff --git a/nslcd_systemd/nslcd_systemd.go b/nslcd_systemd/nslcd_systemd.go index cf12760..86ebbd9 100644 --- a/nslcd_systemd/nslcd_systemd.go +++ b/nslcd_systemd/nslcd_systemd.go @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Luke Shumaker +// Copyright (C) 2015-2017 Luke Shumaker // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -30,7 +30,7 @@ // backend := ... // os.Exit(int(nslcd_systemd.Main(backend))) // } -package nslcd_systemd +package nslcd_systemd // import "git.lukeshu.com/go/libnslcd/nslcd_systemd" import ( "fmt" diff --git a/readme.go b/readme.go index 5bbfe11..77e60cf 100644 --- a/readme.go +++ b/readme.go @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Luke Shumaker +// Copyright (C) 2015, 2017 Luke Shumaker // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -17,4 +17,4 @@ // Package libnslcd implements the nslcd protocol of nss-pam-ldapd, // and utlities for implementing daemons. -package libnslcd +package libnslcd // import "git.lukeshu.com/go/libnslcd" -- cgit v1.2.3