File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2024-2025 Top.gg & null8626
3+ Copyright (c) 2024-2026 null8626 & Top.gg
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 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 */
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: MIT
2+ // SPDX-FileCopyrightText: 2024-2026 null8626 & Top.gg
3+
14#include < topgg/topgg.h>
25
36using topgg::client;
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: MIT
2+ // SPDX-FileCopyrightText: 2024-2026 null8626 & Top.gg
3+
14#include < topgg/topgg.h>
25
36#include < chrono>
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: MIT
2+ // SPDX-FileCopyrightText: 2024-2026 null8626 & Top.gg
3+
14#include < topgg/topgg.h>
25
36using dpp::json;
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments