瀏覽代碼

Add license information to some files on the top level directory

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4137/head
Suguru Hirahara 1 年之前
父節點
當前提交
92adfb50e7
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: E4F9743DAB4B7B75
共有 4 個文件被更改,包括 24 次插入0 次删除
  1. +4
    -0
      Makefile
  2. +7
    -0
      YEAR-IN-REVIEW.md
  3. +7
    -0
      jitsi_jvb.yml
  4. +6
    -0
      justfile

+ 4
- 0
Makefile 查看文件

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

.PHONY: roles lint

help: ## Show this help.


+ 7
- 0
YEAR-IN-REVIEW.md 查看文件

@@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara

SPDX-License-Identifier: AGPL-3.0-or-later
-->

# 2023

2023 was a year filled with many changes for matrix-docker-ansible-deploy. In this post, we're looking backward at some of the major changes that happened this year, as well as taking a glimpse of what's ahead in 2024.


+ 7
- 0
jitsi_jvb.yml 查看文件

@@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2022 Warren Bailey
# SPDX-FileCopyrightText: 2023 Antonis Christofides
# SPDX-FileCopyrightText: 2023 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
- name: "Set up additional Jitsi Videobridge (JVB) servers"
hosts: "jitsi_jvb_servers"


+ 6
- 0
justfile 查看文件

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2023 - 2024 Nikita Chernyi
# SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

# Shows help
default:
@{{ just_executable() }} --list --justfile {{ justfile() }}


Loading…
取消
儲存