Grammar change in the license declaration.
[citadel.git] / citadel / server / backends / common / database.c
index e9f2911b54fd6253aeb2880288bc2265c31f71a4..9ac8817eb732a08c8dcf8d68be7aa82307f2493c 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (c) 1987-2023 by the citadel.org team
 // This program is open source software.  Use, duplication, or disclosure
-// are subject to the terms of the GNU General Public License, version 3.
+// is subject to the terms of the GNU General Public License, version 3.
 
 // The functions in this file handle the selection and activation of a storage backend for Citadel Server.
 // Right now, it simply activates Berkeley DB because that's the only one we have.