1KWSys 2***** 3 4Introduction 5============ 6 7KWSys is the Kitware System Library. It provides platform-independent 8APIs to many common system features that are implemented differently on 9every platform. This library is intended to be shared among many 10projects at the source level, so it has a configurable namespace. 11Each project should configure KWSys to use a namespace unique to itself. 12See comments in `CMakeLists.txt`_ for details. 13 14.. _`CMakeLists.txt`: CMakeLists.txt 15 16License 17======= 18 19KWSys is distributed under the OSI-approved BSD 3-clause License. 20See `Copyright.txt`_ for details. 21 22.. _`Copyright.txt`: Copyright.txt 23 24Reporting Bugs 25============== 26 27KWSys has no independent issue tracker. After encountering an issue 28(bug) please submit a patch using the instructions for `Contributing`_. 29Otherwise please report the issue to the tracker for the project that 30hosts the copy of KWSys in which the problem was found. 31 32Contributing 33============ 34 35See `CONTRIBUTING.rst`_ for instructions to contribute. 36 37.. _`CONTRIBUTING.rst`: CONTRIBUTING.rst 38