X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=sample%2F__init__.yaml;h=ea45b9c69ceaa61718fce3d7fe6e3f1fad543065;hp=97d22593e124f1b45590d5c7fd8ea816c138f447;hb=8c920b5c4b87fd8b54fd566c462c47f9e7f47693;hpb=2e3fb80a1f95a14453b3cd96a1a6fa6cc7584825 diff --git a/sample/__init__.yaml b/sample/__init__.yaml index 97d2259..ea45b9c 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 mudpy authors. 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