Skip to content

Commit

Permalink
Restored license.ps1 as original format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahamedur committed Dec 16, 2024
1 parent 007831d commit 9a4b81b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hawk/internal/scripts/license.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
New-PSFLicense -Product 'Hawk' -Manufacturer 'Paul Navarro' -ProductVersion $script:ModuleVersion -ProductType Module -Name MIT -Version "1.0.0.0" -Date (Get-Date "2020-11-25" -AsUTC) -Text @"
Copyright (c) 2020 Paul Navarro
New-PSFLicense -Product 'Hawk' -Manufacturer 'Paul Navarro' -ProductVersion $script:ModuleVersion -ProductType Module -Name MIT -Version "1.0.0.0" -Date (Get-Date "2020-11-25") -Text @"
Copyright (c) 2023 Paul Navarro
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 9a4b81b

Please sign in to comment.