diff options
| author | dartraiden <wowemuh@gmail.com> | 2025-01-01 03:19:12 +0300 |
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2025-01-01 03:19:12 +0300 |
| commit | 24cdeb59d77ffc23f22dd7c7a8d10dcd534a9267 (patch) | |
| tree | b7a800e8cd497a960aa28f35f92d1d8d098f5554 /src/core/stdcrypt | |
| parent | f4c1d504575dec4cf66c0c913ab55e8cdfb15e9a (diff) | |
Another year has passed
Diffstat (limited to 'src/core/stdcrypt')
| -rw-r--r-- | src/core/stdcrypt/src/encrypt.cpp | 2 | ||||
| -rw-r--r-- | src/core/stdcrypt/src/main.cpp | 2 | ||||
| -rw-r--r-- | src/core/stdcrypt/src/stdafx.h | 2 | ||||
| -rw-r--r-- | src/core/stdcrypt/src/stdcrypt.h | 2 | ||||
| -rw-r--r-- | src/core/stdcrypt/src/utils.cpp | 2 | ||||
| -rw-r--r-- | src/core/stdcrypt/src/version.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/core/stdcrypt/src/encrypt.cpp b/src/core/stdcrypt/src/encrypt.cpp index d33f058e6a..b48a7fb7c5 100644 --- a/src/core/stdcrypt/src/encrypt.cpp +++ b/src/core/stdcrypt/src/encrypt.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (C) 2012-24 Miranda NG team,
+Copyright (C) 2012-25 Miranda NG team,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/src/core/stdcrypt/src/main.cpp b/src/core/stdcrypt/src/main.cpp index 43051d4757..f5080819ba 100644 --- a/src/core/stdcrypt/src/main.cpp +++ b/src/core/stdcrypt/src/main.cpp @@ -1,7 +1,7 @@ /*
Standard encryption plugin for Miranda NG
-Copyright (C) 2012-24 George Hazan
+Copyright (C) 2012-25 George Hazan
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/stdcrypt/src/stdafx.h b/src/core/stdcrypt/src/stdafx.h index a4db0bfd0e..384d8289fa 100644 --- a/src/core/stdcrypt/src/stdafx.h +++ b/src/core/stdcrypt/src/stdafx.h @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (C) 2012-24 Miranda NG team (https://miranda-ng.org),
+Copyright (C) 2012-25 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/stdcrypt/src/stdcrypt.h b/src/core/stdcrypt/src/stdcrypt.h index 98861502db..e64ca46a6d 100644 --- a/src/core/stdcrypt/src/stdcrypt.h +++ b/src/core/stdcrypt/src/stdcrypt.h @@ -1,7 +1,7 @@ /*
Standard encryption plugin for Miranda NG
-Copyright (C) 2012-24 George Hazan
+Copyright (C) 2012-25 George Hazan
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/stdcrypt/src/utils.cpp b/src/core/stdcrypt/src/utils.cpp index 660e7f55a8..96daf37e42 100644 --- a/src/core/stdcrypt/src/utils.cpp +++ b/src/core/stdcrypt/src/utils.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (C) 2012-24 Miranda NG team,
+Copyright (C) 2012-25 Miranda NG team,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
diff --git a/src/core/stdcrypt/src/version.h b/src/core/stdcrypt/src/version.h index 50f387df77..bd043dcd2f 100644 --- a/src/core/stdcrypt/src/version.h +++ b/src/core/stdcrypt/src/version.h @@ -8,4 +8,4 @@ #define __DESCRIPTION "Core module for encryption."
#define __AUTHOR "Miranda NG team"
#define __AUTHORWEB "https://miranda-ng.org/p/StdCrypt"
-#define __COPYRIGHT "© 2012-24 Miranda NG team"
+#define __COPYRIGHT "© 2012-25 Miranda NG team"
|
