From 0a2567cf2094c1ed534b876c25918e3a17b4accd Mon Sep 17 00:00:00 2001 From: Phap Dieu Duong Date: Sat, 30 Nov 2024 10:58:17 +0800 Subject: [PATCH] updated year copyright --- LICENSE | 2 +- Source/DXControl/D2Phap.DXControl.csproj | 6 +++--- Source/DXControl/DXCanvas.cs | 2 +- Source/DXControl/DXGraphics.cs | 2 +- Source/DXControl/DXHelper.cs | 2 +- Source/DXControl/Enums.cs | 2 +- Source/DXControl/Events.cs | 2 +- Source/Demo/DemoCanvas.cs | 2 +- Source/Demo/Form1.cs | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index 5b461c5..b011b05 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 - 2024 Phap Dieu Duong +Copyright (c) 2022 - 2025 DUONG DIEU PHAP Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Source/DXControl/D2Phap.DXControl.csproj b/Source/DXControl/D2Phap.DXControl.csproj index 08f1f30..052dad8 100644 --- a/Source/DXControl/D2Phap.DXControl.csproj +++ b/Source/DXControl/D2Phap.DXControl.csproj @@ -11,9 +11,9 @@ WinForms control that supports drawing with Direct2D D2Phap.$(AssemblyName) - A WinForms control that supports drawing with Direct2D thanks to WicNet. This control has being used in https://github.com/d2phap/ImageGlass since version 9.0. + A WinForms control that supports drawing with Direct2D thanks to WicNet. This control has being used in https://github.com/d2phap/ImageGlass since version 9. - Copyright (C) 2022 - 2024 Duong Dieu Phap. All rights reserved. + Copyright (C) 2022 - 2025 Duong Dieu Phap. All rights reserved. https://github.com/d2phap/DXControl README.md https://github.com/d2phap/DXControl @@ -23,7 +23,7 @@ snupkg See release notes here: https://github.com/d2phap/DXControl/releases Duong Dieu Phap - 4.0.0 + 4.1.0 true true bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml diff --git a/Source/DXControl/DXCanvas.cs b/Source/DXControl/DXCanvas.cs index 7b025c6..9b105f3 100644 --- a/Source/DXControl/DXCanvas.cs +++ b/Source/DXControl/DXCanvas.cs @@ -1,6 +1,6 @@ /* MIT License -Copyright (C) 2022-2024 DUONG DIEU PHAP +Copyright (C) 2022-2025 DUONG DIEU PHAP Project & license info: https://github.com/d2phap/DXControl */ using DirectN; diff --git a/Source/DXControl/DXGraphics.cs b/Source/DXControl/DXGraphics.cs index 1e7fc34..f9a0ea5 100644 --- a/Source/DXControl/DXGraphics.cs +++ b/Source/DXControl/DXGraphics.cs @@ -1,6 +1,6 @@ /* MIT License -Copyright (C) 2022 - 2024 DUONG DIEU PHAP +Copyright (C) 2022 - 2025 DUONG DIEU PHAP Project & license info: https://github.com/d2phap/DXControl */ using DirectN; diff --git a/Source/DXControl/DXHelper.cs b/Source/DXControl/DXHelper.cs index 8570055..0435200 100644 --- a/Source/DXControl/DXHelper.cs +++ b/Source/DXControl/DXHelper.cs @@ -1,6 +1,6 @@ /* MIT License -Copyright (C) 2022 - 2024 DUONG DIEU PHAP +Copyright (C) 2022 - 2025 DUONG DIEU PHAP Project & license info: https://github.com/d2phap/DXControl */ using DirectN; diff --git a/Source/DXControl/Enums.cs b/Source/DXControl/Enums.cs index 66b4290..40fc1ca 100644 --- a/Source/DXControl/Enums.cs +++ b/Source/DXControl/Enums.cs @@ -1,6 +1,6 @@ /* MIT License -Copyright (C) 2022 - 2024 DUONG DIEU PHAP +Copyright (C) 2022 - 2025 DUONG DIEU PHAP Project & license info: https://github.com/d2phap/DXControl */ diff --git a/Source/DXControl/Events.cs b/Source/DXControl/Events.cs index 281d5f2..945eaad 100644 --- a/Source/DXControl/Events.cs +++ b/Source/DXControl/Events.cs @@ -1,6 +1,6 @@ /* MIT License -Copyright (C) 2022 - 2024 DUONG DIEU PHAP +Copyright (C) 2022 - 2025 DUONG DIEU PHAP Project & license info: https://github.com/d2phap/DXControl */ diff --git a/Source/Demo/DemoCanvas.cs b/Source/Demo/DemoCanvas.cs index aeb185b..470577a 100644 --- a/Source/Demo/DemoCanvas.cs +++ b/Source/Demo/DemoCanvas.cs @@ -1,6 +1,6 @@ /* MIT License -Copyright (C) 2022 - 2024 DUONG DIEU PHAP +Copyright (C) 2022 - 2025 DUONG DIEU PHAP Project & license info: https://github.com/d2phap/DXControl */ using D2Phap.DXControl; diff --git a/Source/Demo/Form1.cs b/Source/Demo/Form1.cs index 3607bd7..5e58c1e 100644 --- a/Source/Demo/Form1.cs +++ b/Source/Demo/Form1.cs @@ -1,6 +1,6 @@ /* MIT License -Copyright (C) 2022-2024 DUONG DIEU PHAP +Copyright (C) 2022-2025 DUONG DIEU PHAP Project & license info: https://github.com/d2phap/DXControl */ using ImageMagick;