You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Update-ThisModuleManifest.ps1
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ begin {
17
17
# Confirm = $true
18
18
Path=$strFilespecForPsd1
19
19
ModuleVersion=$ModuleVersion
20
-
Copyright="Apache 2.0 License"
20
+
Copyright="MIT License"
21
21
Description="Module with the super useful functions that were previously scattered about the web by the vNugglets team (particularly, at vNugglets.com)"
22
22
## some aliases, both as written, and with "VN" prefixed on them
Copy file name to clipboardExpand all lines: vNugglets.Utility/vNugglets.Utility.psd1
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Author = 'Matt Boren'
27
27
CompanyName='vNugglets.com'
28
28
29
29
# Copyright statement for this module
30
-
Copyright='Apache 2.0 License'
30
+
Copyright='MIT License'
31
31
32
32
# Description of the functionality provided by this module
33
33
Description='Module with the super useful functions that were previously scattered about the web by the vNugglets team (particularly, at vNugglets.com)'
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
@@ -88,7 +88,7 @@ CmdletsToExport = @()
88
88
# VariablesToExport = @()
89
89
90
90
# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export.
# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
0 commit comments