Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Thunderbolt Integration
Commits
ed2f27d4
Verified
Commit
ed2f27d4
authored
Apr 30, 2021
by
Alexander Lohnau
💬
Browse files
Add license headers to non copyrightable files
parent
971813b7
Changes
4
Hide whitespace changes
Inline
Side-by-side
.git-blame-ignore-revs
View file @
ed2f27d4
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
# clang-format
7040e191d566e287e60b132e74c92beb3544f30d
.gitignore
View file @
ed2f27d4
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
build
*.kdev4
.kdev4
...
...
src/kcm/Messages.sh
View file @
ed2f27d4
#! /usr/bin/env bash
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
$XGETTEXT
`
find
.
-name
"*.cpp"
-o
-name
"*.qml"
`
-o
$podir
/kcm_bolt.pot
$XGETTEXT
-j
-L
JavaScript
`
find
.
-name
"*.js"
`
-o
$podir
/kcm_bolt.pot
src/kded/Messages.sh
View file @
ed2f27d4
#!/usr/bin/env bash
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0
$XGETTEXT
`
find
.
-name
'*.cpp'
`
-o
$podir
/kded_bolt.pot
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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