Improve docs
authorKarl O. Pinc <kop@karlpinc.com>
Sun, 28 Jul 2024 19:33:23 +0000 (14:33 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Sun, 28 Jul 2024 19:33:23 +0000 (14:33 -0500)
src/pgwui_common/templates/auth_parts.mak

index ba315dc436a78bdcc48b78ef40ef8e4d6f0bcbd3..7d2f9b915e1bc7edcb8a1b1c004688f73c474dde 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <%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
      <http://www.gnu.org/licenses/>.
  
-  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 <kop@karlpinc.com>