From 0d1bd3f61b71c50b816fbcb031ab5ed9f1d0d808 Mon Sep 17 00:00:00 2001 From: Simon Heather Date: Wed, 5 Feb 2020 09:45:38 +0000 Subject: [PATCH 1/2] Update license copyright --- LICENSE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 567fd6a52..f4c3ee927 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Microsoft Corporation. +Copyright (c) DSC Community contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file +THE SOFTWARE. From 55ac7f977326875062456239d3d95babc60b977d Mon Sep 17 00:00:00 2001 From: Simon Heather Date: Wed, 5 Feb 2020 09:47:05 +0000 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be219ad8..ad048027f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md) ### Changed +- ActiveDirectoryDsc + - Updated license copyright ([issue #550](https://github.com/PowerShell/ActiveDirectoryDsc/issues/550)). - ADForestProperties - Refactored unit tests.