Skip to content

Commit 4b64f26

Browse files
committed
docs: add SPDX license header with reuse
1 parent a7e88e5 commit 4b64f26

File tree

263 files changed

+1206
-460
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+1206
-460
lines changed

.clang-format

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2015 - 2024 Rime community
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
---
26
Language: Cpp
37
BasedOnStyle: Google

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2015 - 2024 Rime community
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
# EditorConfig is awesome: https://EditorConfig.org
26

37
# top-most EditorConfig file

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2015 - 2024 Rime community
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
# Handle line endings automatically for files detected as text
26
# and leave all files detected as binary untouched.
37
* text=auto

.github/FUNDING.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
# SPDX-FileCopyrightText: 2015 - 2024 Rime community
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
# add alipay QR code for sponsor
26
custom: https://raw.githubusercontent.com/osfans/trime/develop/osfans_alipay.png

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 6 additions & 0 deletions

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
# SPDX-FileCopyrightText: 2015 - 2024 Rime community
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
blank_issues_enabled: false
26

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 6 additions & 0 deletions

.github/pull-request-template.md

Lines changed: 6 additions & 0 deletions

.github/workflows/commit-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2015 - 2024 Rime community
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
name: Commit
26
on: [push]
37

.github/workflows/nightly-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2015 - 2024 Rime community
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
name: Nightly
26
on:
37
workflow_dispatch:

0 commit comments

Comments
 (0)