--- freem/src/locktab.c 2025/01/19 02:04:04 1.1.1.1 +++ freem/src/locktab.c 2025/03/09 19:14:25 1.4 @@ -1,23 +1,11 @@ /* - * * - * * * - * * * - * *************** - * * * * * - * * MUMPS * - * * * * * - * *************** - * * * - * * * - * * - * - * locktab.c + * $Id: locktab.c,v 1.4 2025/03/09 19:14:25 snw Exp $ * lock table implementation * * - * Author: Serena Willis + * Author: Serena Willis * Copyright (C) 1998 MUG Deutschland - * Copyright (C) 2021 Coherent Logic Development LLC + * Copyright (C) 2021, 2025 Coherent Logic Development LLC * * * This file is part of FreeM. @@ -35,6 +23,13 @@ * You should have received a copy of the GNU Affero Public License * along with FreeM. If not, see . * + * $Log: locktab.c,v $ + * Revision 1.4 2025/03/09 19:14:25 snw + * First phase of REUSE compliance and header reformat + * + * + * SPDX-FileCopyrightText: (C) 2025 Coherent Logic Development LLC + * SPDX-License-Identifier: AGPL-3.0-or-later **/ #include @@ -441,7 +436,7 @@ locktab_ent_t *locktab_find(char *key) snprintf (chk_ns, 255, "SYSTEM"); } else { - snprintf (chk_ns, 255, nsname); + snprintf (chk_ns, 255, "%s", nsname); } for (lck = shm_config->hdr->locktab_head; lck != NULL; lck = lck->next) {