diff options
author | rjung <rjung@13f79535-47bb-0310-9956-ffa450edef68> | 2019-01-01 11:33:41 +0000 |
---|---|---|
committer | rjung <rjung@13f79535-47bb-0310-9956-ffa450edef68> | 2019-01-01 11:33:41 +0000 |
commit | c0b5813817e3eff6160d907d1c86e4f39379ab4b (patch) | |
tree | f421449d5e9633564255dd8f41d02941845f857b | |
parent | d650df440be193a5cf17dac856ef5ea96ccded41 (diff) | |
download | libapr-c0b5813817e3eff6160d907d1c86e4f39379ab4b.tar.gz |
Happy New Year 2019
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1850087 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | NOTICE | 2 | ||||
-rw-r--r-- | include/apr_version.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ Apache Portable Runtime -Copyright (c) 2000-2018 The Apache Software Foundation. +Copyright (c) 2000-2019 The Apache Software Foundation. This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/include/apr_version.h b/include/apr_version.h index c528be42d..f83cb2910 100644 --- a/include/apr_version.h +++ b/include/apr_version.h @@ -38,7 +38,7 @@ */ -#define APR_COPYRIGHT "Copyright (c) 2000-2018 The Apache Software " \ +#define APR_COPYRIGHT "Copyright (c) 2000-2019 The Apache Software " \ "Foundation or its licensors, as applicable." /* The numeric compile-time version constants. These constants are the |