diff options
author | Benjamin Romer <benjamin.romer@unisys.com> | 2014-09-30 12:08:13 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-02 09:47:28 -0700 |
commit | a56db94c7e07d275f61472f5b06b100638d3375d (patch) | |
tree | ace37abe8dbee0365712b7618e1f54c2fc9296d4 /drivers/staging/unisys | |
parent | 191126ac505e09e58608b040ac901b62fe11f0f2 (diff) |
staging: unisys: fix copyright symbol in vbushelper.h
The copyright character in vbushelper.h isn't UTF-8 - swap it out for a
good, old-fashioned (C).
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r-- | drivers/staging/unisys/include/vbushelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/include/vbushelper.h b/drivers/staging/unisys/include/vbushelper.h index ed943759634a..60fc2b3cb741 100644 --- a/drivers/staging/unisys/include/vbushelper.h +++ b/drivers/staging/unisys/include/vbushelper.h @@ -1,6 +1,6 @@ /* vbushelper.h * - * Copyright © 2011 - 2013 UNISYS CORPORATION + * Copyright (C) 2011 - 2013 UNISYS CORPORATION * All rights reserved. * * This program is free software; you can redistribute it and/or modify |