Skip to content

Commit 136a433

Browse files
committed
meta: bump license year and use SPDX license comments
1 parent aeb518b commit 136a433

10 files changed

Lines changed: 31 additions & 7 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024-2025 Top.gg & null8626
3+
Copyright (c) 2024-2026 null8626 & Top.gg
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

include/topgg/client.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: 2024-2026 null8626 & Top.gg
3+
14
/**
25
* @module topgg
36
* @file client.h
47
* @brief A community-maintained C++ API Client for the Top.gg API.
58
* @authors Top.gg, null8626
6-
* @copyright Copyright (c) 2024-2025 Top.gg & null8626
9+
* @copyright Copyright (c) 2024-2026 null8626 & Top.gg
710
* @date 2025-10-02
811
* @version 2.1.0
912
*/

include/topgg/export.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: 2024-2026 null8626 & Top.gg
3+
14
/**
25
* @module topgg
36
* @file export.h
47
* @brief A community-maintained C++ API Client for the Top.gg API.
58
* @authors Top.gg, null8626
6-
* @copyright Copyright (c) 2024-2025 Top.gg & null8626
9+
* @copyright Copyright (c) 2024-2026 null8626 & Top.gg
710
* @date 2025-10-02
811
* @version 2.1.0
912
*/

include/topgg/models.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: 2024-2026 null8626 & Top.gg
3+
14
/**
25
* @module topgg
36
* @file models.h
47
* @brief A community-maintained C++ API Client for the Top.gg API.
58
* @authors Top.gg, null8626
6-
* @copyright Copyright (c) 2024-2025 Top.gg & null8626
9+
* @copyright Copyright (c) 2024-2026 null8626 & Top.gg
710
* @date 2025-10-02
811
* @version 2.1.0
912
*/

include/topgg/result.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: 2024-2026 null8626 & Top.gg
3+
14
/**
25
* @module topgg
36
* @file result.h
47
* @brief A community-maintained C++ API Client for the Top.gg API.
58
* @authors Top.gg, null8626
6-
* @copyright Copyright (c) 2024-2025 Top.gg & null8626
9+
* @copyright Copyright (c) 2024-2026 null8626 & Top.gg
710
* @date 2025-10-02
811
* @version 2.1.0
912
*/

include/topgg/topgg.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: 2024-2026 null8626 & Top.gg
3+
14
/**
25
* @module topgg
36
* @file topgg.h
47
* @brief A community-maintained C++ API Client for the Top.gg API.
58
* @authors Top.gg, null8626
6-
* @copyright Copyright (c) 2024-2025 Top.gg & null8626
9+
* @copyright Copyright (c) 2024-2026 null8626 & Top.gg
710
* @date 2025-10-02
811
* @version 2.1.0
912
*/

src/client.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: 2024-2026 null8626 & Top.gg
3+
14
#include <topgg/topgg.h>
25

36
using topgg::client;

src/models.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: 2024-2026 null8626 & Top.gg
3+
14
#include <topgg/topgg.h>
25

36
#include <chrono>

src/result.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-License-Identifier: MIT
2+
// SPDX-FileCopyrightText: 2024-2026 null8626 & Top.gg
3+
14
#include <topgg/topgg.h>
25

36
using dpp::json;

topgg.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BEGIN
2121
VALUE "ProductVersion", "2.1.0"
2222
VALUE "ProductName", "Top.gg C++ SDK"
2323
VALUE "InternalName", "Top.gg C++ SDK"
24-
VALUE "LegalCopyright", "Copyright (c) 2024-2025 Top.gg & null8626"
24+
VALUE "LegalCopyright", "Copyright (c) 2024-2026 null8626 & Top.gg"
2525
VALUE "OriginalFilename", "topgg.dll"
2626
END
2727
END

0 commit comments

Comments
 (0)