1b23520f20
In spite of there being considerable documentation sometimes in the config file, we go with CC0 because we don't want the notion of 'derived work' of a config file. The example `settings.conf` is also CC0. Add some docs to it while we're at it.
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
# Enable the configured locales (those set by the user on the
|
|
# user page) in /etc/locale.gen, if they are available in the
|
|
# target system.
|
|
---
|
|
type: "job"
|
|
name: "localecfg"
|
|
interface: "python"
|
|
script: "main.py"
|
|
noconfig: true
|