mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
[welcome] add SPDX-tags to test-data
This commit is contained in:
parent
1a1009a2a9
commit
47c504df5d
8 changed files with 27 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
---
|
||||
requirements:
|
||||
internetCheckUrl: http://example.com
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Nothing at all
|
||||
---
|
||||
bogus: 1
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Set to blank
|
||||
---
|
||||
requirements:
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Set to something broken
|
||||
---
|
||||
requirements:
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Empty list
|
||||
---
|
||||
requirements:
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Multiple, all valid
|
||||
---
|
||||
requirements:
|
||||
internetCheckUrl:
|
||||
internetCheckUrl:
|
||||
- http://example.com
|
||||
- http://bogus.example.com
|
||||
- http://nonexistent.example.com
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# Multiple, all valid, in short-list form
|
||||
---
|
||||
requirements:
|
||||
internetCheckUrl: [ http://example.com, http://bogus.example.com, http://nonexistent.example.com ]
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
# "0" is a valid URL (?) but "" is not
|
||||
---
|
||||
requirements:
|
||||
internetCheckUrl:
|
||||
internetCheckUrl:
|
||||
- http://example.com
|
||||
- 0
|
||||
- ""
|
||||
|
|
Loading…
Add table
Reference in a new issue