Skip to content

Commit b813802

Browse files
committed
chore: Add reuse compliance check job to CI workflow
1 parent 6f03ee1 commit b813802

70 files changed

Lines changed: 81 additions & 69 deletions

File tree

Some content is hidden

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

.github/workflows/integrate.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ jobs:
3232
contents: read
3333
uses: famedly/frontend-ci-templates/.github/workflows/general.yml@main
3434

35+
reuse-compliance-check:
36+
runs-on: ubuntu-latest
37+
steps:
38+
- name: Checkout
39+
uses: actions/checkout@v4
40+
- name: Check licenses
41+
uses: fsfe/reuse-action@v5
42+
3543
e2ee_test:
3644
runs-on: ubuntu-latest
3745
timeout-minutes: 30

.github/workflows/versions.env

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
# SPDX-FileCopyrightText: 2019-Present Famedly GmbH
2-
#
3-
# SPDX-License-Identifier: AGPL-3.0-or-later
41
dart_version=3.9.2

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

REUSE.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version = 1
33
[[annotations]]
44
path = [
55
".github/CODEOWNERS",
6+
".github/workflows/versions.env",
67
".gitignore",
78
".metadata",
89
"test_driver/synapse/data/.gitignore",

lib/encryption/encryption.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2019-2021 Famedly GmbH
1+
// SPDX-FileCopyrightText: 2019-Present Famedly GmbH
22
//
33
// SPDX-License-Identifier: AGPL-3.0-or-later
44

lib/encryption/key_manager.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2019-2021 Famedly GmbH
1+
// SPDX-FileCopyrightText: 2019-Present Famedly GmbH
22
//
33
// SPDX-License-Identifier: AGPL-3.0-or-later
44

lib/encryption/olm_manager.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2019-2021 Famedly GmbH
1+
// SPDX-FileCopyrightText: 2019-Present Famedly GmbH
22
//
33
// SPDX-License-Identifier: AGPL-3.0-or-later
44

lib/encryption/utils/outbound_group_session.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2019-2021 Famedly GmbH
1+
// SPDX-FileCopyrightText: 2019-Present Famedly GmbH
22
//
33
// SPDX-License-Identifier: AGPL-3.0-or-later
44

lib/encryption/utils/session_key.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2019-2021 Famedly GmbH
1+
// SPDX-FileCopyrightText: 2019-Present Famedly GmbH
22
//
33
// SPDX-License-Identifier: AGPL-3.0-or-later
44

lib/matrix.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2019-2021 Famedly GmbH
1+
// SPDX-FileCopyrightText: 2019-Present Famedly GmbH
22
//
33
// SPDX-License-Identifier: AGPL-3.0-or-later
44

0 commit comments

Comments
 (0)