Skip to content

Commit ae23ab6

Browse files
committed
Change encoding to UTF-8 for two header files that were not using UTF-8.
1 parent 8602d13 commit ae23ab6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/checkbool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Cppcheck - A tool for static C/C++ code analysis
3-
* Copyright (C) 2007-2014 Daniel Marjamäki and Cppcheck team.
3+
* Copyright (C) 2007-2014 Daniel Marjamäki and Cppcheck team.
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

lib/checksizeof.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Cppcheck - A tool for static C/C++ code analysis
3-
* Copyright (C) 2007-2014 Daniel Marjamäki and Cppcheck team.
3+
* Copyright (C) 2007-2014 Daniel Marjamäki and Cppcheck team.
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)