Skip to content

Commit d0423ff

Browse files
committed
Set encoding to UTF-8 for some files.
1 parent cfe6943 commit d0423ff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli/cmdlineparser.cpp

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-2010 Daniel Marjamäki and Cppcheck team.
3+
* Copyright (C) 2007-2010 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

cli/cmdlineparser.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-2010 Daniel Marjamäki and Cppcheck team.
3+
* Copyright (C) 2007-2010 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/timer.cpp

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-2010 Daniel Marjamäki and Cppcheck team.
3+
* Copyright (C) 2007-2010 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)