Skip to content

Commit

Permalink
added Emacs C++ marker to header comments [skip ci] (#6346)
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Aug 7, 2024
1 parent b40f41b commit 89434e1
Show file tree
Hide file tree
Showing 164 changed files with 181 additions and 163 deletions.
2 changes: 1 addition & 1 deletion cli/cmdlinelogger.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/cmdlineparser.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/cppcheckexecutor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/cppcheckexecutorseh.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/executor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/filelister.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/precompiled.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/processexecutor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/signalhandler.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/singleexecutor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/stacktrace.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion cli/threadexecutor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/aboutdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/application.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/applicationdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/applicationlist.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/checkstatistics.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/checkthread.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/codeeditor.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/codeeditorstyle.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/codeeditstylecontrols.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/codeeditstyledialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/common.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/compliancereportdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/cppchecklibrarydata.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/csvreport.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/erroritem.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/filelist.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/fileviewdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/helpdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/libraryaddfunctiondialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/librarydialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/libraryeditargdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/mainwindow.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/newsuppressiondialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/platforms.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/precompiled.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/precompiled_qmake.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2022 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/printablereport.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/projectfile.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/projectfiledialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/report.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2022 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/resultstree.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/resultsview.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/scratchpad.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/settingsdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/showtypes.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/statsdialog.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/test/cppchecklibrarydata/testcppchecklibrarydata.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2021 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/test/filelist/testfilelist.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2021 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/test/projectfile/testprojectfile.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2021 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/test/resultstree/testresultstree.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2021 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/test/translationhandler/testtranslationhandler.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2021 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/test/xmlreportv2/testxmlreportv2.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2021 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/threadhandler.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/threadresult.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/translationhandler.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/txtreport.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/xmlreport.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2022 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion gui/xmlreportv2.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/addoninfo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/analyzer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/analyzerinfo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/astutils.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/calculate.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2023 Cppcheck team.
*
Expand Down
2 changes: 1 addition & 1 deletion lib/check.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/* -*- C++ -*-
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2024 Cppcheck team.
*
Expand Down
Loading

0 comments on commit 89434e1

Please sign in to comment.