Skip to content

Commit 6c137a5

Browse files
authored
Merge pull request #6 from YujiSODE/updateV0.2_2025-04-24
updated copyright year from `2023` to `2023-2025`
2 parents 8673d59 + e1cd9f7 commit 6c137a5

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44

55
## [0.2 beta] - 2025-04-24
66
## Changed
7-
- [`README.md`]: updated on 2025-04-24
7+
- [`LICENSE`]: updated copyright year from `2023` to `2023-2025`
8+
- [`README.md`]: updated copyright year from `2023` to `2023-2025`
9+
- [`algorithm_microCHSys.md`]: updated copyright year from `2023` to `2023-2025`
10+
- [`index.html`]: updated copyright year from `2023` to `2023-2025`
11+
- [`microCHSys.js`]: updated copyright year from `2023` to `2023-2025`
12+
- [`CHANGELOG.md`]: updated on 2025-04-24
813

914
## Released: [0.1 beta] - 2023-05-19
1015
## [0.1 beta] - 2023-05-19

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) 2023 Yuji Sode
3+
Copyright (c) 2023-2025 Yuji Sode
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Tool to extract contour from a image using micro Convex Hull System (microCHSys).
66
___
77
GitHub: https://github.com/YujiSODE/microCHSys
8-
>Copyright (c) 2023 Yuji SODE \<yuji.sode@gmail.com\>
8+
>Copyright (c) 2023-2025 Yuji SODE \<yuji.sode@gmail.com\>
99
>This software is released under the MIT License.
1010
>See LICENSE or http://opensource.org/licenses/mit-license.php
1111
______

algorithm_microCHSys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Tool to extract contour from a image using micro Convex Hull System (microCHSys).
66
___
77
GitHub: https://github.com/YujiSODE/microCHSys
8-
>Copyright (c) 2023 Yuji SODE \<yuji.sode@gmail.com\>
8+
>Copyright (c) 2023-2025 Yuji SODE \<yuji.sode@gmail.com\>
99
>This software is released under the MIT License.
1010
>See LICENSE or http://opensource.org/licenses/mit-license.php
1111
______

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*microCHSys
33
* index.html
44
*===================================================================
5-
* Copyright (c) 2023 Yuji SODE <yuji.sode@gmail.com>
5+
* Copyright (c) 2023-2025 Yuji SODE <yuji.sode@gmail.com>
66
*
77
* This software is released under the MIT License.
88
* See LICENSE or http://opensource.org/licenses/mit-license.php
@@ -106,7 +106,7 @@ <h1><img width=160 src='logoIMG/mCHSys_logo.png' alt='logo of microCHSys_10%'></
106106
</form>
107107
</div>
108108
<footer>
109-
<p>Copyright (c) 2023 Yuji SODE</p>
109+
<p>Copyright (c) 2023-2025 Yuji SODE</p>
110110
<a href='https://github.com/YujiSODE/microCHSys'>GitHub</a>
111111
</footer>
112112
<div style='position:relative;'><canvas id='microCHSysCvs' width=100 height=100></canvas></div>

microCHSys.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*microCHSys
22
* microCHSys.js
33
*===================================================================
4-
* Copyright (c) 2023 Yuji SODE <yuji.sode@gmail.com>
4+
* Copyright (c) 2023-2025 Yuji SODE <yuji.sode@gmail.com>
55
*
66
* This software is released under the MIT License.
77
* See LICENSE or http://opensource.org/licenses/mit-license.php

0 commit comments

Comments
 (0)