Skip to content

Commit 3da06b3

Browse files
committed
updated copyrights
1 parent 342f41f commit 3da06b3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

DirectN.Extensions/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[assembly: AssemblyTitle("DirectN.Extensions")]
88
[assembly: AssemblyProduct("DirectN")]
9-
[assembly: AssemblyCopyright("Copyright (C) 2017-2024 Simon Mourier. All rights reserved.")]
9+
[assembly: AssemblyCopyright("Copyright (C) 2017-2025 Simon Mourier. All rights reserved.")]
1010
[assembly: AssemblyCulture("")]
1111
[assembly: AssemblyDescription("Support code for DirectN")]
1212
[assembly: AssemblyCompany("Simon Mourier")]

DirectN/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[assembly: AssemblyTitle("DirectN - AOT")]
88
[assembly: AssemblyProduct("DirectN")]
9-
[assembly: AssemblyCopyright("Copyright (C) 2017-2024 Simon Mourier. All rights reserved.")]
9+
[assembly: AssemblyCopyright("Copyright (C) 2017-2025 Simon Mourier. All rights reserved.")]
1010
[assembly: AssemblyCulture("")]
1111
[assembly: AssemblyDescription("Interop Code for AOT-friendly .NET Core 8+: DXGI, WIC, DirectX 9 to 12, Direct2D, Direct Write, Direct Composition, Media Foundation, WASAPI, CodecAPI, GDI, Spatial Audio, DVD, Windows Media Player, UWP DXInterop, WinUI3, etc.")]
1212
[assembly: AssemblyCompany("Simon Mourier")]

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Simon Mourier
3+
Copyright (c) 2024-2025 Simon Mourier
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

Samples/DirectN.Samples.D2DHelloWorld/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[assembly: AssemblyTitle("DirectN.Samples.D2DHelloWorld")]
88
[assembly: AssemblyProduct("DirectN")]
9-
[assembly: AssemblyCopyright("Copyright (C) 2017-2024 Simon Mourier. All rights reserved.")]
9+
[assembly: AssemblyCopyright("Copyright (C) 2017-2025 Simon Mourier. All rights reserved.")]
1010
[assembly: AssemblyCulture("")]
1111
[assembly: AssemblyDescription("Sample Code")]
1212
[assembly: AssemblyCompany("Simon Mourier")]

Samples/DirectN.Samples.HelloWorld/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[assembly: AssemblyTitle("DirectN.Samples.HelloWorld")]
88
[assembly: AssemblyProduct("DirectN")]
9-
[assembly: AssemblyCopyright("Copyright (C) 2017-2024 Simon Mourier. All rights reserved.")]
9+
[assembly: AssemblyCopyright("Copyright (C) 2017-2025 Simon Mourier. All rights reserved.")]
1010
[assembly: AssemblyCulture("")]
1111
[assembly: AssemblyDescription("Sample Code")]
1212
[assembly: AssemblyCompany("Simon Mourier")]

Samples/DirectN.Samples.MinimalD3D11/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[assembly: AssemblyTitle("DirectN.Samples.MinimalD3D11")]
88
[assembly: AssemblyProduct("DirectN")]
9-
[assembly: AssemblyCopyright("Copyright (C) 2017-2024 Simon Mourier. All rights reserved. Original code by d7samurai.")]
9+
[assembly: AssemblyCopyright("Copyright (C) 2017-2025 Simon Mourier. All rights reserved. Original code by d7samurai.")]
1010
[assembly: AssemblyCulture("")]
1111
[assembly: AssemblyDescription("Sample Code")]
1212
[assembly: AssemblyCompany("Simon Mourier")]

Samples/DirectN.Samples.WinUI3.MinimalD3D11/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[assembly: AssemblyCompany("Simon Mourier")]
88
[assembly: AssemblyProduct("DirectN")]
99
[assembly: AssemblyDescription("Interop Code for .NET : DXGI, WIC, DirectX 9 to 12, Direct2D, Direct Write, Direct Composition, Media Foundation, WASAPI, CodecAPI, GDI, Spatial Audio, DVD, Windows Media Player, UWP DXInterop, etc.")]
10-
[assembly: AssemblyCopyright("Copyright © 2017-2024 Simon Mourier. All rights reserved. Original code by d7samurai.")]
10+
[assembly: AssemblyCopyright("Copyright © 2017-2025 Simon Mourier. All rights reserved. Original code by d7samurai.")]
1111
[assembly: AssemblyCulture("")]
1212
[assembly: ComVisible(false)]
1313
[assembly: Guid("38d68dcd-49ef-4098-8872-95a9914bd10a")]

0 commit comments

Comments
 (0)