Skip to content

Commit c131724

Browse files
committed
Update the comment based header
1 parent 931a692 commit c131724

File tree

335 files changed

+460
-465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

335 files changed

+460
-465
lines changed

Scripts/add-firewall-rules.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.LINK
1414
https://github.com/fleschutz/PowerShell
1515
.NOTES
16-
Author: Markus Fleschutz / License: CC0
16+
Author: Markus Fleschutz | License: CC0
1717
#>
1818

1919
#Requires -RunAsAdministrator

Scripts/add-memo.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
.LINK
1212
https://github.com/fleschutz/PowerShell
1313
.NOTES
14-
Author: Markus Fleschutz / License: CC0
14+
Author: Markus Fleschutz | License: CC0
1515
#>
1616

1717
param([string]$text = "")

Scripts/alert.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.LINK
1111
https://github.com/fleschutz/PowerShell
1212
.NOTES
13-
Author: Markus Fleschutz / License: CC0
13+
Author: Markus Fleschutz | License: CC0
1414
#>
1515

1616
param([string]$Message = "")

Scripts/build-repo.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
.LINK
1111
https://github.com/fleschutz/PowerShell
1212
.NOTES
13-
Author: Markus Fleschutz / License: CC0
13+
Author: Markus Fleschutz | License: CC0
1414
#>
1515

1616
param([string]$RepoDir = "$PWD")

Scripts/change-wallpaper.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
Specifies the photo category (beach, city, ...)
88
.EXAMPLE
99
PS> ./change-wallpaper
10-
.NOTES
11-
Author: Markus Fleschutz / License: CC0
1210
.LINK
1311
https://github.com/fleschutz/PowerShell
12+
.NOTES
13+
Author: Markus Fleschutz | License: CC0
1414
#>
1515

1616
param([string]$Category = "")

Scripts/check-date.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
.EXAMPLE
77
PS> ./check-date
88
✔️ It's Sunday, October 17, 2021
9-
.NOTES
10-
Author: Markus Fleschutz / License: CC0
119
.LINK
1210
https://github.com/fleschutz/PowerShell
11+
.NOTES
12+
Author: Markus Fleschutz | License: CC0
1313
#>
1414

1515
try {

Scripts/check-day.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.LINK
1010
https://github.com/fleschutz/PowerShell
1111
.NOTES
12-
Author: Markus Fleschutz / License: CC0
12+
Author: Markus Fleschutz | License: CC0
1313
#>
1414

1515
try {

Scripts/check-drive-space.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.LINK
1414
https://github.com/fleschutz/PowerShell
1515
.NOTES
16-
Author: Markus Fleschutz / License: CC0
16+
Author: Markus Fleschutz | License: CC0
1717
#>
1818

1919
param([string]$Drive = "", [int]$MinLevel = 20) # minimum level in GB

Scripts/check-dusk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.LINK
99
https://github.com/fleschutz/PowerShell
1010
.NOTES
11-
Author: Markus Fleschutz / License: CC0
11+
Author: Markus Fleschutz | License: CC0
1212
#>
1313

1414
function TimeSpanToString { param([TimeSpan]$Delta)

Scripts/check-easter-sunday.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.LINK
99
https://github.com/fleschutz/PowerShell
1010
.NOTES
11-
Author: Markus Fleschutz / License: CC0
11+
Author: Markus Fleschutz | License: CC0
1212
#>
1313

1414
try {

0 commit comments

Comments
 (0)