Skip to content

Commit

Permalink
ユーザーが確認できるコピーライト表記を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohki Akikaze committed Feb 5, 2022
1 parent d3dfbf7 commit 8230b8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
zlib License

Copyright (C) 2018-2021, Sakura Editor Organization
Copyright (C) 2018-2022, Sakura Editor Organization

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
2 changes: 1 addition & 1 deletion sakura_core/sakura_rc.rc2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#define _GSTR_APPNAME _APP_NAME_1 _APP_NAME_2 _APP_NAME_3 _APP_NAME_4
#endif

#define S_COPYRIGHT "Copyright (C) 1998-2021 by Norio Nakatani & Collaborators"
#define S_COPYRIGHT "Copyright (C) 1998-2022 by Norio Nakatani & Collaborators"

/////////////////////////////////////////////////////////////////////////////
//
Expand Down
4 changes: 2 additions & 2 deletions sakura_lang_en_US/sakura_lang_rc.rc2
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#define _GSTR_APPNAME _APP_NAME_1 _APP_NAME_2 _APP_NAME_3 _APP_NAME_4
#endif

#define S_COPYRIGHT "Copyright (C) 1998-2021 by Norio Nakatani & Collaborators"
#define S_COPYRIGHT_TRANSLATION "Copyright (C) 2011-2021 by Lucien & Collaborators"
#define S_COPYRIGHT "Copyright (C) 1998-2022 by Norio Nakatani & Collaborators"
#define S_COPYRIGHT_TRANSLATION "Copyright (C) 2011-2022 by Lucien & Collaborators"

/////////////////////////////////////////////////////////////////////////////
//
Expand Down

0 comments on commit 8230b8c

Please sign in to comment.