Skip to content

Commit

Permalink
updated year copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Nov 30, 2024
1 parent 4b6b0e4 commit 0a2567c
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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) 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
Expand Down
6 changes: 3 additions & 3 deletions Source/DXControl/D2Phap.DXControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<Title>WinForms control that supports drawing with Direct2D</Title>
<Product>D2Phap.$(AssemblyName)</Product>
<Description>
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.
</Description>
<Copyright>Copyright (C) 2022 - 2024 Duong Dieu Phap. All rights reserved.</Copyright>
<Copyright>Copyright (C) 2022 - 2025 Duong Dieu Phap. All rights reserved.</Copyright>
<PackageProjectUrl>https://github.com/d2phap/DXControl</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/d2phap/DXControl</RepositoryUrl>
Expand All @@ -23,7 +23,7 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>See release notes here: https://github.com/d2phap/DXControl/releases</PackageReleaseNotes>
<Authors>Duong Dieu Phap</Authors>
<VersionPrefix>4.0.0</VersionPrefix>
<VersionPrefix>4.1.0</VersionPrefix>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion Source/DXControl/DXCanvas.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Source/DXControl/DXGraphics.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Source/DXControl/DXHelper.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Source/DXControl/Enums.cs
Original file line number Diff line number Diff line change
@@ -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
*/

Expand Down
2 changes: 1 addition & 1 deletion Source/DXControl/Events.cs
Original file line number Diff line number Diff line change
@@ -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
*/

Expand Down
2 changes: 1 addition & 1 deletion Source/Demo/DemoCanvas.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Source/Demo/Form1.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 0a2567c

Please sign in to comment.