--- freem/src/views.c 2025/02/28 20:06:07 1.3 +++ freem/src/views.c 2025/03/09 19:50:47 1.6 @@ -1,23 +1,11 @@ /* - * * - * * * - * * * - * *************** - * * * * * - * * MUMPS * - * * * * * - * *************** - * * * - * * * - * * - * - * views.c + * $Id: views.c,v 1.6 2025/03/09 19:50:47 snw Exp $ * implementation of VIEW command and $VIEW intrinsic function * * - * Author: Serena Willis + * Author: Serena Willis * Copyright (C) 1998 MUG Deutschland - * Copyright (C) 2020 Coherent Logic Development LLC + * Copyright (C) 2020, 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: views.c,v $ + * Revision 1.6 2025/03/09 19:50:47 snw + * Second phase of REUSE compliance and header reformat + * + * + * SPDX-FileCopyrightText: (C) 2025 Coherent Logic Development LLC + * SPDX-License-Identifier: AGPL-3.0-or-later **/ #include @@ -72,7 +67,7 @@ #endif /* __CYGWIN__ */ #include /* snw */ -#if defined(__NetBSD__) +#if defined(__NetBSD__) || defined(__OpenBSD__) #include #endif