Skip to content

Commit f6dd2dc

Browse files
committed
Improve the metadata header
1 parent 673e39f commit f6dd2dc

224 files changed

Lines changed: 488 additions & 228 deletions

File tree

Some content is hidden

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

Scripts/MD5.ps1

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

1415
param([string]$File = "")

Scripts/SHA1.ps1

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

1415
param([string]$File = "")

Scripts/SHA256.ps1

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

1415
param([string]$File = "")

Scripts/add-firewall-rules.ps1

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

1415
#Requires -RunAsAdministrator

Scripts/add-memo.ps1

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

1415
param([string]$Text = "")

Scripts/alert.ps1

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

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

Scripts/cd-desktop.ps1

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

1415
$TargetDir = resolve-path "$HOME/Desktop"

Scripts/cd-docs.ps1

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

1415
$TargetDir = resolve-path "$HOME/Documents"

Scripts/cd-downloads.ps1

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

1415
$TargetDir = resolve-path "$HOME/Downloads"

Scripts/cd-dropbox.ps1

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

1415
$TargetDir = resolve-path "$HOME/Dropbox"

0 commit comments

Comments
 (0)