ascii: Remove non-ASCII characters

We will soon be enforcing ASCII-only characters for source.
This commit is contained in:
Amar Takhar
2025-05-21 20:10:35 -04:00
committed by Kinsey Moore
parent 662ad275f7
commit 34c362fee1
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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 <dwmw2@cambridge.redhat.com>
*