Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 1, 2025
1 parent 5845d8a commit 71fc0bd
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2024 Jen-Chieh Shen
Copyright (c) 2024-2025 Jen-Chieh Shen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/content/License/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 1000
Licensed under MIT. See below for details.

```
Copyright (c) 2024 Jen-Chieh Shen
Copyright (c) 2024-2025 Jen-Chieh Shen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/content/License/_index.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 1000
在 MIT 下獲得許可。詳情見下文。

```
Copyright (c) 2024 Jen-Chieh Shen
Copyright (c) 2024-2025 Jen-Chieh Shen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion test/commands/global/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

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

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion test/commands/local/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

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

# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/mini.system.1/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Copyright

Copyright (c) 2024 JenChieh (jcs090218@gmail.com)
Copyright (c) 2024-2025 JenChieh (jcs090218@gmail.com)

## License

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/mini.system.1/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

** Copyright

Copyright (c) 2024 JenChieh (jcs090218@gmail.com)
Copyright (c) 2024-2025 JenChieh (jcs090218@gmail.com)

** License

Expand Down
2 changes: 1 addition & 1 deletion webinstall/install.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

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

:: This program is free software; you can redistribute it and/or modify
:: it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion webinstall/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

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

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

0 comments on commit 71fc0bd

Please sign in to comment.