Skip to content

Commit 65e77a4

Browse files
Update Copyright year to 2024
1 parent 933aa0a commit 65e77a4

35 files changed

+35
-35
lines changed

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) 2020-2023 C. Augusto Proiete & Contributors
3+
Copyright (c) 2020-2024 C. Augusto Proiete & Contributors
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

src/Cake.MinVer/AddInInformation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/Cake.MinVer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<Authors>C. Augusto Proiete &amp; Contributors</Authors>
2929
<Company>augustoproiete.net</Company>
3030
<Description>Cake add-in that makes MinVer available as a tool in Cake.</Description>
31-
<Copyright>Copyright 2020-2023 C. Augusto Proiete &amp; Contributors - Provided under the MIT License</Copyright>
31+
<Copyright>Copyright 2020-2024 C. Augusto Proiete &amp; Contributors - Provided under the MIT License</Copyright>
3232
<PackageTags>cake;minver;cake-addin;cake-build;cake-contrib;addin;script;build;cake-contrib;augustoproiete;augusto-proiete</PackageTags>
3333
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3434
<PackageIcon>images\icon.png</PackageIcon>

src/Cake.MinVer/IMinVerGlobalTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/IMinVerLocalTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/IMinVerTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/MinVerAliases.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/MinVerAutoIncrement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/MinVerEnvironmentVariables.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/MinVerGlobalTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/MinVerLocalTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/MinVerSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/MinVerSettingsExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/MinVerTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/MinVerToolBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/MinVerVerbosity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/MinVerVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/Namespaces.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/Properties/InternalsVisibleTo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/Utils/EnvironmentProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

src/Cake.MinVer/Utils/IEnvironmentProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/MinVerSettingsExtensionsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/MinVerSettingsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/MinVerToolTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/MinVerVersionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/PublicApiApprovalTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/Support/MinVerGlobalToolFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/Support/MinVerLocalToolFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/Support/MinVerToolContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/Support/MinVerToolFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/Support/MinVerToolFixtureBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/Support/MinVerToolFixtureResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/Support/MinVerToolOutputs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/Support/XUnitLogger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

test/Cake.MinVer.Tests/Utils/EnvironmentProviderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
1+
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
22
//
33
// Licensed under the MIT (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)