diff options
-rw-r--r-- | NOTICE | 2 | ||||
-rw-r--r-- | include/apu_version.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ Apache Portable Runtime Utility Library -Copyright (c) 2000-2017 The Apache Software Foundation. +Copyright (c) 2000-2018 The Apache Software Foundation. This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/include/apu_version.h b/include/apu_version.h index f8ea017c..24e86592 100644 --- a/include/apu_version.h +++ b/include/apu_version.h @@ -38,7 +38,7 @@ */ -#define APU_COPYRIGHT "Copyright (c) 2000-2017 The Apache Software " \ +#define APU_COPYRIGHT "Copyright (c) 2000-2018 The Apache Software " \ "Foundation or its licensors, as applicable." /* The numeric compile-time version constants. These constants are the |