From ae23ab64b7e3697354c4469d5cf7be704c85de7b Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Sat, 26 Apr 2014 00:41:33 +0300 Subject: [PATCH] Change encoding to UTF-8 for two header files that were not using UTF-8. --- lib/checkbool.h | 2 +- lib/checksizeof.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/checkbool.h b/lib/checkbool.h index 85d8225a6..036b22068 100644 --- a/lib/checkbool.h +++ b/lib/checkbool.h @@ -1,6 +1,6 @@ /* * Cppcheck - A tool for static C/C++ code analysis - * Copyright (C) 2007-2014 Daniel Marjamäki and Cppcheck team. + * Copyright (C) 2007-2014 Daniel Marjamäki and Cppcheck team. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/checksizeof.h b/lib/checksizeof.h index 78defb7d8..65d572ccb 100644 --- a/lib/checksizeof.h +++ b/lib/checksizeof.h @@ -1,6 +1,6 @@ /* * Cppcheck - A tool for static C/C++ code analysis - * Copyright (C) 2007-2014 Daniel Marjamäki and Cppcheck team. + * Copyright (C) 2007-2014 Daniel Marjamäki and Cppcheck team. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by