Skip to content

Commit e4c3740

Browse files
committed
Update copyright year.
1 parent 3ce6ef3 commit e4c3740

16 files changed

+16
-16
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ generated_code = true
3535

3636
[*.cs]
3737
# IDE0073 File header
38-
file_header_template = Copyright (c) 2023 Matthias Wolf, Mawosoft.
38+
file_header_template = Copyright (c) 2023-2024 Matthias Wolf, Mawosoft.
3939

4040
# IDE0065 Using directive
4141
csharp_using_directive_placement = outside_namespace

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Matthias Wolf
3+
Copyright (c) 2023-2024 Matthias Wolf
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

PowerShell/Profile/Common/Expand-Object.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Matthias Wolf, Mawosoft.
1+
# Copyright (c) 2023-2024 Matthias Wolf, Mawosoft.
22

33
<#
44
.SYNOPSIS

PowerShell/Profile/Common/Get-Profile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Matthias Wolf, Mawosoft.
1+
# Copyright (c) 2023-2024 Matthias Wolf, Mawosoft.
22

33
<#
44
.SYNOPSIS

PowerShell/Profile/Common/Get-StrictMode.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Matthias Wolf, Mawosoft.
1+
# Copyright (c) 2023-2024 Matthias Wolf, Mawosoft.
22

33
<#
44
.SYNOPSIS

PowerShell/Profile/Common/Import-BatchEnvironment.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Matthias Wolf, Mawosoft.
1+
# Copyright (c) 2023-2024 Matthias Wolf, Mawosoft.
22

33
<#
44
.SYNOPSIS

PowerShell/Profile/Common/statements.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Matthias Wolf, Mawosoft.
1+
# Copyright (c) 2023-2024 Matthias Wolf, Mawosoft.
22

33
Set-StrictMode -Version 3
44
$ErrorActionPreference = 'Stop'

PowerShell/Profile/Developer/Add-ExternalDebugView.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Matthias Wolf, Mawosoft.
1+
# Copyright (c) 2023-2024 Matthias Wolf, Mawosoft.
22

33
<#
44
.SYNOPSIS

PowerShell/Profile/Developer/Clear-BinlogEnvironment.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Matthias Wolf, Mawosoft.
1+
# Copyright (c) 2023-2024 Matthias Wolf, Mawosoft.
22

33
<#
44
.SYNOPSIS

PowerShell/Profile/Developer/Import-VsDevCmd.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 Matthias Wolf, Mawosoft.
1+
# Copyright (c) 2023-2024 Matthias Wolf, Mawosoft.
22

33
<#
44
.SYNOPSIS

0 commit comments

Comments
 (0)