X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver%2Fbackends%2Fcommon%2Fdatabase.c;h=9ac8817eb732a08c8dcf8d68be7aa82307f2493c;hb=545fc1a847d9401923ef312f995d4f385da84e56;hp=e9f2911b54fd6253aeb2880288bc2265c31f71a4;hpb=fd392a81796b0b94695e642fc095e1f9c8278c8b;p=citadel.git diff --git a/citadel/server/backends/common/database.c b/citadel/server/backends/common/database.c index e9f2911b5..9ac8817eb 100644 --- a/citadel/server/backends/common/database.c +++ b/citadel/server/backends/common/database.c @@ -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.