From 080b8bbad4239e7b36314815047b6c5ada3ae7ad Mon Sep 17 00:00:00 2001 From: Bernie White Date: Tue, 15 Aug 2017 16:04:54 +1000 Subject: [PATCH] Updates to readme and license --- LICENSE | 2 +- README.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/LICENSE b/LICENSE index 9bc4be4..03fb838 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Bernie White +Copyright (c) 2017 Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md new file mode 100644 index 0000000..bffb012 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# PSDocs +This project aims to assist IT pros to generate documentation from PowerShell objects. + +## Disclaimer +This project is to be considered a **proof-of-concept** and **not a supported Microsoft product**. + +## Getting started + +_More to come._ + +## Maintainers + +- [Bernie White](https://github.com/BernieWhite) + +## License + +This project is [licensed under the MIT License](LICENSE). \ No newline at end of file