diff options
author | dartraiden <wowemuh@gmail.com> | 2024-01-08 01:13:41 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2024-01-08 01:13:41 +0300 |
commit | b06d84eef8004575a874486119cbefc382e94e74 (patch) | |
tree | 1029c4dd72886633cbddb58056b8e762ac840790 /src/core/stduseronline | |
parent | ffb61c98cc33470e7f5f6051c91d2b01a16eb143 (diff) |
Update copyrights
Diffstat (limited to 'src/core/stduseronline')
-rw-r--r-- | src/core/stduseronline/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stduseronline/src/stdafx.h | 2 | ||||
-rw-r--r-- | src/core/stduseronline/src/useronline.cpp | 2 | ||||
-rw-r--r-- | src/core/stduseronline/src/version.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/core/stduseronline/src/main.cpp b/src/core/stduseronline/src/main.cpp index da3e0c5cd8..b384ca7de4 100644 --- a/src/core/stduseronline/src/main.cpp +++ b/src/core/stduseronline/src/main.cpp @@ -2,7 +2,7 @@ Standard user online monitor for Miranda NG
-Copyright (C) 2012-23 Miranda NG team (https://miranda-ng.org)
+Copyright (C) 2012-24 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/stduseronline/src/stdafx.h b/src/core/stduseronline/src/stdafx.h index 1f069e243c..1fa5ecb49c 100644 --- a/src/core/stduseronline/src/stdafx.h +++ b/src/core/stduseronline/src/stdafx.h @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (C) 2012-23 Miranda NG team (https://miranda-ng.org),
+Copyright (C) 2012-24 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/stduseronline/src/useronline.cpp b/src/core/stduseronline/src/useronline.cpp index b9e4b15878..787a1645be 100644 --- a/src/core/stduseronline/src/useronline.cpp +++ b/src/core/stduseronline/src/useronline.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (C) 2012-23 Miranda NG team (https://miranda-ng.org),
+Copyright (C) 2012-24 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/stduseronline/src/version.h b/src/core/stduseronline/src/version.h index ec2b47a6f8..10d203a466 100644 --- a/src/core/stduseronline/src/version.h +++ b/src/core/stduseronline/src/version.h @@ -8,4 +8,4 @@ #define __DESCRIPTION "Core module for user-is-online event processing."
#define __AUTHOR "Miranda NG team"
#define __AUTHORWEB "https://miranda-ng.org/p/StdUserOnline"
-#define __COPYRIGHT "© 2012-23 Miranda NG team"
+#define __COPYRIGHT "© 2012-24 Miranda NG team"
|