diff options
author | dartraiden <wowemuh@gmail.com> | 2022-01-01 20:45:25 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-01-01 20:45:25 +0300 |
commit | 4c2dcf473be210fc1d5571950819d8ad994817c4 (patch) | |
tree | e8cde6aee41a705da82e70506d6653f1633460da /src/core/stdemail | |
parent | 7a7f223a2971b70686871c2c3fcc954584b82d4b (diff) |
Happy new year, Miranda
Diffstat (limited to 'src/core/stdemail')
-rw-r--r-- | src/core/stdemail/src/email.cpp | 2 | ||||
-rw-r--r-- | src/core/stdemail/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stdemail/src/stdafx.h | 2 | ||||
-rw-r--r-- | src/core/stdemail/src/version.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/core/stdemail/src/email.cpp b/src/core/stdemail/src/email.cpp index 22e13659a4..b6c68d672f 100644 --- a/src/core/stdemail/src/email.cpp +++ b/src/core/stdemail/src/email.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (C) 2012-21 Miranda NG team (https://miranda-ng.org),
+Copyright (C) 2012-22 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.
diff --git a/src/core/stdemail/src/main.cpp b/src/core/stdemail/src/main.cpp index 3f493172d0..344e9501a9 100644 --- a/src/core/stdemail/src/main.cpp +++ b/src/core/stdemail/src/main.cpp @@ -2,7 +2,7 @@ Standard e-mail urls launcher for Miranda NG
-Copyright (C) 2012-21 Miranda NG team (https://miranda-ng.org)
+Copyright (C) 2012-22 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 as published by
diff --git a/src/core/stdemail/src/stdafx.h b/src/core/stdemail/src/stdafx.h index eac4283c5f..8214c32bfe 100644 --- a/src/core/stdemail/src/stdafx.h +++ b/src/core/stdemail/src/stdafx.h @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (C) 2012-21 Miranda NG team (https://miranda-ng.org),
+Copyright (C) 2012-22 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.
diff --git a/src/core/stdemail/src/version.h b/src/core/stdemail/src/version.h index 5a44d818b4..fc70d0f073 100644 --- a/src/core/stdemail/src/version.h +++ b/src/core/stdemail/src/version.h @@ -8,4 +8,4 @@ #define __DESCRIPTION "Core module for e-mail urls handling."
#define __AUTHOR "Miranda NG team"
#define __AUTHORWEB "https://miranda-ng.org/p/StdEmail/"
-#define __COPYRIGHT "© 2012-21 Miranda NG team"
+#define __COPYRIGHT "© 2012-22 Miranda NG team"
|