mirror of
https://github.com/chris2511/xca.git
synced 2026-09-12 19:51:05 +05:00
Update copyright years
This commit is contained in:
parent
a97229ae26
commit
f07d25a076
@ -1,5 +1,5 @@
|
||||
|
||||
Copyright (C) 2001 - 2023 Christian Hohnstaedt.
|
||||
Copyright (C) 2001 - 2024 Christian Hohnstaedt.
|
||||
|
||||
All rights reserved.
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = '@PROJECT_NAME@'
|
||||
copyright = '2023, Christian Hohnstädt'
|
||||
copyright = '2024, Christian Hohnstädt'
|
||||
author = 'Christian Hohnstädt'
|
||||
master_doc = 'index'
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
\pard\qc\ul\fs32\lang1031 XCA - X Certificate and Key management\par
|
||||
|
||||
\pard\par
|
||||
\ulnone\fs16 Copyright (C) 2001 - 2023 Christian Hohnstaedt.\par
|
||||
\ulnone\fs16 Copyright (C) 2001 - 2024 Christian Hohnstaedt.\par
|
||||
\par
|
||||
All rights reserved.\par
|
||||
\par
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/* vi: set sw=4 ts=4:
|
||||
*
|
||||
* Copyright (C) 2023 Christian Hohnstaedt.
|
||||
* Copyright (C) 2024 Christian Hohnstaedt.
|
||||
*
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/* vi: set sw=4 ts=4:
|
||||
*
|
||||
* Copyright (C) 2023 Christian Hohnstaedt.
|
||||
* Copyright (C) 2024 Christian Hohnstaedt.
|
||||
*
|
||||
* All rights reserved.
|
||||
*/
|
||||
|
||||
@ -103,7 +103,7 @@ void MainWindow::about()
|
||||
Entropy::seed_rng();
|
||||
cont = QString(
|
||||
"<p><h3><center><u>XCA%7</u></center></h3>"
|
||||
"<p>Copyright 2001 - 2023 by Christian Hohnstädt\n"
|
||||
"<p>Copyright 2001 - 2024 by Christian Hohnstädt\n"
|
||||
"<p>Version: %3<p>%1" /* commithash, OpenSSL & Qt Version */
|
||||
"<p><a href=\"https://hohnstaedt.de/xca\">https://hohnstaedt.de/xca</a>"
|
||||
"<p>Entropy strength: %2"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user