Skip to content

Commit c0db619

Browse files
authored
Merge pull request #61 from SuessLabs/feature/XI-2025
Update dates to 2025
2 parents 4467302 + c16aaa8 commit c0db619

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Xeno Innovations, Inc
1+
# Copyright 2025 Xeno Innovations, Inc
22
# Template for C#
33

44
# Generic Visual Studio files

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2022-2024 Xeno Innovations, Inc.
189+
Copyright 2022-2025 Xeno Innovations, Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

samples/BleTester/BleTester.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ApplicationManifest>app.manifest</ApplicationManifest>
1212
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
1313
<Authors>Damian Suess</Authors>
14-
<Copyright>Copyright 2023-2024 Xeno Innovations, Inc.</Copyright>
14+
<Copyright>Copyright 2023-2025 Xeno Innovations, Inc.</Copyright>
1515
<BaseOutputPath>..\..\output\samples\BleTester</BaseOutputPath>
1616
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1717
</PropertyGroup>

src/Linux.Bluetooth/Linux.Bluetooth.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<EnableNETAnalyzers>True</EnableNETAnalyzers>
2121
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
2222
<BaseOutputPath>..\..\output</BaseOutputPath>
23-
<Copyright>Copyright 2024 Xeno Innovations, Inc.</Copyright>
23+
<Copyright>Copyright 2025 Xeno Innovations, Inc.</Copyright>
2424
<PackageProjectUrl>https://github.com/SuessLabs/Linux.Bluetooth</PackageProjectUrl>
2525
<PackageReleaseNotes>Upgraded DBus support.</PackageReleaseNotes>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)