Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
e4194670
Commit
e4194670
authored
Sep 03, 2022
by
Waqar Ahmed
Browse files
Add SPDX license headers
parent
41359c04
Changes
5
Hide whitespace changes
Inline
Side-by-side
apps/lib/diff/diffeditor.cpp
View file @
e4194670
/*
SPDX-FileCopyrightText: 2022 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: MIT
*/
#include
"diffeditor.h"
#include
"difflinenumarea.h"
#include
"diffwidget.h"
...
...
apps/lib/diff/diffeditor.h
View file @
e4194670
/*
SPDX-FileCopyrightText: 2022 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: MIT
*/
#ifndef KATE_DIFF_EDITOR
#define KATE_DIFF_EDITOR
...
...
apps/lib/diff/difflinenumarea.cpp
View file @
e4194670
/*
SPDX-FileCopyrightText: 2022 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: MIT
*/
#include
"difflinenumarea.h"
#include
"diffeditor.h"
...
...
apps/lib/diff/difflinenumarea.h
View file @
e4194670
/*
SPDX-FileCopyrightText: 2022 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: MIT
*/
#ifndef DIFF_LINE_NUM_AREA
#define DIFF_LINE_NUM_AREA
...
...
apps/lib/diff/diffparams.h
View file @
e4194670
/*
SPDX-FileCopyrightText: 2022 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: MIT
*/
#ifndef KATE_DIFF_PARAMS
#define KATE_DIFF_PARAMS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment