From 4699105a1df056d416e31925f606d95144235842 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sun, 28 Jul 2024 14:33:23 -0500 Subject: [PATCH] Improve docs --- src/pgwui_common/templates/auth_parts.mak | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pgwui_common/templates/auth_parts.mak b/src/pgwui_common/templates/auth_parts.mak index ba315dc..7d2f9b9 100644 --- a/src/pgwui_common/templates/auth_parts.mak +++ b/src/pgwui_common/templates/auth_parts.mak @@ -1,6 +1,6 @@ <%doc> - Copyright (C) 2015, 2020, 2021 The Meme Factory, Inc. + Copyright (C) 2015, 2020, 2021, 2024 The Meme Factory, Inc. http://www.karlpinc.com/ This file is part of PGWUI_Common. @@ -19,7 +19,8 @@ License along with this program. If not, see . - Base template for form that authenticates a user and accesses a db. + Template library of utilities for forms that authenticate a user and + accesses a db. Karl O. Pinc -- 2.34.1