This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git


The following commit(s) were added to refs/heads/master by this push:
     new 1928ed7  Update copyright year to 2024
1928ed7 is described below

commit 1928ed7f0b58a511fa57d0da35cdd0f73ac7f2bf
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri May 17 15:21:01 2024 +0100

    Update copyright year to 2024
---
 src/changes/changes.xml                    | 2 +-
 src/native/unix/man/jsvc.1.xml             | 2 +-
 src/native/unix/native/help.c              | 2 +-
 src/native/unix/native/jsvc-unix.c         | 2 +-
 src/native/windows/apps/prunmgr/prunmgr.rc | 6 +++---
 src/native/windows/apps/prunsrv/prunsrv.c  | 2 +-
 src/native/windows/apps/prunsrv/prunsrv.rc | 2 +-
 src/native/windows/resources/license.rtf   | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 42515da..3941c3d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,7 +40,7 @@
     <title>Apache Commons Daemon Release Notes</title>
   </properties>
   <body>
-    <release version="1.4.0" date="TBD" description="Bug fix release">
+    <release version="1.4.0" date="2024-05-24" description="Bug fix release">
       <!-- Fix -->
       <action dev="ggregory" type="fix" due-to="step-security-bot, Gary 
Gregory">
         [StepSecurity] ci: Harden GitHub Actions #95.
diff --git a/src/native/unix/man/jsvc.1.xml b/src/native/unix/man/jsvc.1.xml
index 4c1ee3f..2b63c8c 100644
--- a/src/native/unix/man/jsvc.1.xml
+++ b/src/native/unix/man/jsvc.1.xml
@@ -21,7 +21,7 @@
   <refmeta>
     <refentrytitle>JSVC</refentrytitle>
     <manvolnum>1</manvolnum>
-    <refmiscinfo class='date'>TBD</refmiscinfo>
+    <refmiscinfo class='date'>2024-05-24</refmiscinfo>
     <refmiscinfo class='source'>Jsvc version 1.4.0</refmiscinfo>
     <refmiscinfo class='manual'>Apache Commons Daemon project</refmiscinfo>
   </refmeta>
diff --git a/src/native/unix/native/help.c b/src/native/unix/native/help.c
index 57339e1..d8b6b5e 100644
--- a/src/native/unix/native/help.c
+++ b/src/native/unix/native/help.c
@@ -124,7 +124,7 @@ void help(home_data *data)
     printf("    --enable-preview\n");
     printf("        Java 11 --enable-preview option. Passed as it is to 
JVM\n");
     printf("\njsvc (Apache Commons Daemon) " JSVC_VERSION_STRING "\n");
-    printf("Copyright (c) 1999-2023 Apache Software Foundation.\n");
+    printf("Copyright (c) 1999-2024 Apache Software Foundation.\n");
 
     printf("\n");
 }
