Add license headers in most files that missed them

This commit is contained in:
Quentin Gliech
2025-06-12 11:01:07 +02:00
parent 52b0a9b2ba
commit 6421d9d1f5
78 changed files with 382 additions and 18 deletions

View File

@@ -1,10 +1,15 @@
# Copyright 2025 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
# Please see LICENSE files in the repository root for full details.
name: Build and deploy the documentation
on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}