diff options
author | dartraiden <wowemuh@gmail.com> | 2021-01-17 19:15:32 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2021-01-17 19:15:32 +0300 |
commit | 3eb8e1c65d5f096cd6d72a87e63d01e1da24052e (patch) | |
tree | 6ec634fc74f6ea87170b14893c4b046efc09729e /src/miranda32 | |
parent | b2a65cb0e93f070ebb78dd69a9740527fb0e6261 (diff) |
Update copyrights
Diffstat (limited to 'src/miranda32')
-rw-r--r-- | src/miranda32/res/version.rc | 2 | ||||
-rw-r--r-- | src/miranda32/src/miranda.cpp | 2 | ||||
-rw-r--r-- | src/miranda32/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | src/miranda32/src/stdafx.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/miranda32/res/version.rc b/src/miranda32/res/version.rc index 24f5241375..226bfa5619 100644 --- a/src/miranda32/res/version.rc +++ b/src/miranda32/res/version.rc @@ -38,7 +38,7 @@ BEGIN VALUE "FileDescription", "Miranda NG\0"
VALUE "FileVersion", MIRANDA_VERSION_DISPLAY
VALUE "InternalName", "miranda32\0"
- VALUE "LegalCopyright", "Copyright © 2000-11 Miranda IM, 2012-20 Miranda NG team. This software is released under the terms of the GNU General Public License.\0"
+ VALUE "LegalCopyright", "Copyright © 2000-11 Miranda IM, 2012-21 Miranda NG team. This software is released under the terms of the GNU General Public License.\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "miranda32.exe\0"
VALUE "PrivateBuild", "\0"
diff --git a/src/miranda32/src/miranda.cpp b/src/miranda32/src/miranda.cpp index df31a917ff..296f11c087 100644 --- a/src/miranda32/src/miranda.cpp +++ b/src/miranda32/src/miranda.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (C) 2012-20 Miranda NG team (https://miranda-ng.org),
+Copyright (C) 2012-21 Miranda NG team (https://miranda-ng.org),
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/src/miranda32/src/stdafx.cxx b/src/miranda32/src/stdafx.cxx index f80115fcef..54551e19fd 100644 --- a/src/miranda32/src/stdafx.cxx +++ b/src/miranda32/src/stdafx.cxx @@ -1,6 +1,6 @@ /*
-Copyright (C) 2012-20 Miranda NG team (https://miranda-ng.org)
+Copyright (C) 2012-21 Miranda NG team (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/src/miranda32/src/stdafx.h b/src/miranda32/src/stdafx.h index 441b490ac5..3495464be3 100644 --- a/src/miranda32/src/stdafx.h +++ b/src/miranda32/src/stdafx.h @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (C) 2012-20 Miranda NG team (https://miranda-ng.org),
+Copyright (C) 2012-21 Miranda NG team (https://miranda-ng.org),
Copyright (c) 2000-12 Miranda IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
|