From 34c362fee100659e36a6945204f77e71cb1c2f7e Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Wed, 21 May 2025 20:10:35 -0400 Subject: [PATCH] ascii: Remove non-ASCII characters We will soon be enforcing ASCII-only characters for source. --- cpukit/libfs/src/jffs2/src/LICENSE.md | 2 +- cpukit/libfs/src/jffs2/src/os-rtems.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cpukit/libfs/src/jffs2/src/LICENSE.md b/cpukit/libfs/src/jffs2/src/LICENSE.md index 44fe9874e1..dd4272d792 100644 --- a/cpukit/libfs/src/jffs2/src/LICENSE.md +++ b/cpukit/libfs/src/jffs2/src/LICENSE.md @@ -3,7 +3,7 @@ License The files in this directory and elsewhere which refer to this LICENCE file are part of JFFS2, the Journalling Flash File System v2. - Copyright © 2001-2007 Red Hat, Inc. and others + Copyright (c) 2001-2007 Red Hat, Inc. and others JFFS2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/cpukit/libfs/src/jffs2/src/os-rtems.h b/cpukit/libfs/src/jffs2/src/os-rtems.h index 4bc6f5df13..4e3e657e5f 100644 --- a/cpukit/libfs/src/jffs2/src/os-rtems.h +++ b/cpukit/libfs/src/jffs2/src/os-rtems.h @@ -1,8 +1,8 @@ /* * JFFS2 -- Journalling Flash File System, Version 2. * - * Copyright © 2002-2003 Free Software Foundation, Inc. - * Copyright © 2013 embedded brains GmbH & Co. KG + * Copyright (c) 2002-2003 Free Software Foundation, Inc. + * Copyright (c) 2013 embedded brains GmbH & Co. KG * * Created by David Woodhouse *