summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2013-05-27 00:24:48 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2013-05-27 00:24:48 +0000
commite5891db75b0657652857be370ee2a8fa83515856 (patch)
tree59ef5285562d1a49ca68ff271d0c3004d9e85b0e
parent9a75c4e8584bf1c273a35e7016d84b2a281f1246 (diff)
downloadlibapr-e5891db75b0657652857be370ee2a8fa83515856.tar.gz
MOved [APR|APU]_COPYRIGHT macro from *.rc to [apr|apu]_version.h.
Updated [APR|APU]_COPYRIGHT macro with recent year. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@1486496 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_version.h3
-rw-r--r--libapr.rc3
2 files changed, 3 insertions, 3 deletions
diff --git a/include/apr_version.h b/include/apr_version.h
index c86381d8a..18b774186 100644
--- a/include/apr_version.h
+++ b/include/apr_version.h
@@ -43,6 +43,9 @@ extern "C" {
* http://apr.apache.org/versioning.html
*/
+#define APR_COPYRIGHT "Copyright (c) 2013 The Apache Software " \
+ "Foundation or its licensors, as applicable."
+
/* The numeric compile-time version constants. These constants are the
* authoritative version numbers for APR.
*/
diff --git a/libapr.rc b/libapr.rc
index 0b10c5f29..54604938a 100644
--- a/libapr.rc
+++ b/libapr.rc
@@ -1,9 +1,6 @@
#include "apr_general.h"
#include "apr_version.h"
-#define APR_COPYRIGHT "Copyright (c) 2011 The Apache Software " \
- "Foundation or its licensors, as applicable."
-
#define APR_LICENSE "Licensed under the Apache License, Version 2.0 " \
"(the ""License""); you may not use this file except " \
"in compliance with the License. You may obtain a " \