Skip to content

Commit

Permalink
Update Copyright year to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Jul 30, 2024
1 parent 933aa0a commit 65e77a4
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2023 C. Augusto Proiete & Contributors
Copyright (c) 2020-2024 C. Augusto Proiete & Contributors

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
2 changes: 1 addition & 1 deletion src/Cake.MinVer/AddInInformation.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/Cake.MinVer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<Authors>C. Augusto Proiete &amp; Contributors</Authors>
<Company>augustoproiete.net</Company>
<Description>Cake add-in that makes MinVer available as a tool in Cake.</Description>
<Copyright>Copyright 2020-2023 C. Augusto Proiete &amp; Contributors - Provided under the MIT License</Copyright>
<Copyright>Copyright 2020-2024 C. Augusto Proiete &amp; Contributors - Provided under the MIT License</Copyright>
<PackageTags>cake;minver;cake-addin;cake-build;cake-contrib;addin;script;build;cake-contrib;augustoproiete;augusto-proiete</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>images\icon.png</PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/IMinVerGlobalTool.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/IMinVerLocalTool.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/IMinVerTool.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/MinVerAliases.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/MinVerAutoIncrement.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/MinVerEnvironmentVariables.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/MinVerGlobalTool.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/MinVerLocalTool.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/MinVerSettings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/MinVerSettingsExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/MinVerTool.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/MinVerToolBase.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/MinVerVerbosity.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/MinVerVersion.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/Namespaces.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/Properties/InternalsVisibleTo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/Utils/EnvironmentProvider.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.MinVer/Utils/IEnvironmentProvider.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/MinVerSettingsExtensionsTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/MinVerSettingsTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/MinVerToolTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/MinVerVersionTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/PublicApiApprovalTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/Support/MinVerGlobalToolFixture.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/Support/MinVerLocalToolFixture.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/Support/MinVerToolContext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/Support/MinVerToolFixture.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/Support/MinVerToolFixtureBase.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/Support/MinVerToolFixtureResult.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/Support/MinVerToolOutputs.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/Support/XUnitLogger.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion test/Cake.MinVer.Tests/Utils/EnvironmentProviderTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#region Copyright 2020-2023 C. Augusto Proiete & Contributors
#region Copyright 2020-2024 C. Augusto Proiete & Contributors
//
// Licensed under the MIT (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 65e77a4

Please sign in to comment.