Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions PSDepend/PSDepend.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
#CompanyName = 'Unknown'

# Copyright statement for this module
Copyright = '(c) 2016 Warren F. All rights reserved.'
Copyright = '(c) 2016-2026 Warren F. All rights reserved.'

# Description of the functionality provided by this module
Description = 'PowerShell Dependency Handler'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '3.0'
PowerShellVersion = '5.1'

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''
Expand Down Expand Up @@ -71,13 +71,13 @@
)

# Cmdlets to export from this module
CmdletsToExport = '*'
CmdletsToExport = @()

# Variables to export from this module
# VariablesToExport = '*'
VariablesToExport = @()

# Aliases to export from this module
AliasesToExport = '*'
AliasesToExport = @()

# DSC resources to export from this module
# DscResourcesToExport = @()
Expand All @@ -103,7 +103,7 @@
ProjectUri = 'https://github.com/PowerShellOrg/PSDepend/'

# A URL to an icon representing this module.
# IconUri = ''
IconUri = 'https://raw.githubusercontent.com/PowerShellOrg/PSDepend/main/static/logo.png'

# ReleaseNotes of this module
ReleaseNotes = 'https://github.com/PowerShellOrg/PSDepend/blob/main/CHANGELOG.md'
Expand Down
9 changes: 9 additions & 0 deletions static/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The assets in this directory are NOT covered by the MIT License that governs
the rest of this project.

These icons are sourced from Flaticon (https://www.flaticon.com) and are used

Check warning on line 4 in static/LICENSE

View workflow job for this annotation

GitHub Actions / Continuous Integration / Run Linters

Unknown word (Flaticon) Suggestions: (flatiron, flacon, favicon, flatirons, elation)
under the Flaticon Premium License. They remain the copyright of their

Check warning on line 5 in static/LICENSE

View workflow job for this annotation

GitHub Actions / Continuous Integration / Run Linters

Unknown word (Flaticon) Suggestions: (flatiron, flacon, favicon, flatirons, elation)
respective authors and Flaticon. Redistribution, sublicensing, or use outside

Check warning on line 6 in static/LICENSE

View workflow job for this annotation

GitHub Actions / Continuous Integration / Run Linters

Unknown word (Flaticon) Suggestions: (flatiron, flacon, favicon, flatirons, elation)
the terms of that license is not permitted.

For license details see: https://www.freepikcompany.com/legal#nav-flaticon
10 changes: 10 additions & 0 deletions static/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Logos



These logos are from https://www.flaticon.com/free-icon/checklist_9752284?term=package&page=1&position=13&origin=search&related_id=9752284



These are used via the "Premium Flaticon License" (available upon request).

Check warning on line 9 in static/README.md

View workflow job for this annotation

GitHub Actions / Continuous Integration / Run Linters

Unknown word (Flaticon) Suggestions: (flatiron, flacon, favicon, flatirons, elation)

Binary file added static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading