diff options
author | dartraiden <wowemuh@gmail.com> | 2018-01-01 05:02:10 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-01-01 05:02:10 +0300 |
commit | 28317a5f7331e1910811e6e37ee7c327ee42cafd (patch) | |
tree | f4762a7fde822c343ed4f67ea715bf8ac5fe1640 /src/miranda32 | |
parent | 9682ce6e05865f2267f4bed4d74f0e1e890baccc (diff) |
massive copyright update
Diffstat (limited to 'src/miranda32')
-rw-r--r-- | src/miranda32/res/version.rc | 4 | ||||
-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, 5 insertions, 5 deletions
diff --git a/src/miranda32/res/version.rc b/src/miranda32/res/version.rc index d9040a9525..c5c908dd46 100644 --- a/src/miranda32/res/version.rc +++ b/src/miranda32/res/version.rc @@ -34,11 +34,11 @@ BEGIN BLOCK "000004b0"
BEGIN
VALUE "Comments", "Licensed under the terms of the GNU General Public License\0"
- VALUE "CompanyName", "Miranda NG Team\0"
+ VALUE "CompanyName", "Miranda NG team\0"
VALUE "FileDescription", "Miranda NG\0"
VALUE "FileVersion", MIRANDA_VERSION_DISPLAY
VALUE "InternalName", "miranda32\0"
- VALUE "LegalCopyright", "Copyright © 2000-11 Miranda IM, 2012-17 Miranda NG project. This software is released under the terms of the GNU General Public License.\0"
+ VALUE "LegalCopyright", "Copyright © 2000-11 Miranda IM, 2012-18 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 5d4c3a56d6..cf13b17cb0 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-17 Miranda NG project (https://miranda-ng.org),
+Copyright (c) 2012-18 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 6f97ed9a4e..a014f1df49 100644 --- a/src/miranda32/src/stdafx.cxx +++ b/src/miranda32/src/stdafx.cxx @@ -1,6 +1,6 @@ /*
-Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
+Copyright (C) 2012-18 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 e76145e062..7b18d7b27f 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-17 Miranda NG project (https://miranda-ng.org),
+Copyright (c) 2012-18 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.
|