diff --git a/src/native/unix/native/jsvc-unix.c 
b/src/native/unix/native/jsvc-unix.c
index 187e404..6428b9d 100644
--- a/src/native/unix/native/jsvc-unix.c
+++ b/src/native/unix/native/jsvc-unix.c
@@ -850,7 +850,7 @@ static int child(arg_data *args, home_data *data, uid_t 
uid, gid_t gid)
     /* Check wether we need to dump the VM version */
     if (args->vers == true) {
         log_error("jsvc (Apache Commons Daemon) " JSVC_VERSION_STRING);
-        log_error("Copyright (c) 1999-2023 Apache Software Foundation.");
+        log_error("Copyright (c) 1999-2024 Apache Software Foundation.");
         if (java_version() != true) {
             return -1;
         }
diff --git a/src/native/windows/apps/prunmgr/prunmgr.rc 
b/src/native/windows/apps/prunmgr/prunmgr.rc
index 6cfb0f9..ad44958 100644
--- a/src/native/windows/apps/prunmgr/prunmgr.rc
+++ b/src/native/windows/apps/prunmgr/prunmgr.rc
@@ -38,7 +38,7 @@ BEGIN
                     ES_READONLY | WS_BORDER | WS_VSCROLL,0,31,335,115
     CONTROL         
"BMP_COMMONS",IDC_STATIC,"Static",SS_BITMAP|0x00000040L,0,0,337,30
     LTEXT           " ",IDC_ABOUTAPP,2,150,270,12
-    LTEXT           "Copyright (c) 2000-2023 The Apache Software 
Foundation.",IDC_STATIC,2,160,270,12
+    LTEXT           "Copyright (c) 2000-2024 The Apache Software 
Foundation.",IDC_STATIC,2,160,270,12
     LTEXT           "https://commons.apache.org",IDC_STATIC,2,170,270,12
     PUSHBUTTON      "&System Info",IAB_SYSINF,285,170,50,14
 END
@@ -230,7 +230,7 @@ BEGIN
     IDS_APPLICATION     RSTR_PSM
     IDS_APPVERSION      "Version 1.4.0"
     IDS_APPFULLNAME     RSTR_PSM " Version " PRG_VERSION
-    IDS_APPCOPYRIGHT    "Copyright (c) 2000-2023 The Apache Software 
Foundation"
+    IDS_APPCOPYRIGHT    "Copyright (c) 2000-2024 The Apache Software 
Foundation"
     IDS_APPDESCRIPTION  "Apache Commons Daemon Service Management Tool"
     IDS_ALREAY_RUNING   "An instance of '%S' application is already running"
     IDS_ERRORCMD        "Unknown command line option '%s'\nSee the manual for 
command line usage."
@@ -280,7 +280,7 @@ BEGIN
       VALUE "FileDescription", RSTR_PSM "\0"
       VALUE "FileVersion", PRG_VERSION
       VALUE "InternalName", RSTR_PSM "\0"
-      VALUE "LegalCopyright", "Copyright (c) 2000-2023 The Apache Software 
Foundation.\0"
+      VALUE "LegalCopyright", "Copyright (c) 2000-2024 The Apache Software 
Foundation.\0"
       VALUE "OriginalFilename", "prunmgr.exe\0"
       VALUE "ProductName", RSTR_PSM "\0"
       VALUE "ProductVersion", PRG_VERSION
diff --git a/src/native/windows/apps/prunsrv/prunsrv.c 
b/src/native/windows/apps/prunsrv/prunsrv.c
index 10323d4..92ab69f 100644
--- a/src/native/windows/apps/prunsrv/prunsrv.c
+++ b/src/native/windows/apps/prunsrv/prunsrv.c
@@ -401,7 +401,7 @@ static void printVersion(void)
 {
     fwprintf(stderr, L"Apache Commons Daemon Service Runner version %S/Win%d 
(%S)\n",
             PRG_VERSION, PRG_BITS, __DATE__);
-    fwprintf(stderr, L"Copyright (c) 2000-2023 The Apache Software 
Foundation.\n\n"
+    fwprintf(stderr, L"Copyright (c) 2000-2024 The Apache Software 
Foundation.\n\n"
                      L"For bug reporting instructions, please see:\n"
                      L"<URL:https://issues.apache.org/jira/browse/DAEMON>.");
 }
diff --git a/src/native/windows/apps/prunsrv/prunsrv.rc 
b/src/native/windows/apps/prunsrv/prunsrv.rc
index c037e2e..1e73f45 100644
--- a/src/native/windows/apps/prunsrv/prunsrv.rc
+++ b/src/native/windows/apps/prunsrv/prunsrv.rc
@@ -44,7 +44,7 @@ BEGIN
       VALUE "FileDescription", RSTR_PRUNSRV "\0"
       VALUE "FileVersion", PRG_VERSION
       VALUE "InternalName", RSTR_PRUNSRV "\0"
-      VALUE "LegalCopyright", "Copyright (c) 2000-2023 The Apache Software 
Foundation.\0"
+      VALUE "LegalCopyright", "Copyright (c) 2000-2024 The Apache Software 
Foundation.\0"
       VALUE "OriginalFilename", "prunsrv.exe\0"
       VALUE "ProductName", RSTR_PRUNSRV "\0"
       VALUE "ProductVersion", PRG_VERSION
diff --git a/src/native/windows/resources/license.rtf 
b/src/native/windows/resources/license.rtf
index ec5b481..620bf8f 100644
--- a/src/native/windows/resources/license.rtf
+++ b/src/native/windows/resources/license.rtf
@@ -15,7 +15,7 @@
 {\pntxtb (}{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang 
{\pntxtb (}{\pntxta )}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang 
{\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang 
{\pntxtb (}{\pntxta )}}\pard\plain 
 \qc \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0\pararsid14358633 
\fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 
{\b\f1\insrsid16132583\charrsid12321742 The Apache Software License, Version 2.0
 \par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0 
{\f1\fs18\insrsid16132583\charrsid16132583 
-\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0\pararsid9454304 
{\f1\fs18\insrsid9454304   }{\f1\fs18\insrsid16132583\charrsid16132583 
Copyright 2002-2023 The Apache Software Foundation.
+\par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0\pararsid9454304 
{\f1\fs18\insrsid9454304   }{\f1\fs18\insrsid16132583\charrsid16132583 
Copyright 2002-2024 The Apache Software Foundation.
 \par }\pard \ql \li0\ri0\nowidctlpar\faauto\rin0\lin0\itap0\pararsid1379267 
{\f1\fs18\insrsid16132583\charrsid16132583    
 \par }{\f1\fs18\insrsid14358633   }{\f1\fs18\insrsid16132583\charrsid16132583 
Licensed under the Apache License, Version 2.0 (the "License");
 \par }{\f1\fs18\insrsid14358633   }{\f1\fs18\insrsid16132583\charrsid16132583 
you may not use this file except in compliance with the License.

Reply via email to