Skip to content

Commit ef2901c

Browse files
committed
Bump copyright year
1 parent f8626ec commit ef2901c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+115
-97
lines changed

Generator/ClassGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// MatterDotNet Copyright (C) 2024
1+
// MatterDotNet Copyright (C) 2025
22
//
33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU Affero General Public License as published by

Generator/ClusterGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// MatterDotNet Copyright (C) 2024
1+
// MatterDotNet Copyright (C) 2025
22
//
33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU Affero General Public License as published by

Generator/DataType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// MatterDotNet Copyright (C) 2024
1+
// MatterDotNet Copyright (C) 2025
22
//
33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU Affero General Public License as published by

Generator/Generator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// MatterDotNet Copyright (C) 2024
1+
// MatterDotNet Copyright (C) 2025
22
//
33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU Affero General Public License as published by

Generator/GeneratorUtil.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// MatterDotNet Copyright (C) 2024
1+
// MatterDotNet Copyright (C) 2025
22
//
33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU Affero General Public License as published by

Generator/StructParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// MatterDotNet Copyright (C) 2024
1+
// MatterDotNet Copyright (C) 2025
22
//
33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU Affero General Public License as published by

Generator/Tag.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// MatterDotNet Copyright (C) 2024
1+
// MatterDotNet Copyright (C) 2025
22
//
33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU Affero General Public License as published by

MatterDotNet/Clusters/ClusterBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// MatterDotNet Copyright (C) 2024
1+
// MatterDotNet Copyright (C) 2025
22
//
33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU Affero General Public License as published by

MatterDotNet/Clusters/UnknownCluster.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public UnknownCluster(uint cluster, ushort endPoint) : base(cluster, endPoint)
2222

2323
public override string ToString()
2424
{
25-
return $"Unknown Cluster: 0x{cluster:X2}";
25+
return $"Unknown Cluster: 0x{cluster:X4}";
2626
}
2727
}
2828
}

MatterDotNet/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// MatterDotNet Copyright (C) 2024
1+
// MatterDotNet Copyright (C) 2025
22
//
33
// This program is free software: you can redistribute it and/or modify
44
// it under the terms of the GNU Affero General Public License as published by

0 commit comments

Comments
 (0)