summaryrefslogtreecommitdiff
path: root/readme.rst
diff options
context:
space:
mode:
Diffstat (limited to 'readme.rst')
-rw-r--r--readme.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/readme.rst b/readme.rst
new file mode 100644
index 0000000..4a95f48
--- /dev/null
+++ b/readme.rst
@@ -0,0 +1,19 @@
+synopsis
+--------
+Library routines for handling Microsoft Security Identifiers in text and binary
+format.
+
+Includes a utility ``sidparse`` for dissecting SIDs on the command line.
+
+references
+----------
+SIDs are specified in MS-DTYP_.
+
+.. _MS-DTYP: https://msdn.microsoft.com/en-us/library/cc230273.aspx
+
+license
+-------
+This package is licensed_ as ``LGPL-3.0-only`` (no “any later version” clause).
+
+.. _licensed: https://spdx.org/licenses/LGPL-3.0-only.html
+