Skip to content

Commit 71fc0bd

Browse files
committed
Update copyright year
1 parent 5845d8a commit 71fc0bd

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Jen-Chieh Shen
1+
Copyright (c) 2024-2025 Jen-Chieh Shen
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

docs/content/License/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1000
66
Licensed under MIT. See below for details.
77

88
```
9-
Copyright (c) 2024 Jen-Chieh Shen
9+
Copyright (c) 2024-2025 Jen-Chieh Shen
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

docs/content/License/_index.zh-tw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 1000
66
在 MIT 下獲得許可。詳情見下文。
77

88
```
9-
Copyright (c) 2024 Jen-Chieh Shen
9+
Copyright (c) 2024-2025 Jen-Chieh Shen
1010
1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal

test/commands/global/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (C) 2024 the Qob authors.
3+
# Copyright (c) 2024-2025 the Qob authors.
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

test/commands/local/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
# Copyright (C) 2024 the Qob authors.
3+
# Copyright (c) 2024-2025 the Qob authors.
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

test/fixtures/mini.system.1/README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Copyright
1212

13-
Copyright (c) 2024 JenChieh ([email protected])
13+
Copyright (c) 2024-2025 JenChieh ([email protected])
1414

1515
## License
1616

test/fixtures/mini.system.1/README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
** Copyright
1212

13-
Copyright (c) 2024 JenChieh ([email protected])
13+
Copyright (c) 2024-2025 JenChieh ([email protected])
1414

1515
** License
1616

webinstall/install.bat

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

3-
:: Copyright (C) 2024 the Qob authors.
3+
:: Copyright (c) 2024-2025 the Qob authors.
44

55
:: This program is free software; you can redistribute it and/or modify
66
:: it under the terms of the GNU General Public License as published by

webinstall/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2024 the Qob authors.
3+
# Copyright (c) 2024-2025 the Qob authors.
44

55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)