[PATCH] Add a README.DMTF to the base_schema

# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1200334917 28800 # Node ID 4909cfcdc6288cd20d8c06a54b1fd458d8d298f3 # Parent 6cf619d174232d9c4f2cfab1543ed863443a92d2 Add a README.DMTF to the base_schema Signed-off-by: Dan Smith <danms@us.ibm.com> diff -r 6cf619d17423 -r 4909cfcdc628 base_schema/Makefile.am --- a/base_schema/Makefile.am Mon Jan 14 09:33:40 2008 -0800 +++ b/base_schema/Makefile.am Mon Jan 14 10:21:57 2008 -0800 @@ -6,4 +6,6 @@ dist_pkgdata_SCRIPTS = install_base_sche dist_pkgdata_SCRIPTS = install_base_schema.sh $(CIM_SCHEMA_ZIP): - wget http://www.dmtf.org/standards/cim/cim_schema_v$(CIM_SCHEMA_VER)/$(CIM_SCHEMA...) \ No newline at end of file + wget http://www.dmtf.org/standards/cim/cim_schema_v$(CIM_SCHEMA_VER)/$(CIM_SCHEMA...) + +EXTRA_DIST = README.DMTF diff -r 6cf619d17423 -r 4909cfcdc628 base_schema/README.DMTF --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/base_schema/README.DMTF Mon Jan 14 10:21:57 2008 -0800 @@ -0,0 +1,9 @@ +The DMTF CIM schema files included here are required for proper +initialization of the CIM server environment. They are permitted for +distribution per the guidelines at the top of the main MOF file: + +// DMTF is a not-for-profit association of industry members dedicated +// to promoting enterprise and systems management and interoperability. +// DMTF specifications and documents may be reproduced for uses +// consistent with this purpose by members and non-members, +// provided that correct attribution is given.

Dan Smith wrote:
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1200334917 28800 # Node ID 4909cfcdc6288cd20d8c06a54b1fd458d8d298f3 # Parent 6cf619d174232d9c4f2cfab1543ed863443a92d2 Add a README.DMTF to the base_schema
Looks like a good addition. +1 -- Kaitlin Rupert IBM Linux Technology Center karupert@us.ibm.com
participants (2)
-
Dan Smith
-
Kaitlin Rupert