X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=sample%2F__init__.yaml;h=f4dde51c2e4d06108c021e9fe6a4d0620ca3148e;hp=97d22593e124f1b45590d5c7fd8ea816c138f447;hb=1e9fd62ecb7c3f1563d674cb6417272524a516be;hpb=2e3fb80a1f95a14453b3cd96a1a6fa6cc7584825 diff --git a/sample/__init__.yaml b/sample/__init__.yaml index 97d2259..f4dde51 100644 --- a/sample/__init__.yaml +++ b/sample/__init__.yaml @@ -1,7 +1,12 @@ -# Copyright (c) 2004-2014 Jeremy Stanley . Permission -# to use, copy, modify, and distribute this software is granted under -# terms provided in the LICENSE file distributed with this software. +--- +_copy: Copyright (c) 2004-2017 Jeremy Stanley . + Permission to use, copy, modify, and distribute this software is granted + under terms provided in the LICENSE file distributed with this software. -__control__: - include_files: [ "area.yaml", "prop.yaml" ] - read_only: yes +_desc: This is an index file for a sample collection of elements. + +_load: + - area.yaml + - prop.yaml + +_lock: true