diff --git a/resources/GitDsc/GitDsc.psd1 b/resources/GitDsc/GitDsc.psd1 index fff1be9a..f69c1c47 100644 --- a/resources/GitDsc/GitDsc.psd1 +++ b/resources/GitDsc/GitDsc.psd1 @@ -24,10 +24,10 @@ Author = 'DscSamples' # Company or vendor of this module - # CompanyName = '' + CompanyName = 'Microsoft Corporation' # Copyright statement for this module - # Copyright = '' + Copyright = '(c) Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'DSC Resource for Git' diff --git a/resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1 b/resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1 index 9255b722..11756280 100644 --- a/resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1 +++ b/resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psd1 @@ -2,7 +2,7 @@ RootModule = 'Microsoft.DotNet.Dsc.psm1' ModuleVersion = '0.1.0' GUID = '2e883e78-1d91-4d08-9fc1-2a968e31009d' - Author = 'Microsoft Corporation' + Author = 'DscSamples' CompanyName = 'Microsoft Corporation' Copyright = '(c) Microsoft Corporation. All rights reserved.' Description = 'DSC Resource for .NET SDK tool installer' diff --git a/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 b/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 index 0df7d574..b9248d19 100644 --- a/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 +++ b/resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1 @@ -2,7 +2,7 @@ RootModule = 'Microsoft.VSCode.Dsc.psm1' ModuleVersion = '0.1.0' GUID = 'baf2c585-d931-4089-8500-93a5b8de1741' - Author = 'Microsoft Corporation' + Author = 'DscSamples' CompanyName = 'Microsoft Corporation' Copyright = '(c) Microsoft Corporation. All rights reserved.' Description = 'DSC Resource for Visual Studio Code' @@ -19,6 +19,12 @@ # Prerelease string of this module Prerelease = 'alpha' + + # A URL to the license for this module. + LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' + + # A URL to the main website for this project. + ProjectUri = 'https://github.com/microsoft/winget-dsc' } } } diff --git a/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 b/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 index bf9fe0e9..8d6ad56e 100644 --- a/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 +++ b/resources/Microsoft.Windows.Developer/Microsoft.Windows.Developer.psd1 @@ -2,7 +2,7 @@ RootModule = 'Microsoft.Windows.Developer.psm1' ModuleVersion = '0.1.0' GUID = '95b88c6a-1ebe-4c8d-aae5-c57368fa2b90' - Author = 'Microsoft Corporation' + Author = 'DscSamples' CompanyName = 'Microsoft Corporation' Copyright = '(c) Microsoft Corporation. All rights reserved.' Description = 'DSC Resource for Windows' @@ -33,6 +33,12 @@ # Prerelease string of this module Prerelease = 'alpha' + + # A URL to the license for this module. + LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' + + # A URL to the main website for this project. + ProjectUri = 'https://github.com/microsoft/winget-dsc' } } } diff --git a/resources/Microsoft.Windows.Setting.Accessibility/Microsoft.Windows.Setting.Accessibility.psd1 b/resources/Microsoft.Windows.Setting.Accessibility/Microsoft.Windows.Setting.Accessibility.psd1 index e11cea5e..3e7e8a41 100644 --- a/resources/Microsoft.Windows.Setting.Accessibility/Microsoft.Windows.Setting.Accessibility.psd1 +++ b/resources/Microsoft.Windows.Setting.Accessibility/Microsoft.Windows.Setting.Accessibility.psd1 @@ -4,7 +4,7 @@ RootModule = 'Microsoft.Windows.Setting.Accessibility.psm1' ModuleVersion = '0.1.0' GUID = '25cce770-4f0a-4387-a26b-4be692e229f9' - Author = 'Microsoft Corporation' + Author = 'DscSamples' CompanyName = 'Microsoft Corporation' Copyright = '(c) Microsoft Corp. All rights reserved.' Description = 'DSC Module for Windows Accessibility' @@ -39,6 +39,12 @@ # Prerelease string of this module Prerelease = 'alpha' + + # A URL to the license for this module. + LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' + + # A URL to the main website for this project. + ProjectUri = 'https://github.com/microsoft/winget-dsc' } } } diff --git a/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 b/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 index b0540f92..8049e15c 100644 --- a/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 +++ b/resources/Microsoft.WindowsSandbox.DSC/Microsoft.WindowsSandbox.DSC.psd1 @@ -24,10 +24,10 @@ Author = 'DscSamples' # Company or vendor of this module - # CompanyName = '' + CompanyName = 'Microsoft Corporation' # Copyright statement for this module - # Copyright = '' + Copyright = '(c) Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'DSC Resource for Windows Sandbox' @@ -100,10 +100,10 @@ Tags = @('PSDscResource_WindowsSandbox') # A URL to the license for this module. - # LicenseUri = '' + LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' # A URL to the main website for this project. - # ProjectUri = '' + ProjectUri = 'https://github.com/microsoft/winget-dsc' # A URL to an icon representing this module. # IconUri = '' diff --git a/resources/NpmDsc/NpmDsc.psd1 b/resources/NpmDsc/NpmDsc.psd1 index ad578a96..ba580775 100644 --- a/resources/NpmDsc/NpmDsc.psd1 +++ b/resources/NpmDsc/NpmDsc.psd1 @@ -24,10 +24,10 @@ Author = 'DscSamples' # Company or vendor of this module - # CompanyName = '' + CompanyName = 'Microsoft Corporation' # Copyright statement for this module - # Copyright = '' + Copyright = '(c) Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'DSC Resource for Npm' @@ -101,10 +101,10 @@ Tags = @('PSDscResource_DSC_NpmPackage', 'PSDscResource_DSC_NpmInstall') # A URL to the license for this module. - # LicenseUri = '' + LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' # A URL to the main website for this project. - # ProjectUri = '' + ProjectUri = 'https://github.com/microsoft/winget-dsc' # A URL to an icon representing this module. # IconUri = '' diff --git a/resources/PythonPip3Dsc/PythonPip3Dsc.psd1 b/resources/PythonPip3Dsc/PythonPip3Dsc.psd1 index 72a38a2c..4609f0f7 100644 --- a/resources/PythonPip3Dsc/PythonPip3Dsc.psd1 +++ b/resources/PythonPip3Dsc/PythonPip3Dsc.psd1 @@ -24,10 +24,10 @@ Author = 'DscSamples' # Company or vendor of this module - # CompanyName = '' + CompanyName = 'Microsoft Corporation' # Copyright statement for this module - # Copyright = '' + Copyright = '(c) Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'DSC Resource for Python pip3' diff --git a/resources/YarnDsc/YarnDsc.psd1 b/resources/YarnDsc/YarnDsc.psd1 index 9489d856..315c59bf 100644 --- a/resources/YarnDsc/YarnDsc.psd1 +++ b/resources/YarnDsc/YarnDsc.psd1 @@ -24,10 +24,10 @@ Author = 'DscSamples' # Company or vendor of this module - # CompanyName = '' + CompanyName = 'Microsoft Corporation' # Copyright statement for this module - # Copyright = '' + Copyright = '(c) Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = 'DSC Resource for Yarn' @@ -100,10 +100,10 @@ Tags = @('PSDscResource_YarnInstall') # A URL to the license for this module. - # LicenseUri = '' + LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE' # A URL to the main website for this project. - # ProjectUri = '' + ProjectUri = 'https://github.com/microsoft/winget-dsc' # A URL to an icon representing this module. # IconUri = ''