Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/config.py @ 296:eed16a1ec8f3
Use SPDX license identifiers (either full or short) all over the package
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 10 Feb 2021 21:38:03 +0100 |
| parents | 2a8dcab2de8c |
| children | 063099b188cd |
comparison
equal
deleted
inserted
replaced
| 295:cff23c821665 | 296:eed16a1ec8f3 |
|---|---|
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 # :- | 2 # :- |
| 3 # :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. | 3 # :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. |
| 4 # :License: 3-clause BSD. See LICENSE.txt for details. | 4 # :License: BSD-3-Clause. See LICENSE.txt for details. |
| 5 # :- | 5 # :- |
| 6 """The unified configuration dictionary with attribute support or | 6 """The unified configuration dictionary with attribute support or |
| 7 variable substitution. | 7 variable substitution. |
| 8 | 8 |
| 9 """ | 9 """ |
