Commit 95080648 authored by David Howells's avatar David Howells Committed by Steve French
Browse files

cifs: Fix the copyright banner on smb1maperror.c



Fix the copyright banner on smb1maperror.c to be the same as netmisc.c.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent cc40f19a
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
/* smb1maperror.c: description
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 *
 * Copyright (C) 2025 Red Hat, Inc. All Rights Reserved.
 * Written by David Howells (dhowells@redhat.com)
 *   Copyright (c) International Business Machines  Corp., 2002,2008
 *   Author(s): Steve French (sfrench@us.ibm.com)
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public Licence
 * as published by the Free Software Foundation; either version
 * 2 of the Licence, or (at your option) any later version.
 *   Error mapping routines from Samba libsmb/errormap.c
 *   Copyright (C) Andrew Tridgell 2001
 */

#include "cifsproto.h"