From 08a656c0af8f1bba5dcbaf09b1d189163b4ec986 Mon Sep 17 00:00:00 2001 From: Albert Esteve Date: Wed, 7 Sep 2022 09:11:22 +0200 Subject: [PATCH] reuse: addheader GPL *.md Add GPL copyright header in all markdown files in the project with the file extension. Signed-off-by: Albert Esteve --- CODE_OF_CONDUCT.md | 5 +++++ README.md | 5 +++++ doc/check-volume-leases.md | 5 +++++ doc/development.md | 5 +++++ doc/guest-agent.md | 5 +++++ doc/incremental-backup.md | 5 +++++ doc/io-timeouts.md | 5 +++++ doc/iscsi-server-setup.md | 5 +++++ doc/managed-volume.md | 5 +++++ doc/profile-vdsm-with-yappi.md | 5 +++++ doc/thin-provisioning.md | 5 +++++ tests/README.md | 5 +++++ tests/network/functional/README.md | 5 +++++ tests/network/integration/README.md | 5 +++++ tests/network/unit/README.md | 5 +++++ tests/storage/README.md | 5 +++++ 16 files changed, 80 insertions(+) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index e8e2d20744..e6d23f7f27 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,8 @@ + + # Community Code of Conduct We want to keep the oVirt Community a great place to participate, but we diff --git a/README.md b/README.md index 7442f0cedf..ec341da702 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ + + # Virtual Desktop Server Manager [![CI Status](https://github.com/oVirt/vdsm/actions/workflows/ci.yml/badge.svg)](https://github.com/oVirt/vdsm/actions) diff --git a/doc/check-volume-leases.md b/doc/check-volume-leases.md index bc3cd061cc..06390395a2 100644 --- a/doc/check-volume-leases.md +++ b/doc/check-volume-leases.md @@ -1,3 +1,8 @@ + + # Check Volume Leases Running legacy cold merge, when the cluster level <= 4.0, ends with diff --git a/doc/development.md b/doc/development.md index 8ae35533af..a773b79339 100644 --- a/doc/development.md +++ b/doc/development.md @@ -1,3 +1,8 @@ + + # Development ## Environment setup diff --git a/doc/guest-agent.md b/doc/guest-agent.md index 0ddb8089d3..b86fda0d68 100644 --- a/doc/guest-agent.md +++ b/doc/guest-agent.md @@ -1,3 +1,8 @@ + + oVirt Guest Agent =================== diff --git a/doc/incremental-backup.md b/doc/incremental-backup.md index f5a70e991e..61840f58c8 100644 --- a/doc/incremental-backup.md +++ b/doc/incremental-backup.md @@ -1,3 +1,8 @@ + + # Incremental backup support In version 4.3, oVirt introduced support for incremental backup. diff --git a/doc/io-timeouts.md b/doc/io-timeouts.md index 7ece3d4f0f..9b768f77dd 100644 --- a/doc/io-timeouts.md +++ b/doc/io-timeouts.md @@ -1,3 +1,8 @@ + + # vdsm I/O timeouts Some storage servers need longer I/O timeouts in failover or upgrade diff --git a/doc/iscsi-server-setup.md b/doc/iscsi-server-setup.md index 4b75e5e63f..0ed22d861c 100644 --- a/doc/iscsi-server-setup.md +++ b/doc/iscsi-server-setup.md @@ -1,3 +1,8 @@ + + # Setting iSCSI storage For testing oVirt setups using iSCSI storage domain, take following steps: diff --git a/doc/managed-volume.md b/doc/managed-volume.md index 2a31492e4a..d6d403aa01 100644 --- a/doc/managed-volume.md +++ b/doc/managed-volume.md @@ -1,3 +1,8 @@ + + # Managed Volumes In version 4.3, oVirt introduced support of Managed Block Storage. diff --git a/doc/profile-vdsm-with-yappi.md b/doc/profile-vdsm-with-yappi.md index a7ff04d79d..666b16691a 100644 --- a/doc/profile-vdsm-with-yappi.md +++ b/doc/profile-vdsm-with-yappi.md @@ -1,3 +1,8 @@ + + # Profile Vdsm execution using Yappi To profile Vdsm execution using Yappi, take the following steps: diff --git a/doc/thin-provisioning.md b/doc/thin-provisioning.md index 6cd6498d2e..aedfc2b6e9 100644 --- a/doc/thin-provisioning.md +++ b/doc/thin-provisioning.md @@ -1,3 +1,8 @@ + + # thin-provisioning support in Vdsm Vdsm supports thin-provisioned drives backed by either block or diff --git a/tests/README.md b/tests/README.md index ece625d8d1..d87641d66e 100644 --- a/tests/README.md +++ b/tests/README.md @@ -1,3 +1,8 @@ + + # Vdsm tests This tests suite is built on tox, pytest and nose. For more info on diff --git a/tests/network/functional/README.md b/tests/network/functional/README.md index f7515ff39e..a7917bc218 100644 --- a/tests/network/functional/README.md +++ b/tests/network/functional/README.md @@ -1,3 +1,8 @@ + + # VDSM network functional tests ### Running the tests in a container diff --git a/tests/network/integration/README.md b/tests/network/integration/README.md index d40c31ed88..d21280a1a2 100644 --- a/tests/network/integration/README.md +++ b/tests/network/integration/README.md @@ -1,3 +1,8 @@ + + # VDSM network integration tests #### Run the tests diff --git a/tests/network/unit/README.md b/tests/network/unit/README.md index 179df8748c..e438a2312b 100644 --- a/tests/network/unit/README.md +++ b/tests/network/unit/README.md @@ -1,3 +1,8 @@ + + # VDSM network unit tests #### Run the tests diff --git a/tests/storage/README.md b/tests/storage/README.md index 86884b8b3d..1c51f64dbb 100644 --- a/tests/storage/README.md +++ b/tests/storage/README.md @@ -1,3 +1,8 @@ + + # Storage tests