diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2013-09-07 16:15:30 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2013-09-07 16:15:30 +0000 |
commit | ff676764474fca444f5c01fa796582f6c1283ff2 (patch) | |
tree | 4c0d4245135ec591f272bdbba48f0fbd9104862b /lib/libpam/openpam_get_feature.c | |
parent | 2dd970c2a1fc499a0598e6102908a6c124c04aa1 (diff) |
Diffstat (limited to 'lib/libpam/openpam_get_feature.c')
-rw-r--r-- | lib/libpam/openpam_get_feature.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpam/openpam_get_feature.c b/lib/libpam/openpam_get_feature.c index b552357c58d4..ad3d9b3ade0f 100644 --- a/lib/libpam/openpam_get_feature.c +++ b/lib/libpam/openpam_get_feature.c @@ -6,8 +6,7 @@ * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer - * in this position and unchanged. + * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. @@ -27,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: openpam_get_feature.c 608 2012-05-17 16:00:13Z des $ + * $Id: openpam_get_feature.c 648 2013-03-05 17:54:27Z des $ */ #ifdef HAVE_CONFIG_H |