Skip to content

Commit 4e76633

Browse files
author
jzethar
committed
fix copyright
1 parent cac9431 commit 4e76633

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Modules/RippleFTModule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php declare(strict_types = 1);
22

33
/* Idea (c) 2023 Nikita Zhavoronkov, nikzh@nikzh.com
4-
* Copyright (c) 2023 3xpl developers, 3@3xpl.com, see CONTRIBUTORS.md
4+
* Copyright (c) 2023-2024 3xpl developers, 3@3xpl.com, see CONTRIBUTORS.md
55
* Distributed under the MIT software license, see LICENSE.md */
66

77
/* This module works with assets in Ripple. Requires a Ripple node. */

Modules/RippleMainModule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php declare(strict_types = 1);
22

33
/* Idea (c) 2023 Nikita Zhavoronkov, nikzh@nikzh.com
4-
* Copyright (c) 2023 3xpl developers, 3@3xpl.com, see CONTRIBUTORS.md
4+
* Copyright (c) 2023-2024 3xpl developers, 3@3xpl.com, see CONTRIBUTORS.md
55
* Distributed under the MIT software license, see LICENSE.md */
66

77
/* This module processes main Ripple transfers. Requires a Ripple node. */

Modules/RippleNFTModule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php declare(strict_types = 1);
22

33
/* Idea (c) 2023 Nikita Zhavoronkov, nikzh@nikzh.com
4-
* Copyright (c) 2023 3xpl developers, 3@3xpl.com, see CONTRIBUTORS.md
4+
* Copyright (c) 2023-2024 3xpl developers, 3@3xpl.com, see CONTRIBUTORS.md
55
* Distributed under the MIT software license, see LICENSE.md */
66

77
/* This module works with NFT in Ripple. Requires a Ripple node. */

0 commit comments

Comments
 (0